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

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

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

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

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 52px;
}

h2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: #fffc;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

ul {
  color: #fffc;
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 25px;
}

.hero-section {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 690px;
  padding-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.hero-container-large {
  max-width: 1200px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  inset: auto 0% 0%;
}

.hero-content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.hero-video {
  border: 1px solid #ffdab3;
  max-width: 50%;
  padding: 20px 10px;
}

.body {
  background-color: #140027;
  font-family: Quicksand, sans-serif;
}

.paragraph {
  color: #fffc;
  flex-flow: column;
  font-size: 18px;
  display: flex;
}

.paragraph.pricing {
  font-size: 15px;
}

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

.paragraph.center.footer {
  font-size: 14px;
}

.paragraph.black {
  text-align: center;
  width: 100%;
}

.paragraph.blog {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.container-large {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-large.steps {
  background-image: url('../images/Robot-Hand_1.avif');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: cover;
}

.container-large.blog {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.step-section-content-wrapper {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: stretch;
  height: 800px;
  display: flex;
  position: relative;
}

.step-text-content {
  text-align: center;
  width: 30%;
  padding-top: 150px;
  display: flex;
}

.steps-cards-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.steps-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #ffdab3;
  border-radius: 8px;
  flex-flow: column;
  width: 510px;
  padding: 32px;
  display: flex;
}

.section {
  margin-top: 40px;
  margin-bottom: 40px;
}

.section.steps {
  background-image: url('../images/Robot-Hand.avif');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: cover;
  height: 900px;
}

.section.after-hero {
  justify-content: center;
  align-items: center;
  margin-top: 300px;
  padding-top: 0;
  display: flex;
}

.lens {
  z-index: -1;
  filter: blur(180px);
  width: 400px;
  height: auto;
  position: absolute;
  inset: auto auto 0% 10%;
}

.lens.early-access-card {
  z-index: -1;
  inset: 0% 0% 0% auto;
}

.lens.pricing-section {
  z-index: -1;
  opacity: .6;
  width: 650px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lens.steps {
  width: 300px;
  height: 300px;
  inset: 0% 0% auto 10%;
}

.yellow {
  background-color: #ffdab3;
  width: 100%;
  height: 300px;
}

.purple {
  background-color: #c98fff;
  width: 100%;
  height: 300px;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffdab3;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.text-block {
  color: #18002f;
  text-decoration: none;
}

.early-access-card-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #ffdab34d;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0 0 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.early-access-text-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.bot-img {
  width: 40%;
}

.image {
  width: 100%;
}

.list-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.pricing-section-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 41%;
  display: flex;
}

.pricing-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.pricing-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(200px);
  backdrop-filter: blur(200px);
  background-image: linear-gradient(#ffffff1a, #ffffff05);
  border-radius: 32px;
  flex-flow: column;
  align-items: stretch;
  width: 40%;
  height: auto;
  padding: 40px;
  display: flex;
}

.pricing-card.pro {
  background-image: linear-gradient(#ffdab31f, #ffdab30a 50%, #ffdab312);
  border: 1px solid #ffdab3;
  box-shadow: 0 2px 10px #ffdab3;
}

.starter-pricing-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  height: 100px;
  display: flex;
}

.price-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 600;
  display: flex;
}

.div-block {
  display: flex;
}

.button {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#ffffff14, #fff0);
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  padding: 14px 12px;
  font-size: 18px;
  font-weight: 700;
}

.button.pro {
  color: #000;
  background-image: linear-gradient(#ffa84d, #ffdab3);
  font-size: 18px;
  font-weight: 700;
}

.line {
  border: 1px solid #ffffff3d;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-span {
  font-size: 20px;
  font-weight: 400;
}

.pricing-section {
  position: relative;
}

.image-2 {
  width: 13%;
}

.text-before-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.robot-hand-img {
  z-index: -1;
  width: 100%;
  position: absolute;
}

.process-section-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.process-title {
  max-width: 43%;
}

.process-card-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  display: flex;
}

.process-card-title {
  font-weight: 300;
}

.div-block-2 {
  max-width: 383.73px;
}

.process-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: radial-gradient(circle at 0 0, #140027, #140027 64%, #41007e 75%);
  border: 1px solid #ffdab34d;
  flex-flow: column;
  max-width: 383.73px;
  padding: 20px 20px 0;
  display: flex;
}

.process-cards.center {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: radial-gradient(circle at 50% 100%, #140027, #330163);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}

.process-cards.last-col1 {
  background-image: url('../images/Card-IMG-Background.avif');
  background-position: 0 0;
  background-size: auto;
  padding-bottom: 20px;
}

.process-cards.col-2 {
  background-image: url('../images/Card-IMG-Background-2.avif'), radial-gradient(circle at 0 0, #140027, #140027 64%, #41007e 75%);
  background-position: 100% 100%, 0 0;
  background-repeat: repeat-x, repeat;
  background-size: contain, auto;
  border: 2px dashed #279bff80;
  border-radius: 4px;
  height: 250px;
  padding-bottom: 20px;
}

.process-cards._2 {
  padding-bottom: 20px;
}

.process-card-h3 {
  font-weight: 400;
}

.process-card-h3.center {
  text-align: center;
  font-weight: 700;
}

.process-card-h3.center._2 {
  font-weight: 400;
}

.process-card-text {
  color: #fffc;
  max-width: 260px;
  font-size: 16px;
}

.process-card-text.center {
  text-align: center;
  max-width: 290px;
}

.process-card-text.center._2 {
  max-width: none;
}

.process-cards-col-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.image-3 {
  max-width: 50px;
}

.stroke-card {
  border: 2px dashed #279bff80;
  border-radius: 4px;
  padding: 10px;
}

.difference-section-card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.difference-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #ffdab3;
  border-radius: 8px;
  flex-flow: column;
  align-items: center;
  max-width: 500px;
  padding: 20px;
  display: flex;
}

.center {
  text-align: center;
}

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

.main-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #ffdab34d;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 60px 30px 60px 0;
  display: flex;
  position: relative;
}

.main-card-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 60%;
  margin-right: auto;
  display: flex;
}

.main-card-img {
  mix-blend-mode: color-dodge;
  width: 30%;
}

.team-section-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-section-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  margin: 20px auto;
  display: grid;
}

.team-section-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-section-members-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-members {
  border: 1px solid #eaecf0;
  flex-flow: column;
  display: flex;
}

.team-members-details {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.black {
  color: #000;
  font-size: 20px;
}

.form {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-image: linear-gradient(#330163, #140027);
  border: 1px solid #ffdab34d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 100px 40px;
  display: flex;
}

.form-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.form-text-input {
  background-color: #fff;
  border-radius: 16px 16px 0 0;
  justify-content: center;
  align-items: center;
  width: 15%;
  margin-bottom: 0;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.div-block-4 {
  border: 1px #fff;
}

.text-field {
  border: 1px #000;
}

.div-block-5 {
  flex-flow: column;
  display: flex;
}

.footer {
  background-color: #2b193d;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-content-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-content {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.footer-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  flex: 0 auto;
  width: 40%;
  display: flex;
}

.submit-button {
  display: none;
}

.form-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-6 {
  border-color: #ffdab3;
  border-radius: 8px;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 3px 13px #ffdab399;
}

.image-4 {
  width: 100%;
}

.overlay {
  background-image: linear-gradient(0deg, #14002700, #140027);
  width: 100%;
  height: 800px;
  position: absolute;
  inset: 0% 0% auto;
}

.process-section {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.div-block-7 {
  margin-top: 40px;
}

.body-2 {
  background-color: #140027;
  padding-top: 0;
  padding-left: 0;
  font-family: Quicksand, sans-serif;
}

.joseph_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #ffffff1a;
  justify-content: center;
  align-items: center;
  max-width: 1096px;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.joseph_container.joseph_blog_category {
  margin-top: 60px;
}

.joseph_container.joseph_container_webinar_shadow {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  position: relative;
}

.joseph_section {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-weight: 700;
}

.joseph_section.joseph_shadow_bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.joseph_section.joseph_shadow_bottom.joseph_shadow_webinar {
  background-image: radial-gradient(circle farthest-side at 89% 62%, #ffdab324, #140027 18%);
}

.joseph_section.joseph_shadow_left {
  background-image: radial-gradient(circle at 12% 53%, #c98fff33, #ffffff03 23%);
}

.section-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.heading {
  text-align: center;
  font-family: Quicksand, sans-serif;
  line-height: 51px;
}

.text-block-2 {
  color: #ffffffd9;
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-3 {
  color: #ffdab3;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.div-block-8-joseph {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  background-image: linear-gradient(#ffffff14, #ffffff05);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  max-width: 900px;
  padding: 40px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  place-items: start stretch;
  width: 100%;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-block-5 {
  color: #fff;
}

.text-block-6-joseph {
  color: #fffc;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-6-joseph.joseph_descirption_icons {
  color: #ffffffb3;
  font-size: 14px;
}

.text-block-6-joseph.left {
  text-align: left;
}

.image-5 {
  width: 25px;
  height: 25px;
}

.image-5.joseph_icons_pink {
  background-color: #b1212100;
}

.body-3 {
  background-color: #140027;
  font-family: Quicksand, sans-serif;
}

.section-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.heading-2 {
  font-family: Quicksand, sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.section-nic-global {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.text-block-7 {
  color: #ffffffb3;
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.heading-3 {
  text-align: center;
  font-family: Quicksand, sans-serif;
}

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

.text-block-nic1 {
  color: #fff;
  text-align: center;
  width: 800px;
  margin-top: 24px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-9 {
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
}

.text-block-9nic {
  color: #fff;
  text-align: left;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
}

.container-nic {
  background-color: #ffdab30d;
  border: 1px solid #ffdab330;
  border-radius: 8px;
  align-self: auto;
  width: 1096px;
  max-width: 1096%;
  margin-top: 60px;
  padding: 48px 48px 18px;
}

.heading-4 {
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.heading-4-nicolas {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.heading-4-nicolas.insidelastsections {
  text-align: center;
}

.text-block-9nic-copy {
  color: #fff;
  text-align: left;
  margin-top: 24px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.container, .container-copy, .containernictwocolumns {
  margin-left: 0;
  margin-right: 0;
}

.container-insidenic1 {
  display: flex;
}

.text-block-9nic-copy.insideni {
  color: #ffffffb3;
  text-align: center;
  width: 612px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  font-size: 16px;
}

.text-block-9nic-copy.text {
  margin-top: 18px;
}

.text-block-9nic-copy.insidenic-copy {
  color: #ffffffb3;
  padding-top: 16px;
  font-size: 16px;
}

.text-block-9nic-copy.insideni-copy {
  color: #ffffffb3;
  text-align: left;
  text-align: left;
  text-align: center;
  width: 612px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
}

.text-block-9nic-copy.insideni-copy-copy {
  color: #ffffffb3;
  text-align: right;
  width: 612px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
}

.text-block-9nic-copy.insideni-copy-22 {
  color: #ffffffb3;
  text-align: right;
  width: 612px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 33px;
}

.text-block-9nic-copy.insideni-copy1 {
  color: #ffffffb3;
  text-align: left;
  text-align: left;
  width: 612px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 16px;
  font-size: 16px;
}

.columns {
  margin-top: 24px;
}

.container-insideicon-nic {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding-bottom: 14px;
  display: flex;
}

.grid-2 {
  width: 100%;
}

.div-block-10 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  background-image: linear-gradient(148deg, #ffdab314, #ffdab305);
  border: 1px solid #ffdab34d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  padding: 35px 25px;
  display: flex;
}

.div-block-10.joseph_card_purple {
  background-image: linear-gradient(148deg, #c98fff14, #c98fff05);
  border-color: #c98fff4d;
  justify-content: space-around;
  align-items: stretch;
}

.div-block-10.joseph_card_green {
  background-image: linear-gradient(148deg, #b3ffda14, #b3ffda05);
  border-color: #b3ffd94d;
  justify-content: space-around;
  align-items: stretch;
  display: none;
}

.div-block-10.joseph_card_pink {
  background-image: linear-gradient(148deg, #ffb3da14, #ffb3da05);
  border-color: #ffb3da66;
  justify-content: space-around;
  align-items: stretch;
  display: none;
}

.text-block-9nic-icon {
  color: #fff;
  text-align: left;
  margin-top: 0;
  padding-left: 12px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
}

.image-6 {
  width: 40px;
  height: 40px;
}

.text-block-10 {
  color: #fff;
  text-align: left;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 0;
  display: flex;
}

.text-block-11 {
  font-family: Quicksand, sans-serif;
}

.text-block-12 {
  color: #fffc;
  text-align: left;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  line-height: 25px;
}

.text-block-13 {
  color: #ffdab3d9;
  text-transform: uppercase;
  overflow-wrap: normal;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
  line-height: 21px;
}

.text-block-13.josph_text_pink {
  color: #c98fff;
  text-align: left;
}

.text-block-13.joseph_text_green {
  color: #b3ffda;
  text-align: left;
}

.text-block-13.joseph_text_pink {
  color: #ffb3da;
  text-align: left;
}

.text-block-13.yello {
  text-align: left;
}

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

.section-nic-contact {
  background-color: #0000;
  background-image: none;
  margin-top: 60px;
  display: flex;
}

.container-nic-contact {
  background-color: #0000;
  flex-flow: column;
  width: 80%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 50px;
  display: flex;
  overflow: hidden;
}

.text-field-2 {
  background-color: #ffffff2e;
  border: 1px solid #ffffff4f;
  border-radius: 8px;
}

.field-label-nicolas {
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-field-2-nicolas {
  background-color: #ffffff1a;
  border: 1px solid #ffffff4f;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 12px;
}

.text-field-2-nicolas.descriptionclassnic {
  height: 150px;
}

.form-3 {
  flex-flow: column;
  margin-top: 32px;
  padding-bottom: 50px;
  display: flex;
}

.text-field-2-nicolas-description {
  background-color: #ffffff1a;
  border: 1px solid #ffffff4f;
  border-radius: 8px;
  height: 170px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 12px;
  position: static;
  inset: 0;
}

.container-nic-contact-copy {
  background-color: #0000;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  width: 80%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.container-holding2-contact {
  background-color: #ffffff24;
  background-image: none;
  max-width: 1100px;
  padding: 0;
  display: flex;
}

.container-holding2-contact.home {
  background-image: linear-gradient(#330163, #140027);
  border: 1px solid #ffdab34d;
  border-radius: 8px;
}

.container-holding2-contact.contato {
  padding-top: 40px;
  padding-bottom: 0;
}

.image-7 {
  z-index: 1;
  clear: none;
  align-self: flex-end;
  width: 100%;
  position: relative;
}

.heading-4-nic-copy {
  text-align: left;
  padding-top: 50px;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.submit-button-2 {
  color: #18002f;
  background-color: #ffdab3;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.text-block-9nic-copy {
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
}

.text-block-9nic-copy1 {
  color: #fff9;
  text-align: center;
  margin-top: 8px;
  font-family: Quicksand, sans-serif;
  font-size: 14px;
}

.section-4 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-image: linear-gradient(#ffffff0d, #ffffff03);
  border: 1px solid #ffffff26;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px;
  display: flex;
}

.section-4.joseph_blog_category {
  margin-top: 60px;
}

.heading-5 {
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
}

.div-block-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#ffdab314, #ffdab305);
  border: 1px solid #ffdab333;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  padding: 25px 24px;
  display: flex;
}

.image-8 {
  width: 16px;
  height: 32px;
}

.image-8.joseph_icon_3 {
  height: 21px;
}

.image-8.joseph_icon_5 {
  width: 32px;
  height: 30px;
}

.text-block-14 {
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

.joseph_section_little {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 461px;
  margin-top: 0;
  display: flex;
}

.joseph_section_little.joseph_section-webinar_little {
  width: 600px;
}

.heading-6 {
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.div-block-14 {
  color: #ffffffb3;
  background-image: linear-gradient(#ffffff0d, #ffffff05);
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.text-block-15 {
  font-weight: 400;
}

.list-item-2, .list-item-3 {
  text-align: left;
}

.container-2 {
  display: flex;
}

.container-divided3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  display: flex;
}

.text-block-16 {
  color: #ffdab3;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-17 {
  color: #ffffffb3;
  font-family: Quicksand, sans-serif;
}

.section-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(#ffdab31a, #c98fff1a);
  border: 1px solid #ffdab366;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 64px;
  display: flex;
}

.section-5.joseph_blog_category {
  margin-top: 0;
}

.textinside3-nic {
  color: #ffffffb3;
  padding-top: 8px;
  font-family: Quicksand, sans-serif;
}

.container-3 {
  width: 100%;
  max-width: 317px;
}

.heading-7 {
  font-family: Quicksand, sans-serif;
  font-size: 40px;
}

.heading-8 {
  font-family: Quicksand, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.container3nic {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ffdab3;
  background-color: #ffdab30d;
  border: 1px solid #ffdab333;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 536px;
  margin-right: 24px;
  padding: 24px;
  display: flex;
}

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

.text-block-19 {
  color: #ffffffe6;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-20 {
  color: #ffdab3;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

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

.container-4, .container-4-copy {
  color: #fff;
  background-color: #ffdab30d;
}

.container-4-nic {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  color: #fff;
  background-color: #ffdab30d;
  border: 1px solid #ffdab333;
  border-radius: 8px;
  flex-flow: column;
  max-width: 1100px;
  margin-top: 20px;
  padding: 20px 40px;
  display: flex;
}

.section-nic11 {
  margin-top: 60px;
}

.text-span-2 {
  color: #ffdab3;
}

.heading-4nic1 {
  text-align: center;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.heading-4nic1.insidelastsections {
  text-align: center;
}

.container-insideicon-nic1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 234px;
  padding-bottom: 0;
  display: flex;
}

.image-9 {
  align-self: center;
}

.section-6 {
  display: flex;
}

.link-block-2 {
  background-color: #ffdab3;
  border-radius: 3px;
  padding: 10px 24px;
  text-decoration: none;
  display: flex;
}

.text-block-21 {
  color: #18002f;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  justify-content: flex-start;
  align-items: center;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration-style: solid;
  display: flex;
  text-decoration: none !important;
}

.link-block-3 {
  background-image: linear-gradient(#ffffff1a, #ffffff0d);
  border: 2px solid #ffdab380;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.text-block-22 {
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.container-nic-last {
  text-align: left;
  background-color: #ffdab30d;
  background-image: url('../images/Section-3.avif');
  background-position: 0 0;
  background-size: auto;
  border: 1px solid #ffdab330;
  border-radius: 8px;
  align-self: auto;
  width: 1096px;
  max-width: 1096%;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 48px 64px 18px;
}

.body-4 {
  background-color: #140027;
}

.heading-4nic1-copy {
  text-align: right;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.heading-4nic1-copy.insidelastsections {
  text-align: center;
}

.section-7 {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.image-10 {
  width: 40px;
  height: 40px;
}

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

.heading-9-joseph {
  font-family: Quicksand, sans-serif;
}

.div-block-15nic {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: linear-gradient(131deg, #ffdab314, #ffdab305);
  border: 1px solid #ffdab34d;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding: 27px;
  text-decoration: none;
  display: flex;
}

.text-block-23 {
  color: #fff;
  font-size: 24px;
}

.text-block-24 {
  color: #fff;
  text-align: left;
  font-size: 24px;
  line-height: 31px;
}

.text-block-25 {
  color: #fffc;
  text-align: left;
  text-overflow: ellipsis;
  height: 64px;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
}

.body-5 {
  background-color: #140027;
  font-family: Quicksand, sans-serif;
}

.section-8 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-26-joseph {
  color: #ffffffd9;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}

.text-block-27-joseph {
  color: #ffdab3;
  font-family: Quicksand, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.nic-section {
  max-width: 1200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.section-9 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  margin-top: 40px;
  padding-top: 0;
  display: flex;
}

.container-5 {
  max-width: 350px;
}

.container-nic-plans {
  background-color: #ff4f4f26;
  border: 1px solid #ff4f4f4d;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-around;
  align-self: auto;
  width: 100%;
  max-width: 100%;
  padding: 32px;
  display: flex;
}

.title-nic-plans {
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.text-block-28 {
  color: #fffc;
  margin-top: 18px;
  font-family: Quicksand, sans-serif;
}

.list {
  color: #ff4f4f;
  -webkit-text-stroke-color: #ff4f4f;
  padding-left: 10px;
}

.container-6 {
  float: none;
  clear: none;
  background-color: #ff4f4f1a;
  border: 1px solid #ff4f4f33;
  border-radius: 8px;
  margin-top: 0;
  padding: 16px;
}

.text-block-28-copy {
  color: #fffc;
  margin-top: 0;
  font-family: Quicksand, sans-serif;
}

.container-nic-plans-1 {
  clear: none;
  background-color: #b3ffda1a;
  border: 1px solid #b3ffda4d;
  border-radius: 16px;
  flex-flow: column;
  order: 0;
  justify-content: space-around;
  align-self: auto;
  width: 100%;
  max-width: 100%;
  padding: 32px;
  display: flex;
}

.list1 {
  color: #b3ffd9;
  -webkit-text-stroke-color: #b3ffd9;
  padding-left: 10px;
}

.container-6-copy {
  float: none;
  clear: none;
  background-color: #b3ffda0d;
  border: 1px solid #b3ffda33;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding: 16px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-link {
  color: #fff;
  font-size: 18px;
}

.nav-link.w--current {
  color: #ffdab3;
}

.text-block-29 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}

.container-7 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.logo-nav-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.btn-nav-wrapper.desktop {
  width: 30%;
}

.btn-nav-wrapper.mobile {
  display: none;
}

.list2 {
  color: #ffb3da;
  -webkit-text-stroke-color: #b3ffd9;
  padding-left: 10px;
}

.container-nic-plans1 {
  background-color: #ffb3da26;
  border: 1px solid #ffb3da4d;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-around;
  align-self: auto;
  width: 100%;
  max-width: 100%;
  padding: 32px;
  display: flex;
}

.container-6-copy1 {
  float: none;
  clear: none;
  background-color: #b3ffda0d;
  border: 1px solid #ffb3da33;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  padding: 16px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.container3nic-copy {
  color: #ffdab3;
  background-color: #ffffff0d;
  border: 1px solid #ffdab333;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  margin-right: 24px;
  padding: 24px;
}

.container-4-nic-copy {
  color: #fff;
  background-color: #0000;
  border: 1px solid #ffdab333;
  border-radius: 8px;
  max-width: 1100px;
  margin-top: 140px;
  padding: 28px 48px;
}

.container-4-nic-copy1 {
  color: #fff;
  background-color: #0000;
  border: 0 solid #ffdab333;
  border-top-width: 1px;
  border-radius: 8px;
  max-width: 1100px;
  margin-top: 140px;
  padding: 28px 48px;
}

.heading-4-nic-copy {
  text-align: center;
  padding-top: 0;
  padding-bottom: 50px;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.heading-4-nic-copy.insidelastsections {
  text-align: center;
}

.container-4-nic-copying {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  background-color: #0000;
  border: 0 solid #ffdab333;
  border-top-width: 1px;
  border-radius: 0;
  flex-flow: column;
  max-width: 1300px;
  margin-top: 40px;
  padding: 10px 48px;
  display: flex;
}

.heading-4-nic-copy1 {
  text-align: left;
  padding-top: 50px;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.container-4-nic-copy-copy {
  color: #fff;
  background-color: #ffdab324;
  border: 1px #ffdab333;
  border-radius: 8px;
  max-width: 1100px;
  margin-top: 60px;
  padding: 28px 48px;
}

.heading-4-nic11 {
  text-align: left;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.heading-4-nic11.insidelastsections {
  text-align: center;
}

.heading-4-nicolas1 {
  text-align: left;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.heading-4-nicolas1.insidelastsections, .heading-4-nicolas1.center {
  text-align: center;
}

.heading-4nicolas {
  text-align: center;
  padding-top: 0;
  padding-bottom: 50px;
  font-family: Quicksand, sans-serif;
  font-size: 32px;
}

.heading-4nicolas.insidelastsections {
  text-align: center;
}

.containerthreesnic, .containerthreesnic1 {
  color: #ffdab3;
  background-color: #ffffff0d;
  border: 1px solid #ffdab333;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  margin-right: 24px;
  padding: 24px;
}

.containerthreesnic2 {
  color: #ffdab3;
  background-color: #c98fff1a;
  border: 1px solid #ffdab333;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  margin-right: 24px;
  padding: 24px;
}

.text-block-nic, .text-block-nic111 {
  color: #ffdab3;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-nicc98fff {
  color: #c98fff;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.containerthreesnic3 {
  color: #ffdab3;
  background-color: #ffb3da26;
  border: 1px solid #ffdab333;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  margin-right: 24px;
  padding: 24px;
}

.text-blockffb3da {
  color: #ffb3da;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-17 {
  box-sizing: border-box;
  background-color: #ffdab3;
  width: 50%;
  height: 300px;
}

.div-block-18 {
  background-color: #c98fff;
  width: 50%;
  height: 300px;
}

.div-block-19 {
  z-index: 0;
  opacity: .6;
  filter: blur(100px);
  width: 100%;
  display: flex;
  position: absolute;
}

.div-block-19.home {
  inset: 0% auto 0% 0%;
}

.section-10-joseph {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-image: linear-gradient(126deg, #ffdab31a, #cccccc1a);
  border: 2px solid #ffdab366;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  padding: 64px;
  display: flex;
}

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

.div-block-20 {
  background-color: #ffffff08;
  border: 1px solid #ffffff1a;
  border-radius: 8px;
  padding: 20px;
}

.div-block-21 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(138deg, #c98fff1a, #ffdab31a);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-30 {
  color: #fff;
  font-size: 22px;
}

.text-block-31 {
  color: #ffdab3;
  font-size: 20px;
}

.div-block-22 {
  -webkit-text-fill-color: inherit;
  background-color: #ffdab3;
  background-clip: border-box;
  border-radius: 50%;
  width: 327.43px;
  height: 327.43px;
}

.section-10 {
  display: flex;
}

.container-8 {
  flex-flow: column;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.container-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 736px;
  display: flex;
}

.pricing-logo {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.grid-5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 60%;
  display: flex;
}

.body-6 {
  text-transform: none;
  background-color: #140027;
}

.text-block-32 {
  color: #fff9;
  padding: 6px 16px 6px 0;
  font-family: Quicksand, sans-serif;
}

.text-block-32.textblocknicwithbackground2 {
  color: #c98fff;
  background-color: #c98fff26;
  border: 1px solid #c98fff;
  border-radius: 6px;
  padding-left: 16px;
  font-weight: 600;
}

.containerpagesnicolas {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.pricing-logo-text {
  width: 60%;
}

.section-10articlesnic {
  margin-top: 120px;
  display: flex;
}

.textblocknicwithbackground {
  color: #ffdab3;
  background-color: #ffdab31a;
  border: 1px solid #ffdab34d;
  border-radius: 6px;
  padding: 6px 16px;
  font-family: Quicksand, sans-serif;
  font-weight: 600;
}

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

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

.testimonials-section-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.div-block-25 {
  opacity: 1;
  filter: blur(100px);
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #ffdab326;
  background-clip: border-box;
  border-radius: 100%;
  width: 327.43px;
  height: 327.43px;
  position: absolute;
  inset: 33% -10% 0% auto;
}

.testimonial-section-cards-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-top: 16px;
  display: flex;
}

.testimonials-cards {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #ffdab34d;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  width: 364px;
  padding: 15px;
  display: flex;
}

.name-text-wrapper {
  flex: 1;
  order: 9999;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-33 {
  color: #fff;
  font-size: 18px;
}

.text-block-34 {
  color: #fff;
}

.name-testimonials {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.text-block-35 {
  color: #fff;
  font-size: 40px;
  line-height: 51px;
}

.div-block-26 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-image: linear-gradient(158deg, #ffffff14, #ffffff05);
  border: 1px solid #ffdab34d;
  border-radius: 16px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.text-block-36 {
  color: #fff;
  font-size: 28px;
  line-height: 37px;
}

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

.text-block-37 {
  color: #fff;
}

.text-block-38 {
  color: #ffffffe6;
  width: auto;
  height: auto;
}

.pack-name-wrapper {
  background-color: #ffffff36;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 10px;
}

.text-block-39 {
  color: #fff;
  font-size: 19px;
}

.image-12 {
  width: 18px;
  height: 30px;
}

.testimonials-img {
  position: relative;
}

.quote-icon {
  position: absolute;
  inset: 5% 5% auto auto;
}

.image-13 {
  margin-left: 0;
  margin-right: auto;
}

.section-11 {
  display: none;
}

.link-block-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #ffdab3;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.text-block-40 {
  color: #18002f;
  font-size: 18px;
  font-weight: 600;
}

.section-12 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-image: linear-gradient(#ffdab31f, #c98fff1f);
  border: 2px solid #ffdab380;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  margin-top: 20px;
  padding: 64px;
  display: flex;
}

.text-block-41 {
  color: #ffffffe6;
  font-size: 20px;
  font-weight: 400;
}

.link-block-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffdab3;
  border-radius: 3px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.link-block-5.joseph_linkbutton_transparent {
  background-color: #ffdab300;
  background-image: linear-gradient(#ffffff1a, #ffffff0d);
  border: 2px solid #ffdab380;
}

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

.text-block-42 {
  color: #fff;
  font-size: 18px;
}

.section-13 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-image: linear-gradient(163deg, #ffffff08, #ffffff03);
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 32px;
  display: flex;
}

.text-block-43 {
  color: #ffffffe6;
  letter-spacing: .9px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 18px;
}

.text-block-44-joseph {
  color: #ffffffb3;
  font-weight: 400;
}

.div-block-29 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.text-block-44 {
  font-family: Quicksand, sans-serif;
}

.text-block-45 {
  color: #fff;
  letter-spacing: .8px;
  text-transform: uppercase;
  font-family: Quicksand, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.text-block-46 {
  color: #ffdab3;
  padding-left: 15px;
  font-family: Quicksand, sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.text-block-46.textactive_nic {
  border-left: 2px solid #ffdab3;
  margin-left: 4px;
}

.text-block-46.textnoactive_nic {
  color: #fff9;
  border-left: 2px solid #fff9;
  margin-left: 3px;
}

.brand, .brand.w--current {
  width: 30%;
}

.heading-work {
  text-align: left;
  padding-top: 0;
  padding-bottom: 22px;
  font-family: Quicksand, sans-serif;
  line-height: 57px;
}

.section-nicolas-articles {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-block-47 {
  color: #ffdab3;
  font-family: Quicksand, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
}

.container-10 {
  background-color: #ffdab31a;
  border: 1px solid #ffffff1a;
  padding: 40px;
}

.left {
  text-align: left;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.text-block-48 {
  color: #fff;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.textarticlespagenic {
  color: #ffffffd9;
  padding-bottom: 22px;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.containernicarticles {
  background-color: #ffdab31a;
  border: 1px solid #ffffff1a;
  margin-bottom: 22px;
  padding: 40px;
}

.div-block-29-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff1a;
  border: 1px solid #ffffff26;
  border-radius: 12px;
  flex-flow: column;
  margin-top: 24px;
  padding: 24px;
  display: flex;
}

.textarticlespagenic-copy {
  color: #ffffffd9;
  padding-top: 22px;
  padding-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.textarticlespagenic11 {
  color: #ffffffd9;
  padding-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.list-2 {
  color: #fff;
  padding-left: 20px;
}

.textarticlespagenic-copy-copy {
  color: #ffffffd9;
  padding-top: 22px;
  padding-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.textarticlespagenic11111 {
  color: #ffffffd9;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Quicksand, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.text-block-49 {
  color: #ffffffb3;
  background-color: #ffffff1a;
  border: 1px solid #ffffff1c;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-family: Quicksand, sans-serif;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
}

.image-16 {
  width: 100%;
}

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

.text-span-3 {
  font-size: 20px;
  font-weight: 400;
}

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

.link-block-7, .link-block-8 {
  text-decoration: none;
}

.blog-image {
  width: 100%;
}

.blog-title-and-image {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.background-video-2 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.rich-text-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.list-3 {
  color: #fffc;
  font-size: 18px;
}

.link-block-9, .phone-number {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  .hero-section {
    height: auto;
    margin-bottom: 0;
  }

  .hero-content-wrapper {
    flex-flow: column;
  }

  .hero-text {
    max-width: 100%;
  }

  .container-large.steps {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .step-section-content-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    height: auto;
  }

  .step-text-content {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0;
  }

  .steps-cards-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .hero-h2 {
    font-size: 24px;
  }

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

  .section.after-hero {
    margin-top: 0;
  }

  .lens.steps {
    width: 200px;
  }

  .early-access-card-container {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .early-access-text-content {
    width: 100%;
  }

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

  .image {
    width: 70%;
  }

  .pricing-section-title {
    width: 100%;
  }

  .pricing-card-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .pricing-card {
    width: 100%;
  }

  .process-title {
    max-width: 100%;
  }

  .main-card {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .team-section-list-wrapper {
    width: 90%;
  }

  .team-section-members-wrapper {
    flex-flow: wrap;
  }

  .form {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .form-text {
    width: 100%;
  }

  .footer-content {
    flex-flow: wrap;
  }

  .div-block-6 {
    max-width: 60%;
  }

  .joseph_section.joseph_shadow_bottom {
    background-image: radial-gradient(circle farthest-side at 94% 72%, #ffdab329, #140027 18%);
  }

  .section-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .div-block-8-joseph {
    width: 100%;
    margin-top: 20px;
  }

  .section-3, .section-nic-global {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-nic1 {
    width: 100%;
  }

  .text-block-9nic {
    padding-bottom: 0;
  }

  .container-nic {
    width: 100%;
    margin: 30px 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-9nic-copy.insideni-copy-22 {
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-block-9nic-icon {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11 {
    align-items: center;
  }

  .section-nic-contact {
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-nic-contact {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-nic-contact-copy {
    justify-content: center;
    align-items: center;
  }

  .container-holding2-contact {
    flex-flow: column;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .container-holding2-contact.home {
    flex-flow: column;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-7 {
    width: 70%;
  }

  .section-4 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .section-5 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-nic11 {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .container-nic-last {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
    padding: 20px;
    display: flex;
  }

  .heading-4nic1-copy {
    text-align: center;
  }

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

  .section-9 {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-7 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo-nav-wrapper {
    order: -9999;
  }

  .btn-nav-wrapper.desktop {
    display: none;
  }

  .btn-nav-wrapper.mobile {
    padding-left: 20px;
    display: flex;
  }

  .heading-4-nic-copy1 {
    padding-top: 0;
  }

  .container-9 {
    padding-right: 10px;
  }

  .pricing-logo {
    flex-flow: column;
    margin-top: 20px;
  }

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

  .pricing-logo-text {
    width: 100%;
  }

  .section-10articlesnic {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .testimonial-section-cards-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .testimonials-cards {
    flex-flow: column;
    width: 100%;
  }

  .testimonials-img {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button {
    color: #fff;
    order: 9999;
  }

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

  .nav-menu {
    background-color: #140027;
    align-items: stretch;
    padding-bottom: 20px;
    padding-left: 0;
    display: flex;
  }

  .brand {
    order: -9999;
  }

  .div-block-30, .div-block-31 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .section-14 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    min-height: 0;
  }

  .hero-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .container-large {
    overflow: hidden;
  }

  .container-large.steps {
    overflow: visible;
  }

  .main-card {
    flex-flow: column;
    padding: 20px;
  }

  .main-card-text, .team-section-text {
    width: 100%;
  }

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

  .joseph_container {
    margin-top: 20px;
  }

  .joseph_section.joseph_shadow_bottom {
    background-image: none;
  }

  .div-block-8-joseph {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-nic {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .text-block-9nic-copy.insideni {
    width: 100%;
  }

  .text-block-9nic-copy.insidenic-copy {
    padding-top: 0;
  }

  .text-block-9nic-copy.insideni-copy {
    width: 100%;
    padding-top: 0;
    line-height: 20px;
  }

  .text-block-9nic-copy.insideni-copy1 {
    width: 100%;
    padding-top: 0;
  }

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

  .div-block-10, .div-block-10.joseph_card_purple, .div-block-10.joseph_card_green, .div-block-10.joseph_card_pink {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-block-9nic-icon.center {
    text-align: center;
  }

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

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

  .container-divided3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    padding-top: 0;
  }

  .container-4-nic {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
  }

  .section-6, .div-block-15nic {
    flex-flow: column;
  }

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

  .section-9 {
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-nic-plans {
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .container-nic-plans-1 {
    width: 100%;
  }

  .container-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-nic-plans1 {
    width: 100%;
  }

  .section-10-joseph {
    margin-top: 20px;
  }

  .image-13 {
    display: none;
  }

  .div-block-28 {
    flex-flow: column;
  }

  .brand {
    width: 60%;
  }

  .background-video {
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 35px;
  }

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

  .hero-text {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .step-section-content-wrapper {
    height: auto;
  }

  .steps-card {
    width: 100%;
  }

  .early-access-card-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image {
    width: 100%;
  }

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

  .pricing-section {
    overflow: hidden;
  }

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

  .team-section-list-wrapper {
    grid-template-columns: 1fr;
  }

  .team-members {
    width: 100%;
  }

  .form {
    padding: 20px;
  }

  .div-block-3 {
    flex-flow: column;
  }

  .form-text-input {
    width: 40%;
  }

  .footer-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: center;
  }

  .process-section {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .joseph_section.joseph_shadow_bottom {
    background-image: none;
  }

  .joseph_section.joseph_shadow_left {
    justify-content: center;
    align-items: center;
  }

  .section-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-2 {
    line-height: 24px;
  }

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

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

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

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

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

  .section-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    text-align: center;
    font-size: 30px;
    line-height: 46px;
  }

  .heading-3 {
    text-align: center;
    font-size: 38px;
  }

  .text-block-nic1 {
    width: 100%;
  }

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

  .container-nic {
    width: 100%;
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-9nic-copy.insideni, .text-block-9nic-copy.insideni-copy, .text-block-9nic-copy.insideni-copy-22, .text-block-9nic-copy.insideni-copy1 {
    width: 100%;
  }

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

  .section-nic-contact {
    flex-flow: row;
  }

  .container-nic-contact {
    width: 100%;
    padding-left: 0;
  }

  .container-holding2-contact {
    flex-flow: column;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-7 {
    width: 100%;
  }

  .section-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .joseph_section_little {
    width: 100%;
    margin-right: 10px;
    padding-left: 10px;
  }

  .joseph_section_little.joseph_section-webinar_little {
    width: 100%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-14 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-divided3 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-top: 0;
  }

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

  .section-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .textinside3-nic {
    text-align: center;
  }

  .container3nic {
    padding: 20px;
  }

  .text-block-19 {
    line-height: 24px;
  }

  .text-block-20 {
    line-height: 28px;
  }

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

  .container-4-nic {
    width: 100%;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-nic11 {
    width: 100%;
    margin-top: 40px;
  }

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

  .link-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-21 {
    text-align: left;
  }

  .link-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-22 {
    text-align: left;
  }

  .container-nic-last {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4nic1-copy {
    text-align: center;
  }

  .section-7 {
    margin-top: 60px;
  }

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

  .div-block-15nic {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .card {
    width: 100%;
    max-width: none;
    height: 435px;
  }

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

  .text-block-25 {
    text-align: center;
    width: 100%;
  }

  .text-block-27-joseph {
    line-height: 24px;
  }

  .nic-section {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .container-nic-plans {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-nic-plans {
    text-align: center;
  }

  .container-nic-plans-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .container-7 {
    padding-left: 10px;
  }

  .container-nic-plans1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container3nic-copy {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .container-4-nic-copying {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-top: 0;
    padding: 20px;
    display: flex;
  }

  .heading-4-nic-copy1 {
    width: 100%;
    font-size: 26px;
  }

  .container-4-nic-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-4-nic11 {
    width: 100%;
    font-size: 26px;
  }

  .heading-4-nicolas1 {
    width: 100%;
    font-size: 28px;
  }

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

  .containerthreesnic2, .containerthreesnic3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .section-10-joseph {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-8 {
    margin-top: 40px;
  }

  .container-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-10articlesnic {
    flex-flow: column;
  }

  .div-block-25 {
    display: none;
    overflow: visible;
  }

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

  .text-block-36 {
    font-size: 20px;
    line-height: 22px;
  }

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

  .div-block-28 {
    flex-flow: column;
  }

  .section-13 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .brand {
    width: 90%;
  }

  .heading-work {
    text-align: left;
    font-size: 31px;
  }

  .image-14, .image-15 {
    width: auto;
  }

  .text-block-47 {
    font-size: 22px;
  }

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

  .background-video {
    width: 100%;
  }

  .content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}


