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

body {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 60px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 16px;
  color: #184043;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

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

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  color: #184043;
  font-size: 18px;
  line-height: 1.5;
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 12vh;
  padding: 0px 3%;
  background-color: #fff;
}

.container-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12vh;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding: 14px 36px;
  font-family: Inter, sans-serif;
  color: #211e1f;
  font-size: 17px;
  font-weight: 400;
}

.nav-link:hover {
  color: rgba(33, 30, 31, 0.77);
  font-weight: 400;
}

.nav-link.w--current {
  color: #201e1f;
  font-weight: 500;
}

.header-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 88vh;
  padding: 60px 3% 110px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-column {
  position: relative;
  text-decoration: none;
}

.display-heading {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #000;
  font-size: 64px;
  line-height: 122%;
  font-weight: 400;
}

.paragraph-green {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 70px;
  color: rgba(48, 48, 48, 0.71);
  font-size: 20px;
  line-height: 30px;
}

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

.button-green {
  margin-top: 36px;
  margin-bottom: 36px;
  padding: 18px 42px;
  background-color: #eb4362;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 18px;
}

.content-section {
  position: relative;
  padding: 80px 3% 100px;
}

.content-heading-grid {
  margin-bottom: 60px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-heading-white {
  font-family: Plusjakartadisplay, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 120%;
  font-weight: 400;
}

.button-white {
  padding: 16px 60px;
  background-color: #fff;
  color: #eb4362;
  font-size: 16px;
}

.content-grid {
  grid-column-gap: 62px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-grid.grid-gap {
  grid-column-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.image-latest-article {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tag {
  position: absolute;
  left: 0%;
  top: 32px;
  right: auto;
  bottom: auto;
  display: inline-block;
  padding: 12px 24px;
  background-color: #fff;
}

.tag-name {
  color: #184043;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.paragraph-white-60 {
  margin-bottom: 32px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 18px;
  line-height: 140%;
}

.paragraph-white-60.space {
  margin-top: 24px;
}

.hero-image {
  width: 54%;
  min-width: auto;
}

.image-feature {
  width: 100%;
}

.section-heading-green {
  font-family: Plusjakartadisplay, sans-serif;
  color: #184043;
  font-size: 42px;
  line-height: 120%;
  font-weight: 400;
}

.section-heading-green.padding-below-32 {
  margin-bottom: 32px;
  color: #eb4362;
}

.content-section-green {
  padding: 80px 3%;
  background-color: #eb4362;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.image-container {
  position: relative;
  overflow: hidden;
}

.image-popular-article {
  width: 100%;
  margin-bottom: 0px;
}

.subtitle {
  margin-bottom: 12px;
  color: rgba(24, 64, 67, 0.6);
  font-size: 16px;
}

.h4 {
  font-size: 24px;
  line-height: 120%;
}

.h3 {
  font-family: Plusjakartadisplay, sans-serif;
  color: #184043;
  font-size: 32px;
  line-height: 120%;
  font-weight: 400;
}

.text-link {
  color: #184043;
  font-size: 16px;
}

.newsletter-section {
  position: relative;
  padding: 100px 3%;
  background-image: url('../images/Scratch-Background.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-x;
}

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

.newsletter-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.subscribe-form-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subscribe-form-input-wrapper {
  width: 100%;
  margin-right: 16px;
  text-align: left;
}

.subscribe-form-input {
  display: block;
  margin-bottom: 0px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 24px;
  color: #184043;
  font-size: 20px;
  font-weight: 400;
}

.submit-button {
  width: 60px;
  height: 60px;
  background-color: #fff;
  background-image: url('../images/Arrow_1Arrow.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.footer {
  padding: 50px 3%;
  background-color: #f3f3f3;
}

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-form-footer {
  display: block;
  width: 370px;
  margin-bottom: 0px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 24px;
  border: 1px solid #184043;
  background-color: transparent;
  color: transparent;
  font-size: 16px;
  font-weight: 400;
}

.submit-button_footer {
  width: 60px;
  height: 60px;
  border: 1px solid #184043;
  background-color: transparent;
  background-image: url('../images/Arrow_1Arrow.png');
  background-position: 50% 50%;
  background-size: 16px;
  background-repeat: no-repeat;
}

.subtitle-footer {
  max-width: 450px;
  margin-bottom: 38px;
  color: #303030;
  font-size: 16px;
  line-height: 130%;
  text-align: center;
}

.social-link {
  margin-right: 4px;
  margin-left: 4px;
  padding: 16px;
  border-radius: 100px;
  background-color: #fff;
}

.paragraph-green-60 {
  margin-bottom: 32px;
  color: rgba(24, 64, 67, 0.6);
  font-size: 18px;
  line-height: 22px;
}

.paragraph-green-60.text-column {
  -webkit-column-count: 2;
  column-count: 2;
}

.highlight-span {
  overflow: visible;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}

.hero-image-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #eb4362;
  border-radius: 600px;
}

.image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  z-index: -1;
  width: 100%;
}

.link {
  color: #184043;
}

.collection-list-wrapper {
  margin-top: 72px;
  margin-bottom: 72px;
}

.content-section-short {
  padding: 60px 3%;
  background-color: #f3f3f3;
}

.background {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  height: 200px;
  background-color: #f3f3f3;
}

.title-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #184043;
}

.section-title {
  position: relative;
  z-index: 5;
  font-family: Plusjakartadisplay, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 100%;
  font-weight: 500;
}

.section-subtitle {
  font-family: Plusjakartadisplay, sans-serif;
  color: #fff;
  font-size: 20px;
}

.scratch-image-2 {
  position: absolute;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 1;
  min-width: 420px;
}

.content-section-video {
  display: block;
  padding: 90px 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #184043;
}

.paragraph-white {
  margin-top: 24px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
}

.video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 540px;
  margin-top: 64px;
  margin-bottom: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Video-Thumbnail.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.play-button {
  position: static;
  left: auto;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.subtitle-white-60 {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  text-align: center;
}

.content-section-medium {
  padding: 100px 3%;
}

.content-section-blog {
  padding: 120px 3% 100px;
}

.container-blog {
  display: -ms-grid;
  display: grid;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 0.4fr;
  grid-template-columns: 1fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.article {
  position: relative;
  margin-bottom: 100px;
}

.h3-semibold {
  font-family: Plusjakartadisplay, sans-serif;
  color: #184043;
  font-size: 32px;
  line-height: 120%;
  font-weight: 500;
}

.left-column {
  width: 100%;
}

.right-column {
  width: 100%;
}

.blog-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-logo {
  height: 200px;
  margin-bottom: 30px;
}

.title-large {
  margin-bottom: 12px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #184043;
  font-size: 28px;
  line-height: 120%;
  font-weight: 500;
}

.category-link {
  display: block;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  color: rgba(24, 64, 67, 0.6);
  font-size: 16px;
  text-decoration: none;
}

.categories-container {
  margin-bottom: 24px;
}

.subscribe-form-input-blog {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 24px;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 24px;
  color: #184043;
  font-size: 20px;
  font-weight: 400;
}

.project-link {
  position: relative;
  text-decoration: none;
}

.scratch-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 570px;
  margin-bottom: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.title-wrap-centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-section-large {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #184043;
}

.container-small {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.blog-header {
  width: 100%;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: -1;
  height: 280px;
  background-color: #184043;
}

.blog-section {
  position: relative;
  padding-right: 3%;
  padding-bottom: 100px;
  padding-left: 3%;
}

.blog-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  padding: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(24, 64, 67, 0.05);
  font-weight: 500;
}

.container-flowbase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-mark-flowbase {
  width: 45px;
}

.navigation-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.close-link {
  margin-left: 10px;
  padding: 14px;
}

.text-span {
  color: #7839f3;
}

.button-flowbase {
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #5f30e2;
  border-radius: 10px;
  background-color: #7839f3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.button-flowbase:hover {
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.close-icon {
  width: 26px;
}

.flowbase-bar {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  padding: 10px 2%;
  background-color: #fff;
  box-shadow: 8px 8px 52px 0 rgba(0, 0, 0, 0.1);
}

.text-block {
  color: #4e5d78;
  font-size: 12px;
  font-weight: 600;
}

.navigation-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.blog-image-wrapper {
  overflow: hidden;
  height: 320px;
  margin-bottom: 32px;
}

.blog-image-wrapper.large-image {
  height: 540px;
}

.template-link {
  margin-right: 20px;
  margin-left: 20px;
  padding: 4px 20px;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  text-decoration: none;
}

.form-block {
  margin-top: 32px;
  margin-bottom: 32px;
}

.grid-column-hero {
  position: relative;
  margin-top: 32px;
  text-decoration: none;
}

.logo-footer {
  width: 100px;
  margin-bottom: 26px;
}

.stick-side-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.grid-column-content {
  position: relative;
  text-decoration: none;
}

.image-2 {
  background-color: transparent;
}

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

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

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.submit-button-2 {
  margin-right: auto;
  margin-left: auto;
  padding: 12px 28px;
  background-color: #eb4362;
  font-size: 14px;
  font-weight: 500;
}

.heading {
  padding-bottom: 52px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #231f20;
  font-size: 34px;
  font-weight: 500;
}

.field-label {
  font-weight: 600;
}

.field-label-2 {
  font-weight: 600;
}

.field-label-3 {
  font-weight: 600;
}

.field-label-4 {
  font-weight: 600;
}

.field-label-5 {
  font-weight: 600;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b9d052;
  font-family: Plusjakartadisplay, sans-serif;
  color: #f3f3f3;
  font-weight: 500;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 1100px;
  padding: 50px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph {
  width: auto;
  padding-right: 32px;
  padding-left: 0px;
  color: rgba(48, 48, 48, 0.86);
  line-height: 1.74;
}

.paragraph.story {
  padding-right: 60px;
  line-height: 1.6;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eb4362;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #f3f3f3;
  font-weight: 500;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-left: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-4 {
  padding-bottom: 20px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #eb4362;
  font-weight: 500;
}

.div-block-5 {
  height: 60vh;
}

.grid-2 {
  grid-template-areas: "Area";
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  margin-right: 0px;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 66px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-5 {
  padding-bottom: 22px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #f3f3f3;
  font-weight: 500;
}

.paragraph-2 {
  padding-right: 82px;
  color: hsla(0, 0%, 95.3%, 0.66);
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-6 {
  padding-bottom: 18px;
  font-family: Plusjakartadisplay, sans-serif;
  color: #eb4362;
  font-weight: 500;
}

.div-block-9 {
  width: 46%;
  margin-left: 60px;
}

.paragraph-3 {
  color: rgba(48, 48, 48, 0.69);
}

.container-8 {
  display: block;
  margin-bottom: 0px;
  padding: 30px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-2 {
  font-family: Plusjakartadisplay, sans-serif;
  color: #333;
  font-size: 22px;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.section {
  height: 12vh;
}

.section-2 {
  height: 12vh;
}

.section-3 {
  height: 12vh;
}

.section-4 {
  height: 12vh;
}

.section-5 {
  height: 12vh;
}

@media screen and (max-width: 991px) {
  .header-section {
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .display-heading {
    font-size: 48px;
  }

  .paragraph-green {
    padding-right: 0px;
  }

  .button-green {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content-grid {
    grid-column-gap: 32px;
  }

  .content-grid.grid-gap {
    grid-column-gap: 32px;
    -ms-grid-columns: 1.5fr;
    grid-template-columns: 1.5fr;
  }

  .hero-image {
    width: 45%;
    min-width: auto;
  }

  .image-feature {
    max-width: 400px;
  }

  .newsletter-section {
    background-size: cover;
  }

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

  .container-blog {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .right-column {
    width: 100%;
  }

  .blog-text-container {
    padding-right: 0px;
  }

  .container-flowbase {
    position: relative;
    min-height: auto;
  }

  .flowbase-bar {
    display: none;
  }

  .grid-column-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 550px;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .stick-side-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-column-content {
    padding: 30px;
  }

  .div-block-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .paragraph.story {
    margin-bottom: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-content {
    grid-row-gap: 52px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .content-grid.grid-gap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .div-block-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .paragraph.story {
    margin-bottom: 40px;
    text-align: center;
  }

  .div-block-6 {
    height: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .container {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .hero-content {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .display-heading {
    font-size: 30px;
  }

  .paragraph-green {
    padding-right: 0px;
    font-size: 14px;
  }

  .button-green {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 14px;
  }

  .content-heading-grid {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .hero-image {
    width: 70%;
    margin-top: -38px;
  }

  .subscribe-form-input-wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .subscribe-form-input {
    width: 100%;
  }

  .subscribe-form-footer {
    width: 100%;
  }

  .subscribe-form-input-blog {
    width: 100%;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paragraph {
    padding-right: 0px;
    text-align: center;
  }

  .paragraph.story {
    margin-bottom: 40px;
    padding-right: 0px;
    text-align: center;
  }

  .div-block-4 {
    width: auto;
    padding-left: 0px;
  }

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

  .div-block-6 {
    height: 40vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container-5 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-8 {
    width: 100%;
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }

  .heading-5 {
    text-align: center;
  }

  .paragraph-2 {
    padding-right: 0px;
    text-align: center;
  }

  .container-7 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-6 {
    text-align: center;
  }

  .div-block-9 {
    width: 100%;
    margin-left: 0px;
  }

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

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

#w-node-_3946edfe-8433-d091-a2dc-8c39ac67de5a-9369cbc9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_76a1d432-c7a5-49a4-be79-10eca6ad598a-9369cbc9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 479px) {
  #w-node-_76a1d432-c7a5-49a4-be79-10eca6ad598a-9369cbc9 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}