:root {
  --primary: #232ed1;
  --orange: #fe4d16;
  --black: #1e1e1e;
  --green: #3ce3b3;
  --pink: #ff4d80;
  --transparent: #1e1e1e;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.3em;
}

h2 {
  color: #fff;
  background-image: none;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3em;
}

h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  color: #bababa;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

blockquote {
  color: #bababa;
  background-color: #1e1e1e;
  border: 1px solid #292929;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
}

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

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

.section {
  width: 100%;
  background-color: #191919;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -530px;
  left: 340px;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 24px;
  display: flex;
  position: relative;
}

.container.padding-bottom-0 {
  padding-bottom: 40px;
}

.container.nav {
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .02);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 210px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  padding: 10px 24px;
  display: none;
}

.container.nav.hide {
  display: none;
}

.container.footer-container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.vectors-wrapper-2 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-2 {
  width: 100%;
  background-color: #191919;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.contain {
  width: 100%;
  max-width: 720px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contain.margin-bottom-70 {
  justify-content: flex-start;
  margin-bottom: 70px;
}

.contain.align-left {
  align-items: flex-start;
}

.vectors-wrapper-3 {
  height: 189px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.a {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 84px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px;
  display: flex;
  box-shadow: inset 0 12px 20px rgba(255, 255, 255, .02), 0 0 22px rgba(0, 0, 0, .1);
}

.download-the-report {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -530px;
  left: 340px;
}

.label-button {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.header {
  width: 100%;
  background-color: #191919;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.header.padding-bottom-0 {
  padding-bottom: 0;
}

.header.padding-bottom-0.padding-top-220 {
  height: 100vh;
  padding-top: 19px;
}

.header.padding-top-220 {
  padding-top: 220px;
}

.vectors-wrapper-5 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -530px;
  left: 340px;
}

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

.content.text-left.max-width-600 {
  max-width: 600px;
}

.content.align-left {
  align-items: flex-start;
}

.content.align-right {
  align-items: flex-end;
}

.uppertitle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 0 solid rgba(255, 255, 255, .2);
  border-radius: 0;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.uppertitle.accent {
  padding: 0;
  display: block;
}

.vectors-wrapper-6 {
  width: 14px;
  height: 14.0005px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-text {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.small-text.primary {
  color: var(--primary);
}

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

.title {
  color: var(--orange);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

.title.text-left {
  text-align: left;
}

.text {
  color: #bababa;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.text.w--current {
  text-decoration: none;
}

.text.text-left {
  text-align: left;
  word-break: keep-all;
  text-decoration: none;
}

.text.text-left.small-text {
  font-size: 16px;
  line-height: 1.3em;
}

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

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

.text.text-align-left.white {
  color: #fff;
}

.text.white {
  color: #fff;
  text-align: left;
}

.text.small-text {
  font-size: 14px;
  line-height: 1.2em;
}

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

.button {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 84px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 12px 20px rgba(255, 255, 255, .02), 0 0 22px rgba(0, 0, 0, .1);
}

.button:hover {
  box-shadow: none;
  filter: brightness(90%);
}

.button.button-secondary {
  justify-content: center;
  box-shadow: inset 0 12px 20px rgba(255, 255, 255, .02);
}

.button.button-secondary:hover {
  box-shadow: inset 0 12px 20px rgba(255, 255, 255, .02), 0 0 22px rgba(0, 0, 0, .1);
}

.button.button-primary {
  justify-content: center;
  font-size: 16px;
}

.button.button-primary.full {
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  display: block;
}

.uppertitle-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 84px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.vectors-wrapper-7 {
  width: 14px;
  height: 14.0005px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.call-to-action {
  width: 100%;
  background-color: #191919;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.vectors-wrapper-8 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 702px;
  left: 2780px;
}

.contain-2 {
  width: 100%;
  min-height: 296px;
  background-color: #1e1e1e;
  background-image: url('../images/Contain.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 100px;
  display: flex;
}

.second-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #bababa);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.3em;
}

.second-title.white {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  background-clip: border-box;
}

.vectors-wrapper-9 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 860px;
  left: 4120px;
}

.contain-3 {
  width: 100%;
  min-height: 296px;
  background-color: #1e1e1e;
  background-image: url('../images/Contain.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 100px;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1018px;
  left: 5460px;
}

.contain-4 {
  width: 100%;
  min-height: 296px;
  background-color: #1e1e1e;
  background-image: url('../images/richard-horvath-_nWaeTF6qo0-unsplash-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 100px;
  display: flex;
}

.vectors-wrapper-11 {
  height: 96px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  z-index: 0;
  width: 100%;
  max-width: 1500px;
  opacity: .64;
  position: absolute;
  top: 0;
}

.call-to-action-2 {
  width: 100%;
  background-color: #191919;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.background-lines {
  z-index: 0;
  width: 100%;
  filter: brightness(200%);
  object-fit: cover;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.container-2 {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  position: relative;
}

.contain-call-to-action {
  width: 100%;
  min-height: 296px;
  -webkit-text-fill-color: inherit;
  background-color: #1e1e1e;
  background-image: url('../images/Contain.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding: 100px;
  display: flex;
}

.contain-call-to-action.align-items-center {
  filter: saturate(95%) hue-rotate(141deg);
  align-items: center;
}

.content-2 {
  width: 100%;
  max-width: 600px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.second-title-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #bababa);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}

.button-2 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 84px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 12px 20px rgba(255, 255, 255, .02), 0 0 22px rgba(0, 0, 0, .1);
}

.download-the-report-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.body {
  height: 100%;
  overflow: visible;
}

.header-2 {
  width: 100%;
  background-color: #191919;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.vectors-wrapper-12 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -530px;
  left: 340px;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.contain-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-3 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uppertitle-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 84px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.small-text-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-2 {
  color: #bababa;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.button-3 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #1e1e1e;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 84px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 12px 20px rgba(255, 255, 255, .02), 0 0 22px rgba(0, 0, 0, .1);
}

.label-button-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-wrapper {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-0 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #bababa);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 500;
}

.title-1 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#232ed1 0%, #4852e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 52px;
  font-weight: 500;
}

.image-2 {
  width: 100%;
}

.image-full {
  width: 100%;
  height: 100%;
  box-shadow: 0 60px 100px -90px rgba(255, 61, 2, .88);
}

.image-full.main-image-article {
  max-height: 420px;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}

.basic {
  width: 100%;
  background-color: #191919;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.basic.padding-top-0 {
  padding-top: 0;
}

.basic.company-page.padding-bottom-0 {
  padding-bottom: 0;
}

.basic.basic-contact.padding-top-220 {
  padding-top: 220px;
}

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

.columns-wrapper.margin-bottom-70 {
  z-index: 1;
  margin-bottom: 70px;
  position: relative;
}

.columns-wrapper.margin-bottom-70.justify-space-between {
  justify-content: space-between;
}

.columns-wrapper.margin-bottom-50 {
  margin-bottom: 10px;
}

.column {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.column.padding-0 {
  padding: 0;
}

.column.full {
  padding-top: 2px;
  padding-bottom: 2px;
}

.contain-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-4 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-14 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-3 {
  color: #bababa;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.image-wrapper-2 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-15 {
  height: 100px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-4 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff 0%, #bababa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.title-5 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#232ed1 0%, #4852e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.cards {
  width: 100%;
  background-color: #191919;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cards.padding-top-0 {
  padding-top: 0;
  padding-bottom: 50px;
}

.contain-7 {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-5 {
  width: 100%;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-6 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff 0%, #bababa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.grid-wrapper {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.grid-wrapper.col-2 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.grid-wrapper.col-2.custom-grid {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  align-items: center;
  justify-items: stretch;
  position: relative;
}

.grid-wrapper.col-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.grid-wrapper.col-3.row-1 {
  grid-template-rows: auto;
}

.grid-wrapper.col-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-wrapper.col-6.margin-bottom-24 {
  margin-bottom: 24px;
}

.grid-wrapper.col-6.margin-bottom-70 {
  margin-bottom: 70px;
}

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

.grid-wrapper.col-4.align-center {
  grid-template-rows: auto;
  justify-items: center;
}

.grid-wrapper.col-4.align-center.margin-bottom-70 {
  margin-bottom: 70px;
}

.grid-wrapper.col-2-copy43 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.grid-wrapper.col-2-copy43.custom-grid {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  align-content: stretch;
  align-items: center;
  justify-items: stretch;
  position: relative;
}

.card {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #1e1e1e;
  border: 1px solid #383838;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  transition: all .3s ease-in-out;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2), inset 0 -80px 100px -70px rgba(255, 61, 2, .88);
}

.card:hover {
  position: relative;
  top: 0;
  transform: translate(0, -8px);
  box-shadow: inset 0 -80px 100px -70px #ff3d02, 0 4px 8px rgba(0, 0, 0, .15);
}

.card.team {
  background-image: url('../images/team-1.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 300px;
}

.card.team.team-2 {
  background-image: url('../images/team-2.png');
}

.card.team.team-3 {
  background-image: url('../images/team-3.png');
}

.vectors-wrapper-16 {
  width: 34px;
  height: 34px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.color-card-content {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1e1e1e;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.color-card-content.team {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: #191919;
  border-radius: 20px;
  padding: 20px;
}

.blurb-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #bababa);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3em;
}

.text-5 {
  color: #bababa;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.pricing {
  width: 100%;
  background-color: #191919;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.pricing.padding-top-0 {
  padding-top: 0;
}

.pricing.padding-top-220 {
  padding-top: 220px;
}

.pricing.padding-top-220.padding-bottom-0 {
  padding-bottom: 0;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.columns-wrapper-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.contain-8 {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.uppertitle-4 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 84px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.small-text-3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.title-7 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff 0%, #bababa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.text-6 {
  color: #bababa;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.grid-wrapper-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-card {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #1e1e1e;
  border: 1px solid #292929;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 70px;
  display: flex;
}

.pricing-card.accent {
  background-image: url('../images/pricing-plan-accent-bg.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.pricing-card-head {
  width: 100%;
  max-width: 448px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.pricing-card-head-title {
  height: auto;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-card-uppertitle {
  color: #232ed1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.pricing-card-uppertitle.margin-bottom-10 {
  margin-bottom: 10px;
  line-height: 1.2em;
}

.pricing-card-title {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #bababa);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: auto;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}

.button-primary {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #232ed1;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 84px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 12px 20px rgba(255, 255, 255, .2), 0 0 22px rgba(0, 0, 0, .1);
}

.button-primary.button {
  width: auto;
}

.button-primary.button.responsive-hide {
  background-color: var(--orange);
  margin-top: 34px;
  box-shadow: inset 0 12px 20px rgba(255, 255, 255, .2), 0 0 22px rgba(0, 0, 0, .1);
}

.button-primary.button.responsive-hide:hover {
  box-shadow: none;
  filter: brightness(95%);
}

.download-the-report-3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.pricing-card-content {
  width: 100%;
  max-width: 445px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.frame-47951 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-17 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-9 {
  color: #bababa;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.testimonials {
  width: 100%;
  background-color: #191919;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.testimonials.padding-top-0 {
  padding-top: 0;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

.contain-9 {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.uppertitle-5 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border-radius: 84px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.small-text-4 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.title-8 {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff 0%, #bababa 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
}

.text-10 {
  color: #bababa;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.grid-wrapper-3 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonials-cards-wrapper {
  width: 100%;
  height: 754px;
  max-width: 1030px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-card {
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #1e1e1e;
  border: 1px solid #292929;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  display: flex;
}

.testimonial-card-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card-top {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-18 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-content-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-11 {
  color: #bababa;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.card-bottom {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-bottom.hide {
  display: none;
}

.ellipse-10 {
  object-fit: cover;
}

.card-bottom-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-12 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-13 {
  color: #bababa;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.oval-shape {
  z-index: 0;
  filter: saturate(166%) brightness(200%) hue-rotate(148deg);
  position: absolute;
}

.faq {
  background-color: #191919;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.faq.padding-top-0 {
  padding-top: 0;
  display: none;
}

.accordion {
  width: 100%;
  background-color: #1e1e1e;
  border: 1px solid #292929;
  border-radius: 20px;
  transition: all .2s ease-in-out;
}

.accordion:hover {
  box-shadow: inset 0 -30px 60px -10px rgba(35, 46, 209, .4);
}

.accordion-head {
  width: 100%;
  transition: all .2s ease-in-out;
}

.icon {
  min-height: 34px;
  min-width: 34px;
  color: #fff;
  transition: all .2s ease-in-out;
}

.icon.accordion-icon {
  border: 1.5px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.icon.small-icon {
  min-height: 24px;
  min-width: 24px;
  filter: brightness(149%) brightness(200%) saturate(200%) contrast(152%) hue-rotate(153deg);
}

.icon.small-icon-copy43 {
  min-height: 24px;
  min-width: 24px;
  filter: brightness(70%) saturate(200%) contrast(152%) hue-rotate(249deg);
}

.accordion-title {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.accordion-content {
  width: 100%;
  height: 0;
  background-color: rgba(221, 221, 221, 0);
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s ease-in-out;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordion-content.w--open {
  height: auto;
  padding-bottom: 20px;
  overflow: hidden;
}

.partners {
  background-color: #191919;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.partners.padding-top-70 {
  padding-top: 70px;
}

.partners.padding-top-70.padding-bottom-70 {
  padding-top: 35px;
  padding-bottom: 90px;
}

.medium-title {
  font-size: 26px;
}

.medium-title.text-center, .medium-title.text-center-copy33 {
  text-align: center;
}

.slider-wrapper {
  width: 100%;
}

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

.hide {
  display: none;
}

.slide {
  width: auto;
  height: auto;
  max-width: 200px;
  min-width: 230px;
  margin-left: 20px;
  margin-right: 20px;
}

.mask {
  height: auto;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.icon-2, .icon-3 {
  display: none;
}

.teams {
  background-color: #191919;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.teams.padding-top-0 {
  padding-top: 0;
}

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

.hellobar {
  z-index: 3;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 14px 10px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.vectors-wrapper-19 {
  width: 9.99963px;
  height: 10px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-14 {
  color: #fff;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.navbar {
  width: 100%;
  background-color: rgba(221, 221, 221, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 55px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: #bababa;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

.nav-link.w--current {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.brand {
  width: auto;
  display: flex;
}

.nav-menu {
  width: auto;
  margin-left: -166px;
  padding-left: 0;
  display: flex;
}

.footer {
  width: 100%;
  background-color: #191919;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container-6 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

.footer-bottom-right-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-20 {
  width: 145px;
  height: 53px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.items-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-21 {
  width: 24px;
  height: 24px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-15 {
  color: #bababa;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-top-right {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-16 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.frame-47963 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1e1e1e;
  border: 1px solid #292929;
  border-radius: 90px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 10px 10px 24px;
  display: flex;
}

.text-17 {
  color: #bababa;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.frame-47241 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #232ed1;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 84px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px;
  display: flex;
  box-shadow: inset 0 12px 20px rgba(255, 255, 255, .2), 0 0 22px rgba(0, 0, 0, .1);
}

.download-the-report-4 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.vectors-wrapper-22 {
  height: 100px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom {
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-bottom-left.order-1-responsive {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
}

.social-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-23 {
  width: 32.2956px;
  height: 32.3px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom-right {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sma {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.frame-47957 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-18 {
  color: #bababa;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.copyright-make-it-studio-designed-by-kit-studio---powered-by-webflow-0 {
  color: #464646;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.copyright-make-it-studio-designed-by-kit-studio---powered-by-webflow-0:hover {
  color: #2e2e2e;
}

.copyright-make-it-studio-designed-by-kit-studio---powered-by-webflow-1 {
  color: #bababa;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.separator {
  width: 100%;
}

.paragraph {
  margin-bottom: 0;
}

.paragraph.max-width-240 {
  max-width: 500px;
}

.footer-top-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.blog {
  background-color: #191919;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.blog.no-padding-top {
  padding-top: 0;
}

.articles-wrapper {
  width: 100%;
}

.articles-list {
  width: 100%;
  align-items: stretch;
  display: flex;
}

.articles-list.col-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.articles-list.col-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.articles-list.col-1.max-width-760 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

.collection-item {
  background-color: #1e1e1e;
  border: 1px solid #292929;
  border-radius: 20px;
  padding-top: 4px;
  padding-left: 4px;
  padding-right: 4px;
  transition: all .2s ease-in-out;
}

.collection-item:hover {
  transform: translate(0, -4px);
  box-shadow: inset 0 -80px 100px -70px rgba(35, 46, 209, .4);
}

.collection-item.horizontal {
  padding-bottom: 4px;
}

.image-4 {
  width: 100%;
  max-height: 230px;
  object-fit: cover;
  border-radius: 16px;
}

.blog-post-content {
  padding: 20px;
}

.blog-post-image {
  width: 100%;
  max-height: 220px;
  object-fit: cover;
  border-radius: 16px;
}

.blog-post-image.max-width-330 {
  height: 330px;
  max-height: 330px;
  max-width: 330px;
}

.blog-post-title {
  border: 1px #000;
  text-decoration: none;
}

.content-article {
  background-color: #191919;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.rich-text-block {
  color: #fff;
  font-family: Inter, sans-serif;
  line-height: 2.2em;
}

.link-block {
  text-decoration: none;
}

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

.profile-picture {
  width: 60px;
  height: 60px;
  max-height: 60px;
  max-width: 60px;
  object-fit: cover;
  border-radius: 150px;
  overflow: hidden;
}

.blog-post-author-content {
  display: block;
}

.blog-post-author {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.form-wrapper {
  width: 100%;
  background-color: var(--black);
  border: 1px solid #292929;
  border-radius: 20px;
  margin-right: 0;
  padding: 50px;
}

.form-wrapper.newsletter {
  min-width: 380px;
  border-radius: 70px;
  padding: 8px 10px 8px 20px;
}

.form-item {
  margin-bottom: 30px;
}

.form-item.no-style {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  display: block;
}

.form-label {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3em;
}

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

.form-block.margin-0 {
  margin-bottom: 0;
}

.form-input {
  min-height: 60px;
  color: #fff;
  background-color: #232323;
  border: 1px solid #292929;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-input::-ms-input-placeholder {
  font-size: 16px;
}

.form-input::placeholder {
  font-size: 16px;
}

.form-input.textarea {
  min-height: 60px;
  padding-bottom: 100px;
}

.form-input.no-style {
  width: 100%;
  background-color: rgba(35, 35, 35, 0);
  border-style: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
}

.form-newsletter {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.card-content-top {
  text-align: left;
  align-self: flex-start;
}

.card-content-top.margin-bottom-10 {
  margin-bottom: 10px;
}

.color-card {
  border: 1px solid #292929;
  border-radius: 20px;
  overflow: hidden;
}

.color-card-top {
  width: 100%;
  min-height: 130px;
  background-color: #232ed1;
}

.color-card-top.blue-700 {
  background-color: #656ddf;
}

.color-card-top.blue-600 {
  background-color: #7b82e3;
}

.color-card-top.blue-500 {
  background-color: #9196e8;
}

.color-card-top.blue-300 {
  background-color: #bdc0f1;
}

.color-card-top.blue-100 {
  background-color: #e9eafa;
}

.color-card-top.green-900 {
  background-color: var(--green);
}

.color-card-top.green-700 {
  background-color: #76ebca;
}

.color-card-top.green-600 {
  background-color: #8aeed1;
}

.color-card-top.green-500 {
  background-color: #9df1d9;
}

.color-card-top.green-300 {
  background-color: #c4f7e8;
}

.color-card-top.green-100 {
  background-color: #ebfcf7;
}

.color-card-top.pink-900 {
  background-color: var(--pink);
}

.color-card-top.pink-700 {
  background-color: #ff82a6;
}

.color-card-top.pink-600 {
  background-color: #ff94b3;
}

.color-card-top.pink-500 {
  background-color: #ffa6bf;
}

.color-card-top.pink-300 {
  background-color: #ffcad9;
}

.color-card-top.pink-100 {
  background-color: #ffedf2;
}

.color-card-top.black-900 {
  background-color: #191919;
}

.color-card-top.black-700 {
  background-color: #5e5e5e;
}

.color-card-top.black-600 {
  background-color: #757575;
}

.color-card-top.black-500 {
  background-color: #8c8c8c;
}

.color-card-top.black-300 {
  background-color: #bababa;
}

.color-card-top.black-100 {
  background-color: #e8e8e8;
}

.color-card-top.dark-900 {
  background-color: #1e1e1e;
}

.color-card-top.dark-700 {
  background-color: #626262;
}

.color-card-top.dark-600 {
  background-color: #787878;
}

.color-card-top.dark-500 {
  background-color: #8e8e8e;
}

.color-card-top.dark-300 {
  background-color: #bbb;
}

.color-card-top.dark-100 {
  background-color: #e8e8e8;
}

.color-card-top.grey-gradient {
  background-image: linear-gradient(#fff, #bababa);
}

.color-card-top.grey {
  background-color: #bababa;
}

.color-card-top.blue-gradient {
  background-image: linear-gradient(#232ed1, #4852e8);
}

.color-card-top.white {
  background-color: #fff;
}

.color-card-top.green-gradient {
  background-image: linear-gradient(#3ce3b3, #9df1d9);
}

.color-card-top.pink-gradient {
  background-image: linear-gradient(#ff4d80, #ffa6bf);
}

.color-card-content-title {
  margin-bottom: 6px;
  font-size: 22px;
}

.medium-small-title {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.heading {
  font-size: 20px;
}

.heading-2 {
  line-height: 1.2em;
}

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

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

.text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9, .text-span-10 {
  color: var(--green);
}

.paragraph-2 {
  color: #bababa;
}

.small-text {
  color: #bababa;
  font-size: 16px;
  font-weight: 400;
}

.div-block {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.block-quote {
  color: #bababa;
  border: 1px solid #292929;
  border-radius: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.link-primary {
  color: var(--primary);
}

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

.logo-slider {
  width: 100%;
  max-width: 180px;
  opacity: .29;
  mix-blend-mode: normal;
}

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

.labelbutt {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: rgba(30, 30, 30, .64);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 84px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  padding: 6px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 0 12px 20px rgba(255, 255, 255, .02), 0 0 22px rgba(0, 0, 0, .1);
}

.labelbutt.button-secondary {
  justify-content: center;
  box-shadow: inset 0 12px 20px rgba(255, 255, 255, .02);
}

.labelbutt.button-secondary:hover {
  box-shadow: inset 0 12px 20px rgba(255, 255, 255, .02), 0 0 22px rgba(0, 0, 0, .1);
}

.labelbutt.button-primary {
  justify-content: center;
  font-size: 16px;
}

.labelbutt.button-primary.full {
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  display: block;
}

.text-copy53 {
  color: #bababa;
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.text-copy53.w--current {
  text-decoration: none;
}

.text-copy53.text-left {
  text-align: left;
  word-break: keep-all;
  text-decoration: none;
}

.text-copy53.text-left.small-text {
  font-size: 16px;
  line-height: 1.3em;
}

.text-copy53.text-left.white {
  color: #fff;
}

.text-copy53.text-align-left {
  text-align: left;
}

.text-copy53.text-align-left.white, .text-copy53.white {
  color: #fff;
}

.text-copy53.small-text {
  font-size: 14px;
  line-height: 1.2em;
}

.text-copy53.small-text.white {
  color: #fff;
}

.text-copy53.text-center-copy53 {
  margin-bottom: 26px;
}

.pricing-grix {
  width: 80vw;
}

.grid-wrapper-copy43 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.grid-wrapper-copy43.col-2 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.grid-wrapper-copy43.col-2.custom-grid {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  align-content: stretch;
  align-items: center;
  justify-items: stretch;
  position: relative;
}

.grid-wrapper-copy43.col-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.grid-wrapper-copy43.col-3.row-1 {
  grid-template-rows: auto;
}

.grid-wrapper-copy43.col-6 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-wrapper-copy43.col-6.margin-bottom-24 {
  margin-bottom: 24px;
}

.grid-wrapper-copy43.col-6.margin-bottom-70 {
  margin-bottom: 70px;
}

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

.grid-wrapper-copy43.col-4.align-center {
  grid-template-rows: auto;
  justify-items: center;
}

.grid-wrapper-copy43.col-4.align-center.margin-bottom-70 {
  margin-bottom: 70px;
}

.grid-wrapper-copy43.col-2-copy43 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  display: none;
}

.grid-wrapper-copy43.col-2-copy43.custom-grid {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  align-content: stretch;
  align-items: center;
  justify-items: stretch;
  position: relative;
}

.logo-title {
  color: #fff;
  letter-spacing: 0;
  margin-top: 10px;
  padding-left: 0;
  font-size: 36px;
}

.medium-title-copy44 {
  font-size: 26px;
}

.medium-title-copy44.text-center {
  text-align: center;
}

.medium-title-copy44.text-center-copy33 {
  color: #a7a7a7;
  text-align: center;
}

.icon-copy {
  min-height: 34px;
  min-width: 34px;
  color: #fff;
  transition: all .2s ease-in-out;
}

.icon-copy.accordion-icon {
  border: 1.5px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.icon-copy.small-icon {
  min-height: 24px;
  min-width: 24px;
  filter: brightness(107%) brightness(70%) saturate(200%) contrast(152%) hue-rotate(228deg);
}

.icon-copy {
  min-height: 34px;
  min-width: 34px;
  color: #fff;
  transition: all .2s ease-in-out;
}

.icon-copy.accordion-icon {
  border: 1.5px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.icon-copy.small-icon {
  min-height: 24px;
  min-width: 24px;
  filter: brightness(107%) brightness(70%) saturate(200%) contrast(152%) hue-rotate(228deg);
}

.icon-copy {
  min-height: 34px;
  min-width: 34px;
  color: #fff;
  transition: all .2s ease-in-out;
}

.icon-copy.accordion-icon {
  border: 1.5px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

.icon-copy.small-icon {
  min-height: 24px;
  min-width: 24px;
  filter: brightness(107%) brightness(70%) saturate(200%) contrast(152%) hue-rotate(228deg);
}

._43 {
  min-height: 34px;
  min-width: 34px;
  color: #fff;
  transition: all .2s ease-in-out;
}

._43.accordion-icon {
  border: 1.5px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 14px;
  display: flex;
}

._43.small-icon {
  min-height: 24px;
  min-width: 24px;
  filter: brightness(70%) saturate(200%) contrast(152%) hue-rotate(249deg);
}

._43.small-icon-copy43 {
  min-height: 24px;
  min-width: 24px;
  filter: brightness(63%) saturate(200%) contrast(152%) hue-rotate(238deg);
}

.html-embed {
  width: 740px;
  max-width: 99%;
}

.html-embed-copy3 {
  width: 740px;
  max-width: 99%;
  margin-top: 28px;
}

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

.linkfooter {
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .container.nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content.text-left.max-width-600 {
    text-align: center;
    margin-bottom: 30px;
  }

  .content.align-right {
    align-items: flex-start;
  }

  .call-to-action {
    padding-top: 0;
  }

  .contain-call-to-action.align-items-center {
    flex-direction: column;
  }

  .columns-wrapper {
    flex-flow: column;
    align-items: center;
    position: static;
  }

  .column {
    padding: 0;
  }

  .column.order-1-responsive {
    order: -1;
  }

  .grid-wrapper {
    flex-direction: column;
    align-items: center;
  }

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

  .grid-wrapper.col-2.grid-list, .grid-wrapper.col-3 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-wrapper.col-6.margin-bottom-24, .grid-wrapper.col-6.margin-bottom-70 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .grid-wrapper.col-2-copy43.grid-list {
    grid-template-columns: 1fr 1fr;
  }

  .columns-wrapper-2, .grid-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .button-primary.button {
    display: flex;
  }

  .button-primary.button.responsive-hide {
    display: none;
  }

  .grid-wrapper-3 {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-card {
    margin-bottom: 30px;
  }

  .nav-link {
    border-radius: 20px;
  }

  .nav-menu {
    background-color: var(--black);
    border: 1px solid #292929;
    border-radius: 20px;
    overflow: hidden;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-top-right {
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .footer-bottom-left {
    margin-bottom: 30px;
  }

  .footer-bottom-left.order-1-responsive {
    margin-bottom: 0;
  }

  .footer-bottom-right {
    order: -1;
    margin-bottom: 30px;
  }

  .footer-top-left {
    margin-bottom: 30px;
  }

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

  .menu-button {
    background-color: var(--primary);
    border-radius: 50px;
  }

  .menu-button.w--open {
    background-color: var(--primary);
  }

  .icon-4 {
    color: #fff;
  }

  .grid-wrapper-copy43 {
    flex-direction: column;
    align-items: center;
  }

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

  .grid-wrapper-copy43.col-2.grid-list, .grid-wrapper-copy43.col-3 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-wrapper-copy43.col-6.margin-bottom-24, .grid-wrapper-copy43.col-6.margin-bottom-70 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

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

  .grid-wrapper-copy43.col-2-copy43.grid-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .container.nav {
    padding: 14px;
  }

  .title {
    font-size: 38px;
    line-height: 1;
  }

  .text.text-center, .text.text-center-copy53 {
    text-align: center;
  }

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

  .second-title.text-center {
    text-align: center;
  }

  .contain-call-to-action.align-items-center {
    padding: 60px;
  }

  .title-0, .title-1 {
    font-size: 38px;
    line-height: 1;
  }

  .grid-wrapper.col-6.margin-bottom-24, .grid-wrapper.col-6.margin-bottom-70, .grid-wrapper.col-4.align-center.margin-bottom-70 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-card, .pricing-card.accent {
    padding: 40px;
  }

  .pricing-card-title {
    font-size: 32px;
  }

  .brand {
    padding-left: 0;
  }

  .items-wrapper {
    flex-wrap: wrap;
  }

  .blog-post-image.max-width-330 {
    max-width: 100%;
  }

  .link-block.flex {
    flex-wrap: wrap;
  }

  .text-copy53.text-center, .text-copy53.text-center-copy53 {
    text-align: center;
  }

  .grid-wrapper-copy43.col-6.margin-bottom-24, .grid-wrapper-copy43.col-6.margin-bottom-70, .grid-wrapper-copy43.col-4.align-center.margin-bottom-70 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .container.padding-bottom-0 {
    padding-bottom: 10px;
  }

  .contain {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contain.margin-bottom-70 {
    margin-bottom: 20px;
  }

  .contain.align-left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .header.padding-bottom-0.padding-top-220 {
    height: auto;
    padding-bottom: 10px;
  }

  .header.padding-top-220 {
    padding-bottom: 60px;
  }

  .content.align-right {
    align-items: flex-start;
  }

  .title {
    margin-top: 11px;
    font-size: 30px;
    line-height: 1.2;
  }

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

  .text.text-left {
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    display: flex;
  }

  .text.text-left.small-text {
    font-size: 14px;
  }

  .text.text-left.white {
    font-size: 16px;
  }

  .text.small-text.white.text-center.text-hellobar {
    font-size: 12px;
  }

  .call-to-action {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .second-title {
    font-size: 28px;
  }

  .second-title.text-center {
    text-align: center;
  }

  .second-title.text-left {
    text-align: left;
  }

  .contain-call-to-action.align-items-center {
    padding: 30px;
  }

  .download-the-report-2 {
    font-size: 14px;
  }

  .title-0 {
    font-size: 30px;
    line-height: 1.1;
  }

  .title-1 {
    font-size: 36px;
  }

  .basic {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .columns-wrapper {
    flex-wrap: nowrap;
  }

  .columns-wrapper.margin-bottom-70, .columns-wrapper.margin-bottom-70.justify-space-between {
    margin-bottom: 30px;
  }

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

  .list-item {
    text-align: left;
  }

  .cards.padding-top-0 {
    padding-bottom: 60px;
  }

  .grid-wrapper.col-2.custom-grid {
    display: flex;
  }

  .grid-wrapper.col-2.grid-list, .grid-wrapper.col-3 {
    grid-template-columns: 1fr;
  }

  .grid-wrapper.col-6.margin-bottom-24, .grid-wrapper.col-6.margin-bottom-70 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-wrapper.col-4.align-center.margin-bottom-70, .grid-wrapper.col-2-copy43.grid-list {
    grid-template-columns: 1fr;
  }

  .card {
    margin-bottom: 20px;
  }

  .card.team {
    padding-top: 180px;
  }

  .blurb-title {
    font-size: 23px;
  }

  .pricing.padding-top-0 {
    padding-bottom: 60px;
  }

  .pricing-card {
    width: 100%;
    padding: 30px 20px;
  }

  .pricing-card.accent {
    padding: 30px 20px;
  }

  .pricing-card-head {
    max-width: 100%;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .pricing-card-head-title {
    margin-bottom: 20px;
  }

  .button-primary.button.responsive-hide {
    display: flex;
  }

  .testimonials.padding-top-0 {
    padding-bottom: 30px;
  }

  .testimonial-card {
    margin-bottom: 20px;
    padding: 30px;
  }

  .faq.padding-top-0 {
    padding-bottom: 60px;
  }

  .accordion-title {
    font-size: 18px;
  }

  .partners.padding-top-70.padding-bottom-70 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .teams.padding-top-0 {
    padding-bottom: 60px;
  }

  .margin-bottom-0 {
    font-size: 18px;
  }

  .hellobar {
    padding-top: 12px;
    padding-bottom: 12px;
  }

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

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

  .footer-top-right {
    width: 100%;
  }

  .footer-bottom-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .copyright-make-it-studio-designed-by-kit-studio---powered-by-webflow-0 {
    text-align: center;
    font-size: 13px;
  }

  .blog {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog.no-padding-top {
    padding-bottom: 60px;
  }

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

  .blog-post-image.max-width-330 {
    height: auto;
    max-height: 220px;
  }

  .blog-post-title {
    font-size: 18px;
  }

  .form-wrapper {
    padding: 30px;
  }

  .form-wrapper.newsletter {
    min-width: 100%;
  }

  .labelbutt {
    margin-top: 5px;
  }

  .text-copy53 {
    text-align: left;
    font-size: 16px;
  }

  .text-copy53.text-left {
    font-size: 16px;
  }

  .text-copy53.text-left.small-text {
    font-size: 14px;
  }

  .text-copy53.text-left.white {
    font-size: 16px;
  }

  .text-copy53.small-text.white.text-center.text-hellobar {
    font-size: 12px;
  }

  .text-copy53.text-center-copy53 {
    margin-bottom: 10px;
  }

  .grid-wrapper-copy43.col-2.grid-list, .grid-wrapper-copy43.col-3 {
    grid-template-columns: 1fr;
  }

  .grid-wrapper-copy43.col-6.margin-bottom-24, .grid-wrapper-copy43.col-6.margin-bottom-70 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-wrapper-copy43.col-4.align-center.margin-bottom-70, .grid-wrapper-copy43.col-2-copy43.grid-list {
    grid-template-columns: 1fr;
  }

  .logo-title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 39px;
  }

  .medium-title-copy44.text-center-copy33 {
    font-size: 20px;
  }

  .grid {
    max-width: 100vw;
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

#w-node-_59473bbf-a66c-db95-b1f2-538d60d66464-1b15943f, #w-node-_7c1438d4-3567-7dab-9468-615f64af9cc6-1b15943f, #w-node-_9e6ea553-14c3-e7bf-a39e-bf2093e91d2b-1b15943f, #w-node-_805d99f2-fbd4-faa0-f3b6-5de4ea75dc99-1b15943f, #w-node-_3f013bb7-b38b-5129-2cb6-20ef06778b7c-1b159442, #w-node-_6d7c5030-c0a4-38e5-67c7-791b6d232612-1b15944a, #w-node-cc268490-ef8e-b691-8495-92b9b6f6968c-1b15944a, #w-node-a2f573d4-7fd5-36e9-d999-3f6327e969f5-1b15944a, #w-node-a2f573d4-7fd5-36e9-d999-3f6327e969f8-1b15944a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


