:root {
  --medium-sea-green: #5ab963;
  --white: white;
  --bg-grey: #fafafa;
  --dark-grey: white;
  --black: black;
  --dark-grey-2: #999;
  --sea-green: #48944f;
}

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

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

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 1;
  box-sizing: content-box;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100px;
  margin: 20px 0% 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header_workforce {
  background-color: #752f76;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  margin-top: -90px;
  padding: 210px 30px 120px;
  display: block;
}

.navigation-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  background-color: #fff;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  color: #000;
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

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

.header-content {
  perspective: 2000px;
  text-align: center;
  flex: 1;
  order: 0;
  align-self: auto;
  max-width: none;
  max-height: none;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.h1 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  border-radius: 0;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0% auto 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 55px;
  display: block;
  position: relative;
  left: auto;
  right: auto;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.paragraph {
  color: #fff;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.cc-gray {
  color: #999;
}

.button {
  color: #752f76;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  width: 200px;
  min-width: 200px;
  margin: 0 0% 0 0;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: inline-block;
}

.button:hover {
  background-color: #a7aaa7;
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.container.cc-center {
  text-align: justify;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-left: 15%;
  margin-right: 15%;
  display: inline-block;
}

.container.cc-cta {
  display: flex;
}

.container.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container.cc-blogpost {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 770px;
  display: block;
}

.container.cc-contact {
  display: flex;
}

.features {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.h2.cc-center {
  margin: 25px 0% 40px;
  display: block;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.h2-container.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.text-span {
  color: #000;
  font-weight: 800;
}

.text-span.cc-white-text {
  color: #fff;
}

.feature-item-container {
  border: 1px solid #f7f7f7;
  height: 330px;
  padding: 50px 40px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px #0000000d;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  color: var(--medium-sea-green);
  margin-bottom: 0;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  flex: 1;
  max-width: 1440px;
  height: 720px;
  margin-top: -360px;
}

.slide {
  background-image: url('../images/image-slider-01.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/image-slider-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image-slider-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.body {
  max-height: 207px;
  display: block;
}

.about {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.link {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

.line-color {
  background-color: #e6e6e6;
  height: 1px;
}

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium.cc-background {
  background-color: #0000;
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  background-color: var(--medium-sea-green);
  width: 30px;
  height: 2px;
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: #0a0e1a;
  justify-content: center;
  align-items: center;
  padding: 120px 30px 150px;
  display: flex;
}

.footer-column {
  width: 50%;
  display: flex;
}

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

.text-footer-credits {
  color: #666;
  margin-top: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.footer-links-list {
  flex-direction: column;
  align-items: center;
  padding-right: 50px;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

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

.link-social {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  justify-content: flex-start;
  width: 25%;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: none;
}

.nav-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.nav-icon-piece {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  background-color: var(--medium-sea-green);
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  background-color: #752f76;
  margin-bottom: 125px;
  padding-bottom: 125px;
}

.header-inner-content {
  width: 57%;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.premium-banner {
  background-image: url('../images/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-height: 720px;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  background-color: var(--medium-sea-green);
  max-width: 370px;
  padding: 60px 50px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-image-banner {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  max-height: 720px;
  display: flex;
  overflow: hidden;
}

.premium-image-container {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  text-align: center;
  width: 70%;
}

.block-quote {
  color: var(--medium-sea-green);
  border-left: 0 #0000;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.pricing-block:hover {
  box-shadow: 0 5px 20px #00000024;
}

.price {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  background-color: var(--medium-sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px #0000000d;
}

.image-2 {
  margin-bottom: 20px;
}

.facts-gray-background {
  background-color: #fafafa;
  width: 100%;
  height: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  flex-wrap: nowrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-intro {
  justify-content: center;
  align-items: center;
  padding: 0 0 50px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px #0000000d;
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  flex-wrap: wrap;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  place-content: stretch flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  place-content: stretch center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px #0000000d;
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-width: 1440px;
  max-height: 750px;
  position: relative;
}

.header-color {
  background-color: var(--medium-sea-green);
  width: 100%;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  place-content: flex-start center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-info-text {
  color: #999;
  width: 25%;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  color: #000;
  width: auto;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  height: 60px;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

.text-field:focus {
  color: #000;
  border-bottom-color: #000;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  color: var(--black);
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.nav-link.w--current {
  color: var(--black);
}

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  padding: 15px;
  line-height: 24px;
}

.paragraph-2 {
  color: var(--white);
  font-size: 18px;
}

.paragraph-3 {
  color: var(--white);
  margin: 25px 75px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
}

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

.heading {
  text-align: center;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
  font-size: 48px;
  line-height: 55px;
}

.paragraph-4 {
  text-align: center;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
}

.h4 {
  color: var(--black);
  text-align: left;
  letter-spacing: -1px;
  border-radius: 0;
  width: auto;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.h4.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, .25fr) auto auto;
  grid-template-areas: "Area-2 Area"
                       "Area-3 Area"
                       ". .";
  margin: 50px 0% 0;
}

.text-block-2 {
  text-align: left;
  column-count: 0;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 0%;
  margin-right: 25px;
  font-size: 16px;
  display: block;
}

.grid-3 {
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area-3 Area-5"
                       "Area-3 Area"
                       ". Area-4";
  margin: 25px 0%;
}

.image-3 {
  border: 1px solid var(--dark-grey);
  width: auto;
  max-width: 80%;
  margin: 0 0 0 0%;
}

.image-4 {
  max-width: 80%;
  margin: 0;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  font-size: 28px;
  display: block;
}

.heading-3 {
  margin-bottom: 0;
  margin-left: 10%;
  font-size: 28px;
}

.heading-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  font-size: 28px;
  display: flex;
}

.container-2 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.text-block-3 {
  background-color: #752f76;
  flex-flow: row;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0%;
  padding-bottom: 40px;
  font-size: 32px;
  line-height: 40px;
  display: flex;
}

.bold-text {
  color: #fff;
  text-align: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 50px;
  margin-left: 0%;
  padding-bottom: 0;
  font-size: 36px;
  display: block;
}

.grid-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area . Area-6"
                 "Area-2 Area-3 Area-7"
                 "Area-4 Area-5 ."
                 / 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.paragraph-5 {
  object-fit: contain;
  margin-top: -30px;
  margin-bottom: 30px;
  margin-left: 95px;
  padding-right: 10px;
  display: block;
}

.heading-5 {
  margin-left: 20px;
  display: inline-block;
}

.image-5 {
  object-fit: fill;
  margin-top: 25px;
  margin-left: 15px;
  display: inline;
  overflow: scroll;
}

.columns {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 0%;
}

.paragraph-6 {
  margin: 25px 25% 50px;
}

.div-block {
  border: .5px solid var(--dark-grey);
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  display: block;
}

.section {
  background-color: #752f76;
}

.text-block-4 {
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
}

.grid-5 {
  grid-template: "Area Area-2 Area-3 Area-4 Area-5"
  / 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.bold-text-2 {
  text-align: center;
  font-size: 62px;
  font-weight: 600;
  display: block;
}

.bold-text-3 {
  text-align: center;
  font-family: Libre Franklin, sans-serif;
  font-size: 62px;
  font-weight: 600;
  display: block;
}

.bold-text-4 {
  font-size: 42px;
}

.paragraph-7 {
  text-align: center;
  justify-content: center;
  display: flex;
}

.button-2 {
  color: var(--white);
  background-color: #752f76;
  margin-left: 10%;
}

.image-7 {
  text-align: left;
  max-width: 50%;
  margin: 25px 0 25px 35%;
  display: block;
}

.image-8 {
  max-width: 50%;
  margin: 25px 0 25px 15%;
  display: block;
}

.div-block-2 {
  margin: 25px 0%;
}

.div-block-3 {
  text-align: center;
  margin: 25px auto;
}

.button-3 {
  color: var(--white);
  background-color: #752f76;
  margin-top: 50px;
  margin-bottom: 25px;
  margin-left: 30%;
}

.image-9 {
  margin-top: 0;
  margin-left: 0%;
}

.button-4 {
  color: #752f76;
  background-color: #fff;
  flex: none;
  align-self: center;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 5%;
}

.image-10 {
  border: 1px solid var(--dark-grey);
  max-width: 80%;
  margin: 0;
}

.grid-6 {
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area-2 Area"
                       "Area-3 Area"
                       "Area-4 .";
  margin: 50px 0% 0;
}

.heading-3-copy {
  margin-bottom: 0;
  margin-left: 10%;
  font-size: 28px;
}

.section-faq {
  background-color: #80399600;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 0%;
  margin-right: 0%;
  display: block;
}

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

.paragraph-8 {
  color: #000;
  text-align: left;
  border-bottom: 2px solid #000;
  margin-bottom: 0;
  margin-left: 40%;
  margin-right: 27%;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
}

.grid-8 {
  grid-template: ". Area Area-2 Area-3 Area-4"
  / 1fr 1fr 1fr 1fr 1fr;
  margin-left: 50px;
  margin-right: 50px;
  padding-bottom: 0;
}

.image-11 {
  margin-top: 15px;
}

.image-12 {
  margin-left: 10px;
}

.column {
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.columns-2 {
  padding-bottom: 25px;
}

.column-2 {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-360 {
  flex: 1;
  justify-content: center;
  margin: 0 0% 0%;
  display: flex;
}

.heading-6 {
  text-align: left;
  margin-left: 15%;
  margin-right: 15%;
}

.div-block-5 {
  margin-bottom: 25px;
}

.paragraph-9 {
  margin-bottom: 50px;
  margin-left: 15%;
  margin-right: 15%;
  font-size: 16px;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-template: ". Area Area-2 Area-3 Area-4 Area-5"
  / 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.paragraph-10 {
  color: #752f76;
  text-align: center;
  border: 1px solid #000;
  border-top: 5px solid #6c186f;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  font-size: 20px;
}

.bold-text-5 {
  text-align: center;
  margin-top: 0%;
  margin-left: 0;
  margin-right: 0;
  line-height: 55px;
}

.div-block-6 {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #752f76;
  border-radius: 0;
  min-width: 0;
  min-height: 0;
  max-height: none;
}

.paragraph-11 {
  color: #000;
  text-align: left;
  margin-bottom: 50px;
  margin-left: 40%;
  margin-right: 15%;
  padding-top: 25px;
  padding-bottom: 50px;
  font-size: 20px;
}

.paragraph-12 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 40%;
  padding-top: 25px;
  padding-bottom: 50px;
  font-size: 16px;
}

.paragraph-13 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
}

.div-block-7 {
  background-color: #803996;
}

.div-block-8 {
  background-color: #752f76;
}

.header-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  margin-top: -90px;
  padding: 210px 30px 120px;
  display: flex;
}

.header_obd_home {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/homepage-main-pic.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.header_workforcehome {
  background-image: url('../images/homepage-main-pic.jpg');
  background-position: 50% 100%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.section-home {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-color: #0000;
  background-image: url('../images/homepage-main-pic.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  padding: 0;
  display: flex;
  overflow: visible;
}

.heading-7 {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 10%;
  margin-right: 5%;
  padding-top: 50px;
  padding-bottom: 25px;
}

.paragraph-14 {
  color: var(--white);
  margin-left: 20%;
  margin-right: 10%;
  padding-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
}

.div-block-9 {
  min-height: 0;
}

.column-3 {
  background-color: #752f76;
  min-height: 300px;
}

.columns-3 {
  min-height: 350px;
  margin-top: 50px;
}

.column-4 {
  background-color: #752f76;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 300px;
  padding-right: 5px;
  display: flex;
}

.navigation-compliance {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1170px;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-3 {
  margin-top: 50px;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". Area Area-2 Area-3 Area-37"
                 ". Area-4 Area-5 Area-6 ."
                 ". Area-7 Area-7 Area-7 Area-38"
                 ". Area-10 Area-11 Area-12 ."
                 ". Area-13 Area-13 Area-13 Area-39"
                 ". Area-16 Area-17 Area-18 ."
                 ". Area-19 Area-19 Area-19 Area-40"
                 ". Area-22 Area-23 Area-24 ."
                 ". Area-25 Area-25 Area-25 Area-41"
                 ". Area-28 Area-29 Area-30 ."
                 ". Area-31 Area-31 Area-31 Area-42"
                 ". Area-34 Area-35 Area-36 ."
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
}

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

.heading-9 {
  color: var(--white);
  text-align: center;
  font-size: 24px;
}

.heading-10 {
  color: #752f76;
  text-align: center;
  font-weight: 400;
}

.text-block-5, .text-block-6 {
  text-align: center;
}

.text-block-7 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
}

.bold-text-6, .bold-text-7 {
  color: #752f76;
  font-size: 18px;
}

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

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

.div-block-10 {
  background-color: #f1f0f0;
  margin-bottom: 5px;
}

.paragraph-17 {
  font-size: 22px;
}

.paragraph-18 {
  margin-bottom: 0;
  margin-right: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  display: block;
}

.compliance-button {
  color: var(--white);
  background-color: #752f76;
  margin: 0 auto 25px;
  display: block;
}

.workforce-button {
  color: var(--white);
  background-color: #752f76;
  justify-content: center;
  margin: 0 auto 25px;
  display: block;
}

.pdpa-button {
  color: var(--white);
  background-color: #752f76;
  margin: 50px 30% 25px;
}

.image-13 {
  max-width: 350px;
  max-height: 400px;
  margin-left: 25%;
  margin-right: 25%;
}

.image-14 {
  text-align: left;
  margin-top: 50px;
  margin-left: 40%;
}

.paragraph-pdpa-faq {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 16px;
}

.div-engagement {
  background-color: var(--white);
  color: #752f76;
  border: 0 solid #bdbcbc;
  border-top: 1px #bdbcbc;
  border-radius: 0;
  min-width: 0;
  min-height: 0;
  max-height: none;
}

.grid-dpoaas {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 / 1fr 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 50px;
}

.header_dpoaas {
  background-color: #752f76;
  background-image: linear-gradient(#00000080, #00000080), url('../images/aerial-view-business-team-1.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 0;
  padding: 100px 30px 120px 75px;
  display: flex;
}

.div-block-dpoaas {
  text-align: center;
  flex-direction: column;
  margin: 0 auto 0%;
  display: flex;
}

.button-dpoaas {
  color: #752f76;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 25px;
  margin-left: 5%;
}

.heading-dpoaas {
  text-align: center;
  margin-bottom: 25px;
  margin-left: 0%;
  margin-right: 0%;
}

.h1-dpoaas {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  border-radius: 0;
  justify-content: center;
  width: auto;
  margin: 0 auto;
  font-family: Libre Franklin, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
  display: block;
}

.h1-dpoaas.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.div-block-dpoaas-2 {
  margin-bottom: 25px;
}

.div-dpoaas {
  background-color: var(--white);
  color: #752f76;
  border: 0 solid #bdbcbc;
  border-top: 1px #bdbcbc;
  border-bottom: 2px #bdbcbc;
  border-radius: 0;
  min-width: 0;
  min-height: 0;
  max-height: none;
  font-size: 20px;
}

.div-block-dpoaas-3 {
  margin-bottom: 50px;
  margin-left: 0%;
  margin-right: 0%;
}

.bold-text-8, .bold-text-dpoaas {
  font-size: 24px;
}

.paragraph-dpoaas {
  margin-bottom: 20px;
  margin-left: 0%;
  margin-right: 0%;
  font-size: 16px;
}

.paragraph-dpoaas-2 {
  color: #000;
  text-align: left;
  margin-bottom: 50px;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
}

.div-block-dpoass {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-11, .paragraph-19 {
  color: #fff;
  margin-left: 25%;
  margin-right: 25%;
}

.list {
  margin-left: 10px;
}

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

.paragraph_home, .paragraph-8-copy {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 20px;
}

.button-360 {
  color: #752f76;
  text-align: left;
  background-color: #fff;
  margin-top: 40px;
  margin-bottom: 25px;
  margin-left: 25%;
  display: inline-block;
}

.image-15 {
  flex: 0 auto;
  margin-right: 30%;
  display: block;
}

.bold-text-360-1 {
  margin-top: 25%;
  margin-left: 25%;
  margin-right: 50px;
  line-height: 55px;
}

.h1-360 {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  border-radius: 0;
  justify-content: center;
  width: auto;
  min-width: 600px;
  min-height: 350px;
  margin-top: 0%;
  margin-bottom: 0;
  margin-left: 0%;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
  display: flex;
}

.h1-360.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.div-engagement-copy, .div-engagement-copy-copy {
  background-color: var(--white);
  color: #752f76;
  border: 0 solid #bdbcbc;
  border-top: 1px #bdbcbc;
  border-bottom-width: 2px;
  border-radius: 0;
  min-width: 0;
  min-height: 0;
  max-height: none;
}

.grid-360 {
  grid-column-gap: 0px;
  grid-template: ". Area Area-2 Area-3 Area-4"
                 ". Area-5 Area-6 Area-7 Area-8"
                 / 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
}

.div-360 {
  background-color: var(--white);
  color: #752f76;
  border: 0 solid #bdbcbc;
  border-top: 1px #bdbcbc;
  border-bottom-width: 2px;
  border-radius: 0;
  min-width: 0;
  min-height: 0;
  max-height: none;
}

.paragraph-360-1 {
  text-align: center;
  border: 0 solid #000;
  border-top-width: 3px;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
}

.paragraph-360-2 {
  color: #000;
  text-align: left;
  border-bottom: 2px solid #000;
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 26px;
  display: flex;
}

.paragraph-360-3 {
  color: #000;
  text-align: left;
  border-bottom: 2px solid #000;
  flex-direction: column;
  align-self: flex-start;
  margin-bottom: 25px;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 26px;
  display: flex;
}

.paragraph-360-4 {
  color: #000;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 25px;
  font-size: 16px;
  display: flex;
}

.paragraph-360-5 {
  color: #000;
  text-align: left;
  flex-direction: column;
  margin-bottom: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 25px;
  font-size: 16px;
  display: flex;
}

.div-block-360-1 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.div-block-360-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0%;
  display: flex;
}

.section-360-1 {
  background-color: #fff;
  margin-left: 15%;
  margin-right: 15%;
}

.div-block-engagement {
  margin: 50px 0% 15%;
}

.bold-text-engagement-1 {
  margin-top: 25%;
  margin-left: 0%;
  margin-right: 50px;
  line-height: 55px;
}

.header_workforce-pulse {
  background-color: #752f76;
  background-image: linear-gradient(#00000080, #00000080), url('../images/close-up-busy-analyst-viewing-data-social-survey.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.div-block-pulse {
  margin: 50px 30% 15% 60%;
  display: block;
}

.h1-360-copy {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  border-radius: 0;
  justify-content: center;
  width: auto;
  min-width: 600px;
  min-height: 350px;
  margin-top: 0%;
  margin-bottom: 0;
  margin-left: 0%;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
  display: flex;
}

.h1-360-copy.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.h1-pulse {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  border-radius: 0;
  justify-content: center;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0% 0% 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
  display: flex;
}

.h1-pulse.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.bold-text-pulse-1-copy {
  text-align: center;
  align-self: auto;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
  line-height: 40px;
  display: block;
}

.button-pulse {
  color: #752f76;
  text-align: left;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 0%;
  display: inline-block;
}

.image-pulse {
  flex: 0 auto;
  align-self: auto;
  margin-right: 36%;
  display: block;
}

.grid-pulse {
  grid-column-gap: 0px;
  grid-template: ". Area Area-2 Area-3 Area-4 Area-9"
  / .5fr 1fr 1fr 1fr 1fr 1fr .5fr;
  margin-bottom: 50px;
}

.div-block-pulse-1 {
  margin-bottom: 25px;
}

.paragraph-pulse {
  margin-bottom: 50px;
  margin-left: 15%;
  margin-right: 15%;
  font-size: 16px;
}

.div-pulse {
  background-color: var(--white);
  color: #752f76;
  border: 0 solid #bdbcbc;
  border-top: 1px #bdbcbc;
  border-bottom-width: 2px;
  border-radius: 0;
  min-width: 0;
  min-height: 0;
  max-height: none;
}

.div-block-pulse-2 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.paragraph-pulse-2 {
  color: #000;
  text-align: left;
  border-bottom: 2px solid #000;
  align-self: flex-start;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 26px;
  display: inline-block;
}

.paragraph-pulse-3 {
  color: #000;
  text-align: left;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
}

.div-block-pulse-3 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.paragraph-pulse-4 {
  color: #000;
  text-align: left;
  border-bottom: 2px solid #000;
  align-self: flex-start;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 25px;
  padding-bottom: 15px;
  font-size: 26px;
  text-decoration: none;
  display: flex;
}

.paragraph-pulse-5 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 25px;
  font-size: 16px;
}

.bold-workforce-home-1 {
  text-align: center;
  flex: 1;
  max-width: none;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
  font-weight: 600;
  line-height: 55px;
  display: block;
}

.paragraph-workforce-home {
  color: var(--white);
  margin: 40px 75px 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
}

.button-wf-home {
  background-color: var(--white);
  color: #752f76;
  border-radius: 10px;
  max-width: 200px;
  margin: 0 auto;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: block;
}

.button-wf-home:hover {
  background-color: #a7aaa7;
}

.button-wf-home.cc-cta {
  margin-top: 0;
}

.button-wf-home.cc-banner {
  color: #000;
  background-color: #fff;
}

.button-wf-home.cc-banner:hover {
  background-color: #e6e6e6;
}

.button-3-copy, .buttom-wf-home-360 {
  color: var(--white);
  background-color: #752f76;
  margin-top: 50px;
  margin-bottom: 25px;
  margin-left: 30%;
}

.header-compliance-home {
  perspective: 2000px;
  text-align: center;
  flex-direction: column;
  max-width: 850px;
  margin-top: 0;
  display: flex;
}

.bold-compliance-home {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  font-size: 45px;
  font-weight: 600;
  line-height: 60px;
  display: flex;
}

.paragraph-compliance-home {
  color: var(--black);
  text-align: center;
  margin: 0;
  padding-bottom: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 55px;
}

.button-complaince-home {
  background-color: var(--white);
  color: #752f76;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin: 0 0% 0 0;
  padding: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-complaince-home:hover {
  background-color: #a7aaa7;
}

.button-complaince-home.cc-cta {
  margin-top: 0;
}

.button-complaince-home.cc-banner {
  color: #000;
  background-color: #fff;
}

.button-complaince-home.cc-banner:hover {
  background-color: #e6e6e6;
}

.navigation-main {
  flex-flow: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: none;
  height: 90px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.header_compliance-faq {
  background-color: #752f76;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.h1-faq {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  border-radius: 0;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin-top: 0%;
  margin-bottom: 0;
  margin-left: 0%;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 55px;
  display: flex;
}

.h1-faq.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.bold-text-comp-faq {
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  min-width: 0;
  margin-top: 0;
  margin-left: 25px;
  margin-right: 0;
  line-height: 50px;
  display: flex;
}

.div-block-361 {
  margin-right: 50%;
}

.image-16 {
  min-width: 350px;
  margin-right: 0%;
  display: block;
}

.image-17 {
  min-width: 450px;
  max-height: 100%;
}

.image-18 {
  align-self: center;
  margin-top: 0%;
  display: block;
}

.image-19 {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-engagement-1 {
  background-color: #803996;
}

.button-engagement {
  background-color: var(--white);
  color: #752f76;
  border-radius: 10px;
  margin: 100px 0% 100px 25px;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: inline-block;
}

.button-engagement:hover {
  background-color: #a7aaa7;
}

.button-engagement.cc-cta {
  margin-top: 0;
}

.button-engagement.cc-banner {
  color: #000;
  background-color: #fff;
}

.button-engagement.cc-banner:hover {
  background-color: #e6e6e6;
}

.button-engagement-1 {
  background-color: var(--white);
  color: #752f76;
  border-radius: 10px;
  margin: 100px 0% 100px 25px;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: inline-block;
}

.button-engagement-1:hover {
  background-color: #a7aaa7;
}

.button-engagement-1.cc-cta {
  margin-top: 0;
}

.button-engagement-1.cc-banner {
  color: #000;
  background-color: #fff;
}

.button-engagement-1.cc-banner:hover {
  background-color: #e6e6e6;
}

.column-engagement, .column-engagement-1 {
  background-color: #752f76;
  min-height: 400px;
}

.div-block-engagement-2 {
  min-height: 0;
}

.heading-engagement {
  color: var(--white);
  margin-bottom: 0;
  margin-left: 20%;
  margin-right: 10%;
  padding-top: 50px;
  padding-bottom: 25px;
}

.paragraph-engagement {
  color: var(--white);
  margin-left: 20%;
  margin-right: 10%;
  padding-bottom: 50px;
  font-size: 20px;
  font-weight: 400;
}

.div-block-360-3 {
  background-color: #803996;
}

.column-360 {
  background-color: #752f76;
  align-items: center;
  min-height: 400px;
  display: flex;
}

.column-360-1 {
  background-color: #752f76;
  min-height: 400px;
  display: flex;
}

.paragraph-engagement-1 {
  color: #000;
  text-align: left;
  border-bottom: 2px solid #000;
  flex-direction: column;
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 20px;
  display: flex;
}

.paragraph-engagement-2 {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 0;
  font-size: 16px;
  display: flex;
}

.paragraph-engagement-3 {
  color: #000;
  text-align: left;
  border-bottom: 2px solid #000;
  flex-direction: row;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 20px;
  display: inline;
}

.paragraph-engagement-4 {
  color: #000;
  text-align: left;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 0;
  font-size: 16px;
  display: flex;
}

.paragraph-engagement-5 {
  color: #000;
  text-align: left;
  border-bottom: 2px solid #000;
  align-self: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 15px;
  font-size: 20px;
  display: block;
}

.h1-360-1 {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  border-radius: 0;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  min-width: 600px;
  min-height: 350px;
  margin: 0% auto 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
  display: inline;
}

.h1-360-1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.bold-text-360-2 {
  margin-top: 25%;
  margin-left: 25%;
  margin-right: 50px;
  line-height: 55px;
}

.button-pricing-1 {
  color: #752f76;
  background-color: #fff;
  flex: none;
  align-self: flex-end;
  margin: 40px 50% 25px 5%;
}

.button-361 {
  color: #752f76;
  background-color: #fff;
  border-radius: 10px;
  margin: 100px 0% 100px 25px;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: inline-block;
}

.button-361:hover {
  background-color: #a7aaa7;
}

.button-362 {
  color: #fff;
  background-color: #752f76;
  margin-top: 50px;
  margin-bottom: 25px;
  margin-left: 30%;
}

.header_workforce-360 {
  background-color: #752f76;
  background-image: linear-gradient(#00000080, #00000080), url('../images/beautiful-young-woman-home-office-working-from-home-teleworking-concept.jpg');
  background-position: 0 0, 100%;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.h1-360-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  border-radius: 0;
  justify-content: center;
  align-self: center;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0% 0% 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
  display: inline;
}

.h1-360-2.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.button-360-1 {
  color: #752f76;
  text-align: left;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 0%;
  display: inline-block;
}

.image-360 {
  flex: 0 auto;
  margin-left: 0%;
  margin-right: 42%;
  display: block;
}

.header_workforce-engagement {
  background-color: #752f76;
  background-image: linear-gradient(#00000080, #00000080), url('../images/colleagues-giving-fist-bump.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.bold-text-engagement {
  margin-top: 25%;
  margin-left: 25%;
  margin-right: 50px;
  line-height: 55px;
}

.h1-engagement {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  border-radius: 0;
  justify-content: center;
  width: auto;
  min-width: 0;
  max-width: none;
  min-height: 0;
  margin: 0% 0% 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
  display: block;
}

.h1-engagement.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.div-block-362 {
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.image-361 {
  margin-right: 15%;
}

.bold-text-pulse-1-copy-copy {
  margin-top: 25%;
  margin-left: 25%;
  margin-right: 0;
  line-height: 55px;
  display: inline;
}

.button-engagement-2 {
  color: #752f76;
  text-align: left;
  background-color: #fff;
  margin: 0 auto 100px;
  display: inline-block;
}

.div-block-363 {
  margin-left: 15%;
  margin-right: 10%;
  display: block;
}

.div-block-364 {
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
}

.image-362 {
  flex: 0 auto;
  align-self: center;
  margin-bottom: 93px;
  margin-left: 0;
  margin-right: 15%;
}

.bold-text-360-3 {
  min-width: 600px;
  margin-top: 25%;
  margin-left: 25%;
  margin-right: 0;
  line-height: 55px;
  display: inline;
}

.bold-text-9 {
  margin-right: 0;
  font-size: 48px;
  line-height: 55px;
  display: inline-block;
}

.div-block-pricing {
  flex: 1;
  justify-content: flex-start;
  margin: 50px 50% 15% 0%;
  display: flex;
}

.header_compliance {
  background-color: #752f76;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  margin-top: -90px;
  padding: 210px 30px 120px;
  display: block;
}

.h1-pricing {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  border: 1px #fff;
  border-radius: 0;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0% auto 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
  display: flex;
}

.h1-pricing.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.div-block-pricing-1 {
  flex: 0 auto;
  justify-content: flex-start;
  margin: 0 0% 0%;
  display: block;
}

.header_compliance-pricing {
  background-color: #752f76;
  background-image: linear-gradient(#00000080, #00000080), url('../images/flat-lay-desk-dark-concept-with-copy-space-1.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.image-18-copy, .image-pricing {
  align-self: flex-start;
  margin-top: 20%;
  display: block;
}

.header, .header_-contactus {
  background-image: url('../images/homepage-main-pic.jpg');
  background-position: 50% 100%;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 700px;
  margin-top: -90px;
  padding: 210px 30px 120px;
  display: flex;
}

.contact-us {
  justify-content: center;
  align-items: center;
  padding: 0 30px 75px;
  display: flex;
}

.div-block-365 {
  margin-bottom: 50px;
}

.columns-4 {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.column-361 {
  display: block;
}

.div-block-contactus {
  margin-bottom: 50px;
}

.div-block-366, .div-block-contact-us {
  text-align: center;
  display: inline;
}

.h2-contact-us {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.h2-contact-us.cc-center {
  margin: 25px 25% 40px;
  display: block;
}

.h2-contact-us.cc-2-rows {
  margin-bottom: 25px;
}

.h2-contact-us.cc-white-text {
  color: #fff;
}

.h2-contact-us.text-span.cc-post-text {
  margin-bottom: 15px;
}

.grid-361 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template: "Area Area-2"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  margin-bottom: 25px;
  display: flex;
}

.heading-12 {
  font-size: 26px;
}

.h1-comphome {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  border-radius: 0;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin-top: 0%;
  margin-bottom: 0;
  margin-left: 0%;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
  display: block;
}

.h1-comphome.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.grid-wf-home, .grid-wf-home-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, .25fr) auto auto;
  grid-template-areas: "Area-2 Area"
                       "Area-3 Area"
                       "Area-4 .";
  margin: 50px 0% 0;
}

.grid-comphome-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-grey-2);
  grid-template-rows: minmax(auto, auto) auto;
  grid-template-areas: "Area-2 Area"
                       "Area-3 Area";
  margin: 50px 0% 0;
  padding-top: 25px;
}

.grid-comphome-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, auto) minmax(auto, auto);
  grid-template-areas: "Area-3 Area-5"
                       "Area-3 Area";
  margin: 50px 0% 25px;
}

.grid-comphome-3 {
  grid-row-gap: 12px;
  border-top: 1px solid var(--dark-grey-2);
  grid-template-rows: auto auto;
  grid-template-areas: "Area-3 Area-5"
                       "Area-3 Area";
  margin: 50px 0% 0;
  padding-top: 25px;
}

.grid-comphome-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, .25fr) auto auto;
  grid-template-areas: "Area-2 Area"
                       "Area-3 Area"
                       ". .";
  margin: 50px 0% 0;
}

.grid-comphome-5 {
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area-2 Area"
                       "Area-3 Area"
                       "Area-4 .";
  margin: 50px 0% 0;
}

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

.grid-comphome-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area . Area-6"
                 "Area-2 Area-3 Area-7"
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
  margin-bottom: 50px;
}

.container-3 {
  margin-top: 25px;
}

.heading-comphome-1 {
  color: var(--white);
  text-align: center;
  margin: 0;
  font-size: 36px;
  line-height: 40px;
}

.paragraph-comphome-1 {
  text-align: center;
  margin-top: 25px;
  margin-left: 0;
  margin-right: 0;
}

.paragraph-comphome-2 {
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 0;
  margin-bottom: 50px;
  margin-left: 0%;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.bold-text-10 {
  color: #752f76;
  font-size: 18px;
}

.grid-comp-pricing-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3 Area-37"
                 ". Area-5 Area-6 Area-38"
                 "Area-7 Area-7 Area-7 Area-7"
                 "Area-10 Area-11 Area-12 Area-39"
                 "Area-13 Area-13 Area-13 Area-13"
                 "Area-16 Area-17 Area-18 ."
                 "Area-19 Area-19 Area-19 Area-19"
                 "Area-22 Area-23 Area-24 ."
                 "Area-25 Area-25 Area-25 Area-25"
                 "Area-28 Area-29 Area-30 ."
                 "Area-31 Area-31 Area-31 Area-31"
                 "Area-34 Area-35 Area-36 ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 50px;
}

.button-comp-pricing-1 {
  color: var(--white);
  text-align: left;
  background-color: #752f76;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 25px 0% 0;
  padding: 10px 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-comp-pricing-1:hover {
  background-color: #a7aaa7;
}

.button-comp-pricing-1.cc-cta {
  margin-top: 0;
}

.button-comp-pricing-1.cc-banner {
  color: #000;
  background-color: #fff;
}

.button-comp-pricing-1.cc-banner:hover {
  background-color: #e6e6e6;
}

.div-block-367 {
  border-top: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.grid-wf-homepage-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area-12 Area-6 Area-8"
                 "Area-3 Area-7 Area-9"
                 / 1fr 1fr 1fr;
  grid-auto-columns: .5fr;
  place-content: start space-around;
  place-items: center;
  max-width: 1000px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-4 {
  background-color: #752f76;
}

.text-block-8 {
  justify-content: flex-start;
  width: 40%;
  display: inline-block;
  position: relative;
}

.text-block-9 {
  width: 60%;
  margin-top: 0;
  text-decoration: none;
  display: inline-block;
}

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

.footer-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.container-4 {
  margin-top: 20px;
  display: flex;
  position: static;
}

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

.link-block-6 {
  color: #222;
  text-align: center;
  margin-left: 0;
  font-size: 12px;
  display: block;
}

.image-363 {
  background-color: #f9f9f9;
  background-image: url('../images/QPQ-Software-new-logo-png.png');
  background-position: 50%;
  background-size: cover;
  margin-top: 25px;
}

.div-block-369 {
  display: block;
}

.image-364 {
  background-color: #0000;
  background-image: none;
  margin-top: 0;
  margin-bottom: 25px;
  display: block;
}

.container-footer-1 {
  color: #000;
  text-align: left;
  max-width: 74%;
  min-height: auto;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
  padding-right: 0;
}

.small {
  margin-bottom: 10px;
  font-size: 10px;
}

.small.footer-small {
  clear: none;
  color: #222;
  text-align: center;
  flex: 0 auto;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  display: block;
}

.link-block-7 {
  color: #222;
  font-size: 12px;
  display: block;
}

.link-block-7.w--current {
  display: block;
}

.text-block-footer-1 {
  width: 60%;
  margin-top: 0;
  text-decoration: none;
  display: inline-block;
}

.text-block-footer-2 {
  color: var(--black);
  justify-content: flex-start;
  width: 100%;
  display: inline-block;
  position: relative;
}

.div-block-footer-1 {
  margin-top: 10px;
  display: flex;
}

.list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

.div-block-370 {
  display: block;
}

.header_about-us {
  background-image: linear-gradient(#00000080, #00000080), url('../images/city-sunset.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.h1-about {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  border-radius: 0;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0% auto 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
  display: inline;
}

.h1-about.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.tabs-menu {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.grid-comp-pricing-ukgdpr, .grid-comp-pricing-pdpa {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3 Area-37"
                 "Area-4 Area-5 Area-6 Area-38"
                 "Area-7 Area-7 Area-7 Area-7"
                 "Area-10 Area-11 Area-12 Area-39"
                 "Area-13 Area-13 Area-13 Area-13"
                 "Area-16 Area-17 Area-18 ."
                 "Area-19 Area-19 Area-19 Area-19"
                 "Area-22 Area-23 Area-24 ."
                 "Area-25 Area-25 Area-25 Area-25"
                 "Area-28 Area-29 Area-30 ."
                 "Area-31 Area-31 Area-31 Area-31"
                 "Area-34 Area-35 Area-36 ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

.text-block-10 {
  text-align: left;
  justify-content: center;
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  margin-left: 15px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.image-365 {
  object-fit: fill;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.tab-link-tab-1 {
  align-self: flex-end;
}

.tab-link-tab-1.w--current {
  align-self: center;
}

.text-block-footer-3 {
  text-transform: none;
  width: 60%;
  margin-top: 0;
  text-decoration: none;
  display: inline-block;
}

.text-block-footer-4 {
  color: #000;
  width: 60%;
  margin-top: 0;
  text-decoration: none;
  display: inline-block;
}

.image-366 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: block;
}

.image-367 {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.grid-362 {
  grid-column-gap: 27px;
  grid-row-gap: 10px;
  grid-template: "Area"
  / 1fr;
  grid-auto-rows: minmax(auto, .25fr);
  grid-auto-flow: column;
  place-content: end stretch;
  place-items: center stretch;
  margin-top: 50px;
  margin-bottom: 50px;
}

.list-item-16 {
  text-align: left;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style-type: square;
}

.paragraph-20 {
  text-align: left;
  margin-left: 10px;
  font-size: 20px;
}

.paragraph-21 {
  text-align: left;
  margin-top: 25px;
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-22 {
  text-align: left;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 20px;
}

.list-item-17 {
  text-align: left;
  margin-bottom: 2px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-23 {
  text-align: left;
  margin-top: 10px;
  margin-left: 10px;
}

.list-item-18 {
  text-align: left;
  margin-bottom: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-24 {
  margin-left: 0;
  margin-right: 0;
}

.heading-13 {
  text-align: center;
  font-size: 32px;
  display: block;
}

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

.container-6 {
  object-fit: fill;
  background-color: #f5f3e5;
  border-radius: 8px;
  margin-top: 0;
  display: block;
}

.list-2 {
  white-space: normal;
  margin-bottom: 25px;
  list-style-type: square;
  display: block;
  position: static;
}

.container-legal-stuff {
  object-fit: fill;
  background-color: #e9e9e9;
  border-radius: 8px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 25px;
  display: block;
}

.h1-legal-stuff {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  border-radius: 0;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  min-width: 0;
  min-height: 0;
  margin: 0% auto 0;
  padding-right: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
  display: block;
}

.h1-legal-stuff.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.header_legal-stuf {
  background-image: linear-gradient(#00000080, #00000080), url('../images/city-sunset.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.h2-legal-stuff {
  width: 50%;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}

.h2-legal-stuff.cc-center {
  text-align: center;
  width: 65%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.h2-legal-stuff.cc-questions {
  margin-bottom: 60px;
}

.heading-legal-stuff {
  color: #fff;
  text-align: center;
  font-size: 48px;
  display: block;
}

.paragraph-legal-stuff-1 {
  margin-left: 10px;
  margin-right: 10px;
}

.paragraph-legal-stuff-2 {
  text-align: left;
  margin-left: 10px;
  font-size: 20px;
}

.list-item-legal-stuff-1 {
  text-align: left;
  margin-bottom: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style-type: square;
}

.paragraph-legal-stuff-3 {
  text-align: left;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 20px;
}

.list-item-legal-stuff-2 {
  text-align: left;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-legal-stuff-4 {
  text-align: left;
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.text-block-11 {
  border: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.list-item-19 {
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-14 {
  margin-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.list-3 {
  margin-right: 10px;
}

.text-block-12 {
  text-align: center;
  border: .5px solid #000;
}

.heading-15 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 48px;
}

.grid-363 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px solid #000;
  grid-template: "Area Area-2 Area-3 Area-4"
                 "Area-5 Area-5 Area-5 Area-5"
                 "Area-6 Area-7 Area-8 Area-9"
                 / .75fr .5fr 1.25fr 1fr;
  grid-auto-flow: row;
  margin-left: 0;
  margin-right: 0;
}

.text-block-13 {
  border: 1px solid #000;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.text-block-14 {
  border: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.list-item-20 {
  margin-bottom: 0;
  margin-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-style: normal;
  text-decoration: none;
}

.div-block-371 {
  color: #333;
  background-color: #e9e9e9;
  border-radius: 8px;
  max-width: 100%;
  margin: 25px 0%;
  padding: 25px 10px;
  display: block;
}

.heading-16 {
  margin-left: 0;
}

.list-4 {
  margin-right: 10px;
  list-style-type: none;
}

.text-block-15 {
  margin-left: 0;
  margin-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.link-3, .link-4, .link-5 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.link-6 {
  color: #863838;
}

.link-7 {
  color: #8b3636;
}

.link-8 {
  color: #d60d0d;
}

.link-9 {
  color: #e20c0c;
}

.link-10 {
  color: #e00d0d;
}

.link-11 {
  color: #3c2222;
}

.link-12, .link-13, .link-14, .link-15 {
  color: #000;
}

.link-16, .link-17, .link-18, .link-19 {
  color: #000;
  text-decoration: none;
}

.link-19.w--current {
  color: #000;
}

.link-20, .link-21 {
  color: #000;
  text-decoration: none;
}

.link-22 {
  color: #000;
  text-decoration: none;
  display: block;
}

.link-23, .link-24, .link-25 {
  color: #000;
  text-decoration: none;
}

.link-26, .link-27, .link-28, .link-29, .link-30, .link-31 {
  color: #000;
}

.link-32 {
  color: #000;
  text-decoration: none;
}

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

.bold-text-12 {
  display: inline-block;
}

.div-block-372 {
  margin-bottom: 100px;
}

.h1-our-platform {
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  border-radius: 0;
  justify-content: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 50px;
  display: flex;
}

.h1-our-platform.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.div-block-our-platform {
  margin-top: 0;
  margin-bottom: 0%;
  margin-right: 0%;
}

.header_our-platform {
  background-color: #752f76;
  background-image: linear-gradient(#00000080, #00000080), url('../images/aerial-view-business-team-1.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  padding: 100px 30px 120px 75px;
  display: flex;
}

.link-33, .link-34, .link-35, .link-36, .link-37, .link-38 {
  color: #000;
  text-decoration: none;
}

.text-span-2 {
  text-decoration: none;
}

.image-368 {
  max-width: 80%;
}

.div-block-373 {
  text-align: left;
  flex-direction: column;
  margin-bottom: 50px;
  margin-left: 0%;
  display: flex;
}

.div-block-374 {
  flex-direction: column;
  margin-left: 0%;
  display: flex;
}

.div-block-375 {
  flex-direction: column;
  margin-bottom: 50px;
  margin-left: 0%;
  display: flex;
}

.div-block-376, .div-block-377 {
  flex-direction: column;
  margin-left: 0%;
  display: flex;
}

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

.div-block-home-1 {
  text-align: center;
  margin: 25px auto;
}

.div-block-home-2 {
  text-align: center;
  margin: 25px 0%;
}

.bold-text-comp-pricing {
  color: #fff;
  text-align: center;
  border: 1px #fff;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  min-width: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  line-height: 55px;
  display: block;
}

.link-39 {
  color: #000;
  text-decoration: none;
}

.link-40 {
  color: #2c1a1a;
}

.link-41, .link-42, .link-43, .link-44, .link-45, .link-46, .link-47 {
  color: #000;
}

.link-48, .link-49 {
  text-decoration: none;
}

.link-50, .link-51, .link-52 {
  color: #000;
  text-decoration: none;
}

.grid-364 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3 Area-4"
  / 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.link-53 {
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link-54 {
  color: #000;
  text-decoration: none;
  display: block;
}

.link-55 {
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link-56, .link-57, .link-58, .link-59 {
  color: #000;
  text-decoration: none;
  display: block;
}

.link-60 {
  color: #000;
  text-decoration: none;
}

.link-61 {
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link-62, .link-63, .link-64 {
  display: block;
}

.link-65 {
  color: #000;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.link-66, .link-67, .link-68, .link-69 {
  color: #000;
  text-decoration: none;
  display: block;
}

.link-70, .link-71, .link-72 {
  color: #000;
  text-decoration: none;
}

.div-block-378 {
  width: 15%;
  display: block;
}

.div-block-379, .div-block-380 {
  width: 15%;
}

.bold-text-14 {
  border-bottom: 2px #000;
  flex-direction: column;
  padding-bottom: 15px;
  display: flex;
}

.image-369 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list-item-40 {
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.paragraph-25 {
  padding: 10px;
}

.list-18 {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 15px;
}

.grid-365 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .1px solid #000;
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item-48 {
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.div-block-381 {
  background-color: #e9e9e9;
  border-radius: 8px;
  max-width: 100%;
  margin: 25px 0%;
  padding-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-16 {
  padding: 10px;
}

.list-19 {
  margin-top: 0;
  margin-left: 10px;
  font-size: 15px;
}

.paragraph-26 {
  margin: 10px 0 0;
  font-size: 15px;
}

.list-12 {
  margin-bottom: 0;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style-type: none;
}

.list-item-38 {
  padding-bottom: 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style-type: decimal;
}

.list-20 {
  padding-left: 0;
  list-style-type: none;
}

.list-item-49 {
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style-type: none;
}

.list-item-37 {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style-type: decimal;
}

.list-t-c-main {
  margin-bottom: 50px;
  padding-bottom: 50px;
  list-style-type: decimal;
}

.list-17 {
  list-style-type: lower-alpha;
}

.list-item-31 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style-type: none;
}

.list-item-50 {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.list-15 {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: lower-roman;
}

.list-item-51 {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  list-style-type: decimal;
}

.list-item-26 {
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style-type: lower-alpha;
}

.div-block-382 {
  background-color: #e9e9e9;
  border-radius: 8px;
  max-width: 100%;
  margin: 25px 0%;
  padding: 25px 10px;
}

.list-16 {
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.list-item-52 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style-type: decimal;
}

.bold-text-15 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.list-item-53 {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.bold-text-16 {
  margin-left: -40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
}

.list-item-54 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style-type: lower-alpha;
}

.list-item-55, .list-item-56, .list-item-57, .list-item-58 {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.list-item-59 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.list-item-60 {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style-type: decimal;
}

.list-item-61 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.section-dpoaas {
  margin-left: 15%;
  margin-right: 15%;
}

.bold-text-our-platform {
  align-self: center;
  max-width: 400px;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  line-height: 55px;
}

.grid-our-platform {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area-7 Area Area-2 Area-3 Area-8"
                 ". Area-4 Area-5 Area-6 ."
                 / 1fr 1fr 1fr 1fr 1fr;
  margin-top: 100px;
  margin-bottom: 50px;
}

.paragraph-ourplatform-1, .paragraph-our-platform-2, .paragraph-our-platform-3, .paragraph-our-platform-4, .paragraph-our-platform-5 {
  color: #752f76;
  text-align: center;
  border: 1px solid #000;
  border-top: 5px solid #6c186f;
  border-radius: 8px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
  font-size: 20px;
}

.paragraph-27 {
  margin-left: 10px;
}

.paragraph-28, .paragraph-29, .paragraph-30 {
  margin-left: 10px;
  margin-right: 10px;
}

.section-6 {
  margin-bottom: 0;
  margin-left: 10%;
  margin-right: 10%;
  padding-bottom: 25px;
}

.heading-17 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-383 {
  margin-left: 0%;
  margin-right: 0%;
}

.list-item-62, .list-item-63 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.div-block-384, .image-370, .image-371, .image-372 {
  margin-left: auto;
  margin-right: auto;
}

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

.grid-wf-home-1 {
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-areas: "Area-3 Area-5"
                       "Area-3 Area"
                       ". Area-4";
  margin: 25px 0%;
}

.bold-text-17 {
  display: inline;
}

.div-block-390 {
  text-align: center;
  background-color: #752f76;
  padding-bottom: 50px;
}

.header-workforce-home {
  perspective: 2000px;
  text-align: center;
  flex: 1;
  order: 0;
  align-self: auto;
  max-width: none;
  max-height: none;
  margin-top: 0%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list-23 {
  margin-left: 10px;
}

.grid-comphome-new1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-grey-2);
  text-align: left;
  flex-direction: column;
  grid-template: "Area-2" minmax(auto, auto)
                 "Area-3"
                 / 1fr;
  align-items: center;
  margin: 25px 0%;
  padding-top: 10px;
  display: flex;
}

.image-376 {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-392 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  margin-bottom: 25px;
  display: flex;
}

.bold-text-21 {
  text-align: center;
}

.image-377 {
  border: .2px solid var(--dark-grey);
  align-self: center;
}

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

.button-comphome-1 {
  color: #fff;
  background-color: #752f76;
  border-radius: 10px;
  justify-content: space-between;
  align-self: center;
  align-items: flex-end;
  margin: 0 0% 0 0;
  padding: 5px 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-comphome-1:hover {
  background-color: #a7aaa7;
}

.button-comphome-1.cc-cta {
  margin-top: 0;
}

.button-comphome-1.cc-banner {
  color: #000;
  background-color: #fff;
}

.button-comphome-1.cc-banner:hover {
  background-color: #e6e6e6;
}

.grid-comphome-top1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 0px solid var(--dark-grey-2);
  text-align: left;
  flex-direction: column;
  grid-template: "Area-2" minmax(auto, auto)
                 "Area-3"
                 / 1fr;
  align-items: center;
  margin: 25px 0%;
  padding-top: 10px;
  display: flex;
}

.tabs {
  margin-left: 15%;
  margin-right: 15%;
}

.paragraph-about-us-1 {
  text-align: justify;
  display: flex;
}

.heading-about-us {
  color: var(--dark-grey);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.heading-about-us.cc-center {
  text-align: center;
  margin: 25px 0% 40px;
  display: block;
}

.heading-about-us.cc-2-rows {
  margin-bottom: 25px;
}

.heading-about-us.cc-white-text {
  color: #fff;
}

.heading-about-us.text-span.cc-post-text {
  margin-bottom: 15px;
}

.container-2-copy {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 50px;
  display: block;
}

.text-block-wfhome-1 {
  color: var(--white);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 25px;
  font-size: 20px;
}

.grid-wfhome-1 {
  grid-template: "Area Area-2 Area-3 Area-4 Area-5"
  / 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 15%;
  padding-bottom: 25px;
}

.image-wf-home {
  border: 0px none var(--dark-grey);
  width: auto;
  max-width: 80%;
  margin: 0 0 0 0%;
}

.text-block-privacy {
  margin-left: 0;
  margin-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
}

.div-block-399 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.paragraph-33 {
  margin-top: 25px;
}

.text-block-gdpr {
  text-align: center;
  line-height: 20px;
}

.grid-comp-uk-gdpr {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3 Area-37"
                 ". Area-5 Area-6 Area-38"
                 "Area-7 Area-7 Area-7 Area-7"
                 "Area-10 Area-11 Area-12 Area-39"
                 "Area-13 Area-13 Area-13 Area-13"
                 "Area-16 Area-17 Area-18 ."
                 "Area-19 Area-19 Area-19 Area-19"
                 "Area-22 Area-23 Area-24 ."
                 "Area-25 Area-25 Area-25 Area-25"
                 "Area-28 Area-29 Area-30 ."
                 "Area-31 Area-31 Area-31 Area-31"
                 "Area-34 Area-35 Area-36 ."
                 / 1fr 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

.section-ourplatform {
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 25px;
}

.grid-ourplatform {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(auto, .25fr) auto;
  grid-template-areas: "Area-2 Area"
                       "Area-3 Area";
  margin: 25px 0% 0;
}

.text-block-ourplatform {
  text-align: left;
  column-count: 0;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 0%;
  margin-right: 25px;
  font-size: 16px;
  display: block;
}

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

.div-block-gdpr {
  flex: 1;
  justify-content: center;
  margin: 0 auto 0%;
  display: flex;
}

.div-block-sri-lanka-1, .div-block-north-america-1, .div-block-philippines-1 {
  flex: 1;
  justify-content: center;
  margin: 0 0% 0%;
  display: flex;
}

.container-8 {
  display: block;
}

.container-9 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.list-disclaimer-of-w-l {
  list-style-type: none;
}

.section-7 {
  margin-left: 15%;
  margin-right: 15%;
}

.link-73 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.list-t-c {
  list-style-type: lower-alpha;
}

.list-item-64 {
  list-style-type: none;
}

.list-item-t-c1 {
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style-type: none;
}

.grid-comphome-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid none none solid;
  border-width: 1px;
  border-color: var(--dark-grey);
  grid-template: "Area . Area-6"
                 "Area-2 Area-3 Area-7"
                 / 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: end;
  place-items: stretch start;
  margin-bottom: 50px;
  margin-left: 0%;
  margin-right: 0%;
}

.paragraph-comphome-3 {
  object-fit: contain;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-comphome-2 {
  flex-direction: row;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  margin: 0;
  display: flex;
}

.div-comphome-1 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.image-378 {
  align-self: flex-start;
}

.div-block-401 {
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

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

.heading-18 {
  align-self: center;
  margin-left: 25px;
}

.div-block-comphome-1 {
  border-right: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--dark-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 15px;
  display: flex;
}

.div-block-comphome-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.header-sign-up {
  background-color: #752f76;
  background-image: url('../images/beautiful-young-woman-home-office-working-from-home-teleworking-concept.jpg');
  background-position: 100% 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.section-region {
  text-align: left;
  background-color: #752f76;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  display: flex;
}

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

.heading-20 {
  color: #fff;
  align-self: center;
  align-items: center;
  min-width: 0;
  max-width: none;
  display: flex;
}

.section-9 {
  margin-left: 15%;
  margin-right: 15%;
}

.grid-366 {
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ".";
  place-content: center stretch;
  place-items: stretch center;
  margin-bottom: 25px;
  margin-left: 15%;
  margin-right: 15%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.button-signup-1 {
  color: #fff;
  text-align: center;
  background-color: #752f76;
  border-radius: 10px;
  margin: 0 0% 0 0;
  padding: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: block;
}

.button-signup-1:hover {
  background-color: #a7aaa7;
}

.button-signup-1.w--current {
  align-self: auto;
  display: block;
}

.button-signup-1.cc-cta {
  margin-top: 0;
}

.button-signup-1.cc-banner {
  color: #000;
  background-color: #fff;
}

.button-signup-1.cc-banner:hover {
  background-color: #e6e6e6;
}

.section-10 {
  margin-left: 15%;
  margin-right: 15%;
}

.paragraph-34 {
  text-align: center;
  margin-top: 25px;
  padding-top: 25px;
  font-size: 16px;
}

.div-block-403 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-404 {
  flex-direction: column;
  display: flex;
}

.div-block-405 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.grid-ourplatform-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: minmax(0, .25fr) minmax(auto, 1fr);
  grid-template-areas: "Area-2 Area"
                       "Area-2 Area-3";
  margin: 25px 0% 0;
}

.heading-21 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 28px;
}

.bold-text-23 {
  flex: none;
}

.div-block-workforcehome-1 {
  border: 1px solid var(--dark-grey);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 10px;
  display: flex;
}

.div-block-workforcehome-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.paragraph-workforce-home-1 {
  object-fit: contain;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-right: 0;
  display: flex;
}

.section-11 {
  margin-left: auto;
  margin-right: auto;
}

.section-12 {
  display: block;
}

.container-std {
  margin-top: 0;
  margin-bottom: 20px;
}

.button-comphome-2 {
  color: #fff;
  background-color: #752f76;
  border-radius: 10px;
  justify-content: space-between;
  align-self: center;
  align-items: flex-end;
  margin: 0 0% 0 0;
  padding: 5px 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  transition: background-color .2s;
  display: none;
}

.button-comphome-2:hover {
  background-color: #a7aaa7;
}

.button-comphome-2.cc-cta {
  margin-top: 0;
}

.button-comphome-2.cc-banner {
  color: #000;
  background-color: #fff;
}

.button-comphome-2.cc-banner:hover {
  background-color: #e6e6e6;
}

.grid-select-app-country {
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  grid-template: ". Area"
  / 1fr 1fr 1fr;
  place-content: stretch center;
  place-items: stretch center;
  margin-bottom: 25px;
  margin-left: 20%;
  margin-right: 20%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.image-379 {
  border: 1px solid #e0e0e0;
  margin-bottom: 25px;
}

.image-380, .image-381 {
  margin-bottom: 25px;
}

.grid-comp-pricing-1-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3 Area-37"
                 "Area-40 Area-5 Area-6 Area-38"
                 "Area-7 Area-7 Area-7 Area-7"
                 "Area-10 Area-11 Area-41 Area-42"
                 "Area-43 Area-44 Area-45 Area-42"
                 "Area-1 Area-46 Area-47 Area-42"
                 "Area-39 Area-48 Area-49 Area-42"
                 "Area-50 Area-50 Area-50 Area-50"
                 / 1fr 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

.gdpr-pricing-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area-2 Area-3"
                 "Area-4 Area-5 Area-6"
                 "Area-7 Area-7 Area-7"
                 "Area-8 Area-9 Area-10"
                 "Area-11 Area-12 Area-13"
                 "Area-14 Area-15 Area-16"
                 "Area-17 Area-18 Area-19"
                 "Area-20 Area-63 Area-64"
                 "Area-21 Area-22 Area-23"
                 "Area-24 Area-25 Area-26"
                 "Area-27 Area-28 Area-29"
                 "Area-30 Area-31 Area-32"
                 "Area-33 Area-33 Area-33"
                 "Area-34 Area-35 Area-36"
                 "Area-37 Area-38 Area-39"
                 "Area-40 Area-41 Area-42"
                 "Area-43 Area-43 Area-43"
                 "Area-44 Area-45 Area-46"
                 "Area-47 Area-48 Area-49"
                 "Area-50 Area-51 Area-52"
                 "Area-53 Area-53 Area-53"
                 "Area-54 Area-55 Area-56"
                 "Area-57 Area-58 Area-59"
                 "Area-60 Area-61 Area-62"
                 "Area-73 Area-66 Area-67"
                 "Area-65 Area-68 Area-69"
                 "Area-70 Area-71 Area-72"
                 ". . ."
                 ". . ."
                 / 1fr 1fr 1fr;
  align-content: end;
  place-items: baseline stretch;
  padding-top: 50px;
}

.div-block-gdpr-1 {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #752f76;
  border-radius: 0;
  min-width: 0;
  min-height: 0;
  max-height: none;
}

.heading-gdpr-1 {
  color: var(--white);
  text-align: center;
  font-size: 24px;
}

.gdpr-1, .gdpr-1-copy, .heading-gdpr-2 {
  color: #752f76;
  text-align: center;
  font-weight: 400;
}

.div-block-gdpr-2 {
  background-color: var(--white);
}

.div-block-gdpr-3 {
  background-color: #f1f0f0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.paragraph-gdpr-h1 {
  margin-bottom: 0;
  margin-right: 0%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  display: inline;
}

.paragraph-gdpr-1 {
  font-size: 16px;
}

.text-block-gdpr-1, .text-block-gdpr-2 {
  text-align: center;
}

.bold-text-24 {
  margin-left: auto;
  margin-right: auto;
}

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

.bold-text-25 {
  color: #000;
}

.list_available-1 {
  list-style-type: none;
}

.bold-text-26 {
  margin-left: -40px;
  padding-left: 0;
  font-size: 18px;
}

.bold-text-27 {
  margin-left: -40px;
  font-size: 18px;
}

.bold-text-28 {
  margin-left: -80px;
  font-size: 18px;
}

.bold-text-29 {
  margin-left: -40px;
  font-size: 18px;
}

.bold-text-30 {
  margin-left: -80px;
  font-size: 18px;
}

.bold-text-31, .bold-text-32, .bold-text-33 {
  margin-left: -40px;
  font-size: 18px;
}

.list-item-65 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style-type: decimal;
}

.list-item-66, .list-item-67, .list-item-68 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.list-item-t-c-1 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  list-style-type: decimal;
}

.list-item-69, .list-item-70 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

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

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

.body-obdcmp {
  margin-bottom: 20px;
  padding-bottom: 0;
  display: block;
}

.section-2 {
  margin-left: 15%;
  margin-right: 15%;
}

.column-362, .column-363 {
  text-align: center;
}

.container-footer-2 {
  margin: 0 15% 10px;
  padding-bottom: 0;
}

.section-std {
  margin-left: 10%;
  margin-right: 10%;
}

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

.container-10 {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.container-break {
  background-color: #752f76;
  max-width: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
}

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

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

.column-364, .column-365 {
  text-align: center;
  padding-top: 10px;
}

.column-370 {
  margin-top: 10px;
}

.columns-5, .column-371 {
  text-align: left;
}

.section-home2 {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-color: #0000;
  background-image: url('../images/homepage-main-pic.jpg');
  background-position: 50% 100%;
  background-size: auto;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  margin-top: 0;
  padding: 0;
  display: flex;
  overflow: visible;
}

.section-home3 {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/beautiful-young-woman-home-office-working-from-home-teleworking-concept.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 0;
  padding: 0;
  display: flex;
  overflow: visible;
}

.section-home4 {
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  object-fit: scale-down;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/aerial-view-business-team-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 300px;
  margin-top: 0;
  padding: 0;
  display: flex;
  overflow: visible;
}

.columns-6 {
  aspect-ratio: auto;
  text-align: center;
  background-color: #752f76;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-bottom: 10px;
  margin-left: 25%;
  margin-right: 25%;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.column-372 {
  text-align: center;
  flex: 0 auto;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.column-373 {
  text-align: center;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.section-footer {
  padding-left: 5%;
  padding-right: 5%;
}

.div-block-406, .div-block-407 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-cta1-copy {
  margin-bottom: 0;
}

.bullet-list-faq {
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.list-item-71 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.faq-bullt {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  list-style-type: disc;
}

.faq-list {
  font-size: 16px;
  list-style-type: decimal;
}

.faq-list.faq-numbered {
  list-style-type: decimal;
}

.paragraph-35, .bullet-para-faq {
  font-size: 16px;
}

.faq-numbered {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  list-style-type: none;
}

.bullit-para-faq {
  color: #000;
  text-align: left;
  margin-bottom: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  font-size: 16px;
}

.bold-text-34 {
  padding-left: 0;
}

.list-item-72, .list-item-73 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}

.column-365-copy, .column-374 {
  text-align: center;
  padding-top: 10px;
}

.columns-7 {
  text-align: center;
}

.bold-text-comp-pricing-copy {
  color: #000;
  text-align: center;
  border: 1px solid #fff;
  flex: 0 auto;
  order: 0;
  align-self: auto;
  min-width: 0;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  line-height: 55px;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .header_workforce {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .h1 {
    line-height: 54px;
    left: 5%;
    right: 5%;
  }

  .button {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    min-width: 150px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container.cc-center {
    align-self: center;
  }

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .h2.cc-center {
    text-align: center;
    margin: 25px 0%;
    display: block;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    align-content: flex-start;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .about-intro {
    margin-bottom: 50px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: #d4d4d4;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px #0003;
  }

  .nav-menu:hover {
    background-color: #c4c4c4;
  }

  .nav-menu:active {
    background-color: var(--dark-grey);
  }

  .nav-menu:focus {
    background-color: #c4c4c4;
  }

  .nav-menu.open {
    background-color: #cfcfcf;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    color: #000;
    background-color: #fff;
    font-size: 32px;
  }

  .icon-2:active {
    color: #7a0072;
    background-color: #d4d4d4;
  }

  .icon-2:focus {
    background-color: #d4d4d4;
  }

  .icon-2:focus-visible, .icon-2[data-wf-focus-visible] {
    background-color: #fff;
  }

  .menu-button {
    color: #0000;
    background-color: #fff;
  }

  .menu-button:hover {
    color: #fff;
    background-color: #0000;
  }

  .menu-button:active, .menu-button:focus, .menu-button:focus-visible, .menu-button[data-wf-focus-visible], .menu-button.w--open {
    background-color: #0000;
  }

  .text-block-2 {
    padding-bottom: 15px;
  }

  .bold-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-5 {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-5 {
    justify-content: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    display: inline-block;
  }

  .image-5 {
    margin-top: 5px;
    margin-left: 5px;
  }

  .div-block {
    min-width: 250px;
  }

  .text-block-4, .grid-5 {
    padding-bottom: 25px;
  }

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

  .div-block-360 {
    margin: 0 10px 0%;
  }

  .heading-6 {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .paragraph-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .bold-text-5 {
    margin-top: 0%;
    display: block;
  }

  .header-copy {
    padding-left: 60px;
    padding-right: 60px;
  }

  .header_obd_home {
    text-align: left;
    padding-left: 60px;
    padding-right: 60px;
  }

  .header_workforcehome {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-home {
    background-image: url('../images/homepage-main-pic.jpg');
    background-position: 50%;
    background-size: cover;
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-7 {
    margin-left: 0%;
    margin-right: 0%;
    padding-top: 0;
  }

  .paragraph-14 {
    margin-left: 0%;
    margin-right: 0%;
    padding-bottom: 0;
  }

  .column-3 {
    flex-direction: column;
    align-items: center;
    min-height: 300px;
    display: flex;
  }

  .columns-3 {
    min-height: 0;
  }

  .column-4 {
    align-items: center;
    min-height: 300px;
    display: flex;
  }

  .navigation-compliance:active {
    background-color: #0000;
  }

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

  .grid-dpoaas {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Area Area-2 Area-3"
                         "Area-4 Area-5 Area-6";
    margin-top: 0;
  }

  .header_dpoaas {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-dpoaas {
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-dpoaas-3 {
    margin-bottom: 25px;
  }

  .paragraph-dpoaas {
    margin-bottom: 25px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .paragraph-dpoaas-2 {
    text-align: center;
    margin-bottom: 25px;
  }

  .list {
    margin-left: 0;
    padding-left: 20px;
  }

  .div-block-11 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

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

  .header_workforce-pulse {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-pulse-1-copy {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-pulse {
    margin-left: 10px;
    margin-right: 10px;
  }

  .bold-workforce-home-1 {
    font-size: 48px;
    line-height: 55px;
  }

  .bold-compliance-home {
    font-size: 48px;
    font-weight: 800;
    line-height: 54px;
  }

  .header_compliance-faq {
    height: 400px;
    margin-top: 0;
    padding: 0;
  }

  .h1-faq {
    min-width: 0;
    min-height: 0;
    margin-left: 0%;
  }

  .bold-text-comp-faq {
    flex-direction: column;
    margin-top: 0%;
    display: flex;
  }

  .image-18 {
    margin-top: 0%;
  }

  .image-19 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .button-engagement {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    min-width: 150px;
    margin-top: 0;
    margin-bottom: 50px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .button-engagement-1 {
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    min-width: 150px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-engagement-1 {
    display: flex;
  }

  .heading-engagement {
    font-size: 34px;
  }

  .column-360-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .header_workforce-360 {
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .h1-360-2 {
    align-self: center;
    display: flex;
  }

  .header_workforce-engagement {
    padding-left: 60px;
    padding-right: 60px;
  }

  .bold-text-9 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 44px;
    line-height: 48px;
    display: flex;
  }

  .header_compliance {
    padding-left: 60px;
    padding-right: 60px;
  }

  .header_compliance-pricing {
    padding-left: 0;
    padding-right: 0;
  }

  .header, .header_-contactus {
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-361 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "Area Area-2";
  }

  .grid-comphome-6 {
    place-content: center;
    display: grid;
  }

  .grid-comp-pricing-1 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .grid-wf-homepage-1 {
    grid-template: "Area-12 Area-6"
                   "Area-3 Area-7"
                   "Area-9 Area-8"
                   / 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .link-block-6 {
    margin-right: 20px;
  }

  .container-footer-1 {
    max-width: none;
    min-height: 0;
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 0;
    padding-right: 0;
  }

  .header_about-us {
    padding-left: 60px;
    padding-right: 60px;
  }

  .tabs-menu {
    margin-top: 25px;
  }

  .grid-362 {
    grid-template-columns: 2fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .header_legal-stuf {
    padding-left: 60px;
    padding-right: 60px;
  }

  .h2-legal-stuff, .h2-legal-stuff.cc-center {
    width: 80%;
  }

  .bold-text-12 {
    font-size: 48px;
    line-height: 55px;
  }

  .header_our-platform {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-373, .div-block-374, .div-block-375, .div-block-376, .div-block-377 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-388 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .bold-text-18 {
    display: block;
  }

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

  .list-21 {
    padding-left: 20px;
  }

  .list-22 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    list-style-type: disc;
    display: flex;
  }

  .menu-button-nav {
    color: #0000;
    background-color: #fff;
  }

  .menu-button-nav:hover, .menu-button-nav:active {
    color: #fff;
    background-color: #0000;
  }

  .menu-button-nav:focus, .menu-button-nav:focus-visible, .menu-button-nav[data-wf-focus-visible] {
    background-color: #0000;
  }

  .menu-button-nav.w--open {
    background-color: var(--medium-sea-green);
  }

  .menu-button-square {
    color: #fff;
    object-fit: fill;
    overflow: visible;
  }

  .list-23 {
    margin-left: 0;
    padding-left: 20px;
  }

  .button-comphome-1 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .tabs {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-about-us.cc-center {
    text-align: center;
    margin: 25px 0%;
    display: block;
  }

  .text-block-wfhome-1 {
    padding-bottom: 25px;
  }

  .grid-wfhome-1 {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 25px;
  }

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

  .text-block-gdpr {
    line-height: 22px;
  }

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

  .div-block-gdpr, .div-block-sri-lanka-1, .div-block-north-america-1, .div-block-philippines-1 {
    margin: 0 10px 0%;
  }

  .grid-comphome-7 {
    place-content: center;
    margin-left: 10px;
    margin-right: 10px;
    display: grid;
  }

  .paragraph-comphome-3 {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-comphome-2 {
    justify-content: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    display: inline-block;
  }

  .div-block-comphome-1 {
    padding: 5px;
  }

  .header-sign-up {
    height: 200px;
    margin-top: 0;
    padding: 0;
    display: flex;
  }

  .heading-20 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button-signup-1 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    display: none;
  }

  .grid-ourplatform-2 {
    grid-template-rows: auto minmax(auto, 1fr);
    grid-template-areas: "Area-2 Area"
                         "Area-2 Area-3";
  }

  .heading-21 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-workforcehome-1 {
    padding: 5px;
  }

  .paragraph-workforce-home-1 {
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-comphome-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
  }

  .grid-select-app-country {
    margin-left: 15%;
    margin-right: 15%;
  }

  .grid-comp-pricing-1-copy {
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-areas: "Area Area-2 Area-3 Area-37"
                         "Area-53 Area-5 Area-6 Area-38"
                         "Area-40 Area-40 Area-40 Area-40"
                         "Area-41 Area-45 Area-46 Area-54"
                         "Area-42 Area-47 Area-50 Area-54"
                         "Area-43 Area-48 Area-51 Area-54"
                         "Area-44 Area-49 Area-52 Area-54";
  }

  .text-block-gdpr-1, .text-block-gdpr-2 {
    color: #000;
  }

  .container-footer-2 {
    margin-top: 10px;
    margin-left: 10%;
    margin-right: 10%;
  }

  .column-364, .column-365 {
    padding-top: 20px;
  }

  .section-home2 {
    background-image: url('../images/homepage-main-pic.jpg');
    background-position: 50% 100%;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-home3 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-home4 {
    height: 200px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .column-372 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .column-373 {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-406, .div-block-407 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-365-copy {
    padding-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .header_workforce {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-links {
    display: none;
  }

  .header-content {
    left: auto;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
    left: auto;
    right: auto;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .button {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 150px;
    min-width: 150px;
    margin-bottom: 25px;
    margin-left: 0;
    display: flex;
  }

  .container.cc-center {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .features {
    padding-top: 60px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    display: inline;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

  .row {
    flex-wrap: wrap;
    justify-content: center;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

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

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    flex: 1;
    width: 100%;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

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

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .about-intro {
    margin-bottom: 25px;
    padding: 0;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

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

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

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

  .h4 {
    font-size: 48px;
    line-height: 54px;
  }

  .h4.cc-black {
    margin-bottom: 50px;
  }

  .container-2 {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .bold-text {
    margin-top: 0;
    padding-top: 20px;
  }

  .heading-5 {
    margin-top: 5px;
  }

  .paragraph-6 {
    margin-left: 0%;
    margin-right: 0%;
  }

  .text-block-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-areas: "Area Area-2 Area-3 Area-4 Area-5";
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .bold-text-5 {
    display: block;
  }

  .header-copy {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header_obd_home {
    height: 400px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header_workforcehome {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-home {
    height: 400px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-7, .paragraph-14 {
    text-align: center;
  }

  .column-3 {
    min-height: 250px;
  }

  .column-4 {
    flex-flow: column;
    place-content: stretch center;
    align-items: center;
    min-height: 200px;
    display: flex;
  }

  .heading-10 {
    font-size: 28px;
  }

  .paragraph-15 {
    font-size: 14px;
    line-height: 19px;
  }

  .header_dpoaas {
    height: 400px;
    padding: 0;
  }

  .heading-dpoaas {
    margin-left: 0%;
    margin-right: 0%;
  }

  .h1-dpoaas {
    font-size: 48px;
    line-height: 54px;
  }

  .h1-dpoaas.cc-black {
    margin-bottom: 50px;
  }

  .h1-360 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1-360.cc-black {
    margin-bottom: 50px;
  }

  .header_workforce-pulse {
    height: 400px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1-360-copy {
    font-size: 48px;
    line-height: 54px;
  }

  .h1-360-copy.cc-black {
    margin-bottom: 50px;
  }

  .h1-pulse {
    font-size: 48px;
    line-height: 54px;
  }

  .h1-pulse.cc-black {
    margin-bottom: 50px;
  }

  .bold-workforce-home-1 {
    font-size: 44px;
    line-height: 55px;
  }

  .bold-compliance-home {
    font-size: 48px;
  }

  .header_compliance-faq {
    height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-faq {
    text-align: center;
    flex-flow: row;
    order: 1;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    line-height: 54px;
  }

  .h1-faq.cc-black {
    margin-bottom: 50px;
  }

  .bold-text-comp-faq {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    min-width: 0;
    margin-left: 10px;
    font-size: 38px;
    display: block;
  }

  .image-18 {
    order: 1;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .column-engagement {
    min-height: 200px;
  }

  .column-engagement-1 {
    justify-content: center;
    min-height: 200px;
  }

  .column-360 {
    min-height: 0;
  }

  .column-360-1 {
    min-height: 0;
    padding-bottom: 25px;
  }

  .h1-360-1 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1-360-1.cc-black {
    margin-bottom: 50px;
  }

  .header_workforce-360 {
    height: 400px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .h1-360-2 {
    font-size: 48px;
    line-height: 54px;
  }

  .h1-360-2.cc-black {
    margin-bottom: 50px;
  }

  .header_workforce-engagement {
    height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-engagement {
    font-size: 48px;
    line-height: 54px;
  }

  .h1-engagement.cc-black {
    margin-bottom: 50px;
  }

  .header_compliance {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1-pricing {
    font-size: 48px;
    line-height: 54px;
  }

  .h1-pricing.cc-black {
    margin-bottom: 50px;
  }

  .header_compliance-pricing {
    height: 400px;
    padding-left: 0;
    padding-right: 0;
  }

  .header, .header_-contactus {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-us {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .grid-361 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .h1-comphome {
    font-size: 48px;
    line-height: 54px;
    display: flex;
  }

  .h1-comphome.cc-black {
    margin-bottom: 50px;
  }

  .grid-wf-home, .grid-wf-home-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-comphome-6 {
    grid-template: "Area ."
                   "Area-2 Area-3"
                   "Area-6 Area-7"
                   / 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-comphome-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-comp-pricing-1 {
    text-align: center;
    padding: 5px;
  }

  .grid-wf-homepage-1 {
    place-items: stretch stretch;
    max-width: none;
  }

  .link-block-6 {
    flex: 1;
  }

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

  .small.footer-small {
    text-align: center;
    flex: 1;
  }

  .link-block-7 {
    flex: 0 auto;
  }

  .text-block-footer-2 {
    object-fit: scale-down;
  }

  .div-block-footer-1 {
    margin-top: 10px;
  }

  .header_about-us {
    height: 400px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1-about {
    font-size: 48px;
    line-height: 54px;
  }

  .h1-about.cc-black {
    margin-bottom: 50px;
  }

  .text-block-10 {
    margin-left: 0;
  }

  .grid-362 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 2fr;
  }

  .h1-legal-stuff {
    font-size: 48px;
    line-height: 54px;
  }

  .h1-legal-stuff.cc-black {
    margin-bottom: 50px;
  }

  .header_legal-stuf {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h2-legal-stuff {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-legal-stuff.cc-center {
    width: 100%;
  }

  .h1-our-platform {
    font-size: 48px;
    line-height: 54px;
  }

  .h1-our-platform.cc-black {
    margin-bottom: 50px;
  }

  .header_our-platform {
    height: 600px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-364 {
    place-content: space-around;
    place-items: start baseline;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-378, .div-block-379, .div-block-380 {
    object-fit: scale-down;
  }

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

  .grid-wf-home-1 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

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

  .grid-comphome-new1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-comphome-1 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    min-width: 150px;
    margin-bottom: 25px;
    margin-left: 0;
    display: flex;
  }

  .grid-comphome-top1 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-394 {
    text-align: center;
    flex-direction: column;
    display: flex;
  }

  .tab-link-tab-2 {
    flex-direction: row;
    display: flex;
  }

  .div-block-395, .div-block-396 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-397 {
    font-size: 12px;
  }

  .bold-text-22 {
    font-size: 28px;
  }

  .container-2-copy {
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

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

  .text-block-wfhome-1 {
    margin-left: auto;
    margin-right: auto;
  }

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

  .grid-ourplatform {
    margin-top: 25px;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .div-block-gdpr, .div-block-sri-lanka-1, .div-block-north-america-1 {
    margin-right: 10px;
  }

  .div-block-philippines-1 {
    flex-direction: row;
    align-items: center;
    margin-right: 10px;
  }

  .grid-comphome-7 {
    border-style: solid none none solid;
    border-width: 1px;
    border-color: var(--dark-grey);
    grid-template: "Area ."
                   "Area-2 Area-3"
                   "Area-6 Area-7"
                   / 1fr 1fr;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
  }

  .paragraph-comphome-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-comphome-2 {
    margin-top: 5px;
  }

  .header-sign-up {
    height: 200px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .grid-366 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-signup-1 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    margin-bottom: 25px;
    margin-left: 0;
    display: block;
  }

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

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

  .grid-ourplatform-2 {
    grid-template-rows: auto minmax(auto, 1fr);
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-workforce-home-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .button-comphome-2 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    min-width: 150px;
    margin-bottom: 25px;
    margin-left: 0;
    display: none;
  }

  .grid-select-app-country {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gdpr-1, .gdpr-1-copy, .heading-gdpr-2 {
    font-size: 28px;
  }

  .paragraph-gdpr-1 {
    font-size: 14px;
    line-height: 19px;
  }

  .container-break {
    padding-bottom: 0;
  }

  .column-366, .column-367, .column-368, .column-369, .column-370, .columns-5, .column-371 {
    text-align: center;
  }

  .section-home2 {
    height: 400px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-home3, .section-home4 {
    height: 200px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .column-372 {
    justify-content: center;
    display: flex;
  }

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

  .column-373 {
    justify-content: center;
    display: flex;
  }

  .div-block-406 {
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    padding-bottom: 5px;
  }

  .navigation-container {
    height: 62px;
  }

  .header_workforce {
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-content {
    text-align: center;
    flex-direction: row;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    min-height: 400px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .h1 {
    text-align: center;
    letter-spacing: 0;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 42px;
    display: inline;
    left: auto;
    right: auto;
  }

  .button {
    text-align: left;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    max-width: 150px;
    margin: 0 0 25px;
    display: flex;
    position: static;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .footer-column {
    flex-wrap: wrap;
  }

  .footer-links-list, .footer-social {
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

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

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner, .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .menu-button {
    padding: 15px;
  }

  .paragraph-3 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .heading {
    font-size: 48px;
  }

  .h4 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .text-block-2 {
    margin: 10px 0 10px 10px;
  }

  .heading-4 {
    text-align: center;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .bold-text {
    align-self: center;
    font-size: 24px;
    line-height: 34px;
  }

  .heading-5 {
    margin-top: 5px;
  }

  .paragraph-6 {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
  }

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

  .grid-8 {
    grid-template: "Area"
                   "Area-6"
                   "Area-7"
                   "Area-8"
                   "Area-9"
                   / 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-11, .image-12 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-360 {
    align-self: center;
    align-items: center;
    height: 350px;
  }

  .heading-6 {
    line-height: 38px;
  }

  .paragraph-9 {
    margin-bottom: 25px;
  }

  .paragraph-13 {
    margin-left: 0%;
    margin-right: 0%;
  }

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

  .header-copy {
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header_obd_home {
    height: auto;
    min-height: 400px;
    margin-top: 0;
    padding: 0;
  }

  .header_workforcehome {
    text-align: left;
    height: auto;
    min-height: 400px;
    margin-top: 0;
    padding: 0;
  }

  .section-home {
    height: auto;
    margin-top: 0;
    padding: 0;
  }

  .column-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    display: flex;
  }

  .navigation-compliance {
    height: 60px;
  }

  .heading-9 {
    font-size: 18px;
    line-height: 24px;
  }

  .heading-10 {
    font-size: 18px;
  }

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

  .paragraph-15 {
    font-size: 14px;
    line-height: 14px;
  }

  .paragraph-pdpa-faq {
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid-dpoaas {
    grid-template-areas: "Area Area-2 Area-3"
                         "Area-4 Area-5 Area-6";
  }

  .header_dpoaas {
    height: 400px;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .heading-dpoaas {
    margin-left: 0%;
    margin-right: 0%;
  }

  .h1-dpoaas {
    letter-spacing: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    line-height: 42px;
  }

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

  .paragraph_home {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 25px;
  }

  .paragraph-8-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .h1-360 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .paragraph-360-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .header_workforce-pulse {
    height: auto;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .h1-360-copy, .h1-pulse {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .bold-text-pulse-1-copy {
    font-size: 34px;
  }

  .paragraph-pulse-2 {
    line-height: 26px;
  }

  .bold-workforce-home-1 {
    font-size: 30px;
    line-height: 46px;
  }

  .paragraph-workforce-home {
    text-align: center;
    flex-direction: column;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    display: flex;
  }

  .button-wf-home {
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .buttom-wf-home-360 {
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: 0%;
    padding: 5px;
  }

  .bold-compliance-home {
    height: 200px;
    font-size: 30px;
    font-weight: 800;
    line-height: 42px;
  }

  .paragraph-compliance-home {
    margin-left: 0%;
    margin-right: 0%;
  }

  .button-complaince-home {
    margin-bottom: 25px;
  }

  .navigation-main {
    height: 60px;
  }

  .header_compliance-faq {
    justify-content: flex-start;
    height: auto;
    margin-top: 0;
    padding: 0;
  }

  .h1-faq {
    letter-spacing: 0;
    justify-content: center;
    min-width: 0;
    min-height: 0;
    margin-left: 0%;
    font-size: 30px;
    line-height: 42px;
  }

  .bold-text-comp-faq {
    flex-direction: column;
    align-self: flex-start;
    align-items: center;
    margin-top: 0%;
    margin-right: 0;
    display: flex;
  }

  .image-18 {
    flex: 0 auto;
    align-self: flex-start;
    margin-top: 0%;
    display: none;
  }

  .button-engagement {
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .button-engagement-1 {
    align-self: center;
    margin-left: 0;
  }

  .column-engagement-1 {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 25px;
  }

  .heading-engagement {
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-engagement {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 25px;
  }

  .h1-360-1 {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .header_workforce-360 {
    height: auto;
    min-height: 400px;
    margin-top: 0;
    padding: 0;
    display: flex;
  }

  .h1-360-2 {
    letter-spacing: 0;
    justify-content: flex-start;
    min-width: 0;
    min-height: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .header_workforce-engagement {
    flex-direction: column;
    justify-content: center;
    height: 250px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .h1-engagement {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .bold-text-9 {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 34px;
    line-height: 40px;
  }

  .header_compliance {
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .h1-pricing {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .header_compliance-pricing {
    height: 250px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header, .header_-contactus {
    height: 100vh;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

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

  .h2-contact-us {
    font-size: 20px;
    line-height: 30px;
  }

  .grid-361 {
    grid-template: "Area"
                   "Area-3"
                   / 1fr;
  }

  .h1-comphome {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .grid-wf-home {
    grid-template: "Area-2" minmax(auto, .25fr)
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "Area-6"
                   / 1fr;
  }

  .grid-wf-home-2 {
    grid-template: "." minmax(auto, .25fr)
                   "Area-5"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   / 1fr;
  }

  .grid-comphome-6 {
    grid-template: "Area"
                   "Area-2"
                   "Area-6"
                   "Area-8"
                   "Area-3"
                   "Area-7"
                   / 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-comphome-1 {
    font-size: 48px;
    line-height: 55px;
  }

  .button-comp-pricing-1 {
    text-align: center;
    order: 0;
    align-self: center;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 5px;
  }

  .grid-wf-homepage-1 {
    grid-template: "Area-12"
                   "Area-3"
                   "Area-9"
                   "Area-6"
                   "Area-7"
                   "Area-8"
                   / 1fr;
  }

  .text-block-9 {
    flex: 0 auto;
  }

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

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

  .link-block-6 {
    flex: 1;
  }

  .footer-logo-column {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-364 {
    margin-left: auto;
    margin-right: auto;
  }

  .container-footer-1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-7 {
    flex: 1;
  }

  .text-block-footer-1 {
    flex: 0 auto;
  }

  .text-block-footer-2 {
    text-align: center;
    display: inline;
  }

  .header_about-us {
    height: auto;
    min-height: 400px;
    margin-top: 0;
    padding: 0;
  }

  .h1-about {
    text-align: center;
    letter-spacing: 0;
    min-width: 10px;
    min-height: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 42px;
  }

  .tabs-menu {
    margin-top: 15px;
  }

  .text-block-10 {
    margin-left: 0;
  }

  .tab-link-tab-1 {
    align-self: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .tab-link-tab-1.w--current {
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-block-footer-3 {
    flex: 0 auto;
    display: block;
  }

  .text-block-footer-4 {
    flex: 0 auto;
  }

  .grid-362 {
    grid-template: "Area" minmax(auto, 1fr)
    / 2fr;
    grid-auto-columns: minmax(200px, .25fr);
    grid-auto-flow: column;
  }

  .h1-legal-stuff {
    letter-spacing: 0;
    font-size: 30px;
    line-height: 42px;
  }

  .header_legal-stuf {
    max-width: 500px;
    height: 100vh;
    max-height: 250px;
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .h2-legal-stuff {
    margin-bottom: 25px;
  }

  .div-block-371 {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .bold-text-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 34px;
    line-height: 40px;
    display: flex;
  }

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

  .h1-our-platform {
    text-align: center;
    letter-spacing: 0;
    margin-top: 0;
    font-size: 30px;
    line-height: 42px;
    display: block;
  }

  .div-block-our-platform {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto 0%;
    display: flex;
  }

  .header_our-platform {
    height: 250px;
    margin-top: 0;
    padding: 0;
  }

  .bold-text-13 {
    font-size: 30px;
    line-height: 40px;
  }

  .grid-364 {
    flex-direction: column;
    grid-template: "Area-5"
                   "Area-6"
                   "Area-7"
                   "Area-8"
                   / 1fr;
    place-content: space-around;
    place-items: center stretch;
  }

  .div-block-378, .div-block-379, .div-block-380 {
    text-align: center;
    width: auto;
    margin-bottom: 25px;
  }

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

  .bold-text-our-platform {
    align-self: center;
    margin-top: 0%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-373, .image-374, .image-375 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-385 {
    text-align: center;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .container-7 {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }

  .paragraph-31 {
    text-align: left;
    display: inline;
  }

  .div-block-386 {
    text-align: center;
    display: block;
  }

  .paragraph-32 {
    display: block;
  }

  .div-block-387 {
    text-align: center;
    display: inline;
  }

  .grid-wf-home-1 {
    grid-template: "Area-3"
                   "Area-5"
                   "Area"
                   "Area-4"
                   / 1fr;
  }

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

  .bold-text-19, .bold-text-20 {
    line-height: 26px;
  }

  .header-workforce-home {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    min-height: 400px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .menu-button-nav {
    padding: 15px;
  }

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

  .button-comphome-1 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    margin: 0 0 25px;
    display: block;
  }

  .div-block-394 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .tab-link-tab-2 {
    padding: 10px 15px;
    display: flex;
  }

  .div-block-395 {
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .div-block-396 {
    flex-direction: column;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .tab-link-tab-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .heading-about-us {
    font-size: 20px;
    line-height: 30px;
  }

  .grid-wfhome-1 {
    text-align: left;
    flex-direction: column;
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-5"
                   "Area-4"
                   / 1fr;
    align-items: center;
    display: flex;
  }

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

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

  .grid-ourplatform {
    grid-template: "Area-2" minmax(auto, .25fr)
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "."
                   / 1fr;
    margin-top: 0;
  }

  .text-block-ourplatform {
    margin: 10px 0 10px 10px;
  }

  .div-block-gdpr, .div-block-sri-lanka-1, .div-block-north-america-1, .div-block-philippines-1 {
    align-self: center;
    align-items: center;
    height: 350px;
  }

  .grid-comphome-7 {
    grid-template: "Area"
                   "Area-2"
                   "Area-6"
                   "Area-8"
                   "Area-3"
                   "Area-7"
                   / 1fr;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-comphome-2 {
    margin-top: 5px;
  }

  .header-sign-up {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 250px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    display: flex;
  }

  .heading-19 {
    text-align: center;
    align-self: center;
  }

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

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

  .button-signup-1 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    margin: 0 0 25px;
    display: block;
  }

  .grid-ourplatform-2 {
    grid-template: "Area-2" minmax(auto, .25fr)
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "."
                   / 1fr;
    margin-top: 0;
  }

  .heading-21 {
    margin-top: 20px;
  }

  .button-comphome-2 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    margin: 0 0 25px;
    display: none;
  }

  .grid-select-app-country {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-gdpr-1 {
    font-size: 18px;
    line-height: 24px;
  }

  .gdpr-1, .gdpr-1-copy, .heading-gdpr-2 {
    font-size: 18px;
  }

  .paragraph-gdpr-1 {
    font-size: 14px;
    line-height: 14px;
  }

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

  .container-break {
    display: block;
  }

  .column-366, .column-367, .column-368, .column-369 {
    text-align: center;
  }

  .section-home2, .section-home3 {
    height: auto;
    margin-top: 0;
    padding: 0;
  }

  .section-home4 {
    height: 100px;
    margin-top: 0;
    padding: 0;
  }

  .columns-6 {
    flex-flow: column;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .column-372 {
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-373 {
    text-align: left;
    order: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

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

  .div-block-407 {
    text-align: center;
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .grid-367 {
    grid-template-rows: minmax(auto, 1fr) auto;
    grid-template-areas: ". ."
                         "Area Area-2";
  }

  .bullit-para-faq {
    margin-left: 0%;
    margin-right: 0%;
  }
}

#w-node-_08d8e32c-ba7e-037b-4aeb-3baaba496bab-1afe579f, #w-node-_106cce37-fc52-7824-9d5b-78d42f896771-1afe579f {
  grid-area: Area;
}

#w-node-_4671dde5-4bca-0cbd-d030-76063340328b-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_4671dde5-4bca-0cbd-d030-76063340328d-1afe579f {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_4671dde5-4bca-0cbd-d030-760633403292-1afe579f {
  grid-area: Area;
  place-self: center end;
}

#w-node-_4671dde5-4bca-0cbd-d030-760633403294-1afe579f {
  grid-area: Area-2;
  place-self: center start;
}

#w-node-_4671dde5-4bca-0cbd-d030-760633403295-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_4671dde5-4bca-0cbd-d030-760633403297-1afe579f {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_4671dde5-4bca-0cbd-d030-7606334032a0-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_4671dde5-4bca-0cbd-d030-7606334032a3-1afe579f {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_4671dde5-4bca-0cbd-d030-7606334032a8-1afe579f {
  grid-area: Area;
  place-self: center end;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559b89-1afe579f {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559b8a-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559b8c-1afe579f {
  grid-area: Area;
  align-self: start;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559b8f-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559b91-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559b92-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559b94-1afe579f {
  grid-area: Area;
  align-self: start;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559b97-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559b99-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559b9a-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559b9c-1afe579f {
  grid-area: Area;
  align-self: start;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559b9f-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559ba1-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559ba2-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559ba4-1afe579f {
  grid-area: Area;
  align-self: start;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559ba7-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559ba9-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559baa-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559bac-1afe579f {
  grid-area: Area;
  align-self: start;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559baf-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559bb1-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559bb2-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559bb4-1afe579f {
  grid-area: Area;
  align-self: start;
}

#w-node-dd9799f2-86ec-42ac-b380-e2aba4559bb7-1afe579f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start end;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391b6c-1afe579f {
  grid-area: Area-2;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391b6e-1afe579f {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391b71-1afe579f {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391b76-1afe579f {
  grid-area: Area-2;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391b78-1afe579f {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391b7b-1afe579f {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391b82-1afe579f {
  grid-area: Area-2;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391b84-1afe579f {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391b87-1afe579f {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-b8215b04-5021-998a-3221-3703a3b4f3b5-1afe579f {
  grid-area: Area-2;
}

#w-node-b8215b04-5021-998a-3221-3703a3b4f3b7-1afe579f {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-b8215b04-5021-998a-3221-3703a3b4f3ba-1afe579f {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391b8c-1afe579f {
  grid-area: Area-2;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391b8e-1afe579f {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391b91-1afe579f {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391b99-1afe579f {
  grid-area: Area-2;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391b9b-1afe579f {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391b9e-1afe579f {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391ba5-1afe579f {
  grid-area: Area-2;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391ba7-1afe579f {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391baa-1afe579f {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391bb1-1afe579f {
  grid-area: Area-2;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391bb3-1afe579f {
  grid-area: Area-2;
  justify-self: center;
}

#w-node-_5fe7d0b9-8059-d91a-92ca-fab51c391bb6-1afe579f {
  grid-area: Area-3;
  place-self: auto;
}

#w-node-_0bd552a1-f8f0-54ce-e52a-500e82dd15e2-1afe57e1, #w-node-caa71dab-981b-aa0c-f196-5915a66c42e9-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-caa71dab-981b-aa0c-f196-5915a66c42ea-1afe57e1 {
  grid-area: Area-2;
}

#w-node-f842feb7-6194-5ed4-9cf1-ef56aa8c7e6c-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-a3324367-38e2-4b92-06ce-7363fb26c595-1afe57e1 {
  grid-area: Area-4;
  place-self: stretch stretch;
}

#w-node-_9537c0a0-9cfe-a76a-dc6a-b3ff50ee68e4-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9537c0a0-9cfe-a76a-dc6a-b3ff50ee68e5-1afe57e1 {
  grid-area: Area-5;
}

#w-node-_6a41ef21-a7a1-ccc9-1d70-eeefe2e0859a-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6a41ef21-a7a1-ccc9-1d70-eeefe2e0859b-1afe57e1 {
  grid-area: Area-5;
}

#w-node-_8d488c7c-5c1c-bbab-ea7e-f98959c49b81-1afe57e1 {
  grid-area: Area-7;
  place-self: stretch stretch;
}

#w-node-_8d488c7c-5c1c-bbab-ea7e-f98959c49b82-1afe57e1, #w-node-_74770560-b79b-c4e5-844e-c0e09387efe4-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb6b7a01-7fa6-3c07-be88-d1801b18f4c4-1afe57e1, #w-node-c2d6a18d-92ba-3991-2ae1-68854414b8e0-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e6f2e653-d84d-1ad5-6b68-1e3ed27f9fb5-1afe57e1 {
  grid-area: Area-14;
}

#w-node-da1b4af8-f420-5e35-f603-4f102b42a8c4-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bdf357ca-543d-a860-15aa-07cf7885c468-1afe57e1, #w-node-eb567149-27da-9b48-1ecc-d51ada4f1b7f-1afe57e1, #w-node-_58895712-a19e-cd5c-ec49-569dad857788-1afe57e1, #w-node-c4d4b49c-3721-6d84-abb9-ac5957f70b71-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_555e0f0f-c9a3-80f7-0730-b596e04c9293-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_315ea025-c711-b90b-2a8b-877eff5acaa3-1afe57e1, #w-node-_769aed94-6d2e-e9ec-574c-580489dcbed9-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5025b35c-b439-b609-b99d-dd18bc619d2d-1afe57e1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-_5025b35c-b439-b609-b99d-dd18bc619d2e-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_533cea9c-117a-8368-2cfa-d5bdc5f1bd0b-1afe57e1, #w-node-_5a778a33-2648-be0d-8568-70ca7a5d0da2-1afe57e1, #w-node-_205fd5ca-b3d5-6c41-5ad8-bfe888d8ad0c-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-a04224e3-32ef-7f29-f674-eb6d3b00ecdc-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_4d6f147f-dd9e-88ff-aec2-fe4bf780ee80-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c6fe20d4-6884-6f10-44ad-5b177f1026f4-1afe57e1, #w-node-e32b0997-8dac-3759-31ef-581d502c109c-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47e846c0-a2bd-bbb0-50fd-fad3cda05f5d-1afe57e1, #w-node-d7c8b1e0-fc25-ff52-4225-b3dd3418cce0-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-af549029-55f0-a9fb-cfb3-b0d396d1f674-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_60fbfedb-03b8-4eaf-ab64-920177aa3199-1afe57e1, #w-node-bfcc05d8-9b5c-9b36-e565-c89ef5c515cb-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f28fab4f-6ab9-02d4-f49e-43ddcfd2e88b-1afe57e1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-f28fab4f-6ab9-02d4-f49e-43ddcfd2e88c-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf1fb3fa-b212-7ed1-1519-d114f6485480-1afe57e1, #w-node-dce88278-3936-0c71-740b-f191bb7d9489-1afe57e1, #w-node-_631cc3a7-d29c-afa6-93ff-02c3e6101156-1afe57e1, #w-node-_2cecbb63-8eb8-3680-2bdb-ac3b3be28d15-1afe57e1, #w-node-_49bf9fc6-bde6-57fb-77dd-e9814083aee3-1afe57e1, #w-node-_461c8149-97dc-390f-64ef-f4f59fa0f580-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-fc033dfe-25d9-3e8c-2837-553d5f72e253-1afe57e1 {
  grid-area: Area-43;
  place-self: stretch stretch;
}

#w-node-fc033dfe-25d9-3e8c-2837-553d5f72e254-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b7a438a4-34ad-2012-14b3-98039e87fb0c-1afe57e1, #w-node-_892bdbef-5d27-7b1f-848a-c2297c35b3d1-1afe57e1, #w-node-adbaa923-06f4-1f83-990c-a169e3c4f916-1afe57e1, #w-node-a75537db-bd4c-c7a4-38c5-15431f2b4039-1afe57e1, #w-node-_97eb8d17-11fc-e3c0-e3f3-bd9d4ab514a3-1afe57e1, #w-node-_7d7aa814-9902-04d2-5105-7fb785631c9e-1afe57e1, #w-node-aab97f53-d26b-5f90-76e6-8f4e7b25afec-1afe57e1, #w-node-_8248c3c7-1b38-1a56-15fa-6e6a0a9fb856-1afe57e1, #w-node-_3395419d-281d-d827-99f7-a26c50bff316-1afe57e1, #w-node-d7fc402e-4062-4b17-be00-9ebdf337296c-1afe57e1, #w-node-_6476e56b-2885-d042-04b7-2a09149de1b9-1afe57e1, #w-node-c31d3043-efbc-d557-0ef2-99a6382c95ba-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3ee37dc1-8dd2-e165-f2aa-5142da9cff30-1afe57e1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-_3ee37dc1-8dd2-e165-f2aa-5142da9cff31-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5dd8093d-b9e3-f8c2-bc92-9dae53a4ba7a-1afe57e1, #w-node-_1962be52-b1d7-ea36-1ae2-5bec1a454168-1afe57e1, #w-node-d6cbe9a7-36fe-0926-30b0-f1017716a516-1afe57e1, #w-node-_3ad3c6bc-8e88-04b7-12da-7a33237213d7-1afe57e1, #w-node-_81f143c7-9fdd-d4aa-4e4e-a3c5b5e5e138-1afe57e1, #w-node-aaa97fcf-9919-20df-c888-19540127d69d-1afe57e1, #w-node-_6c32b90b-d114-632b-cf31-45bfd5acc069-1afe57e1, #w-node-_020c6c20-e809-987d-90e8-0facb4e4ad9b-1afe57e1, #w-node-bf7d3695-80a0-8046-6613-f3aa9b218b3e-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0df5-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0df6-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0df7-1afe57e1 {
  grid-area: Area-2;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0df9-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0dfc-1afe57e1 {
  grid-area: Area-4;
  place-self: stretch stretch;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0dfd-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0dfe-1afe57e1 {
  grid-area: Area-5;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e00-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e01-1afe57e1 {
  grid-area: Area-5;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e03-1afe57e1 {
  grid-area: Area-7;
  place-self: stretch stretch;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e04-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e07-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e09-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e0d-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e11-1afe57e1 {
  grid-area: Area-14;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e13-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e15-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e19-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e1d-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e21-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e25-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e27-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e2c-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e30-1afe57e1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e31-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e34-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e36-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e3a-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e3e-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e40-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e43-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e47-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e4a-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e4f-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e53-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e55-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e5a-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e5e-1afe57e1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e5f-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e62-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e64-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e68-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e6c-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e6e-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e72-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e76-1afe57e1 {
  grid-area: Area-43;
  place-self: stretch stretch;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e77-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e7a-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e7c-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e81-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e85-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e87-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e8c-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e90-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e93-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e98-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e9c-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e9e-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ea3-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ea7-1afe57e1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ea8-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0eab-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ead-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0eb2-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0eb7-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0eb9-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ebe-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ec2-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ec4-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ec9-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd1330-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1331-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd1332-1afe57e1 {
  grid-area: Area-2;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd1334-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd1337-1afe57e1 {
  grid-area: Area-4;
  place-self: stretch stretch;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd1338-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd1339-1afe57e1 {
  grid-area: Area-5;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd133b-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd133c-1afe57e1 {
  grid-area: Area-5;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd133e-1afe57e1 {
  grid-area: Area-7;
  place-self: stretch stretch;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd133f-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1342-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd1344-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1348-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd134c-1afe57e1 {
  grid-area: Area-14;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd134e-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd1350-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1354-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1358-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd135c-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd1360-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f3bbcb8-9d82-1e7b-1c45-e177e820996c-1afe57e1 {
  grid-area: Area-20;
}

#w-node-fa5136be-1e7d-98f0-67ee-f961e69e5398-1afe57e1 {
  grid-area: Area-21;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd1362-1afe57e1 {
  grid-area: Area-63;
  align-self: center;
}

#w-node-_662c58d7-d473-4cd3-c026-c3a2c73481f3-1afe57e1, #w-node-be112015-8b8e-86d4-907f-a72818b0f264-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_72c2f232-27dd-d311-79c7-9734d3aed783-1afe57e1 {
  grid-area: Area-19;
  align-self: center;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd136b-1afe57e1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd136c-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd136f-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1371-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1375-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd1379-1afe57e1 {
  grid-area: Area-30;
  place-self: start stretch;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd137b-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd137e-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd1382-1afe57e1 {
  grid-area: Area-34;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd138e-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_345791cc-8540-11d3-dd08-430a087c740a-1afe57e1 {
  grid-area: Area-37;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd1395-1afe57e1, #w-node-d32c3b37-73cf-520b-b6a2-842dbfa94ee1-1afe57e1, #w-node-_670c04cf-2f81-1f6c-9505-626f5d181029-1afe57e1, #w-node-_4a89a3f6-fa5e-f834-8f26-a0666a7a55e6-1afe57e1, #w-node-ec3c641e-a049-cddd-9db1-ac4fe3f1f42b-1afe57e1, #w-node-d80859d8-1d9e-9650-14b4-9033beeb4a3f-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd1399-1afe57e1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd139a-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd139d-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd139f-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13a3-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13a7-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13a9-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13ad-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13b5-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13b7-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13bc-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13c0-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13c2-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13c7-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13cb-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13ce-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13d3-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd13e2-1afe57e1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd13e3-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd13e6-1afe57e1, #w-node-_909f495d-f656-495e-a256-fd7ceb90d88e-1afe57e1, #w-node-_16f8a211-39e6-a6bf-2ecd-5d20050f157a-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd13f2-1afe57e1 {
  grid-area: Area-60;
  align-self: center;
}

#w-node-e9f28ce6-4157-90f8-6bdb-b2d2e62d5b2d-1afe57e1, #w-node-_9f3ff3b6-6a30-4881-16be-99f38c93d108-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd13f9-1afe57e1 {
  grid-area: Area-23;
  align-self: center;
}

#w-node-f43a5a18-a4f8-725e-5ad0-420708fd1404-1afe57e1 {
  grid-area: Area-64;
  align-self: center;
}

#w-node-c67b7a76-677e-9873-d9c1-74ddcbe59f15-1afe57e1 {
  grid-area: Area-73;
  align-self: center;
}

#w-node-b18c896f-f373-03a1-1fc2-102c9930609e-1afe57e1, #w-node-ae22606a-89a5-8980-4e70-f7915084f0d1-1afe57e1, #w-node-_78f5277c-8c3a-cf15-4750-d8b2a3dff7ea-1afe57e1, #w-node-_6b271611-02b8-61dc-6eea-37a43a8c0568-1afe57e1, #w-node-b59b5f54-9748-aa98-83a7-6fb430e7996e-1afe57e1, #w-node-_5e62f5c9-34ef-a17c-b80e-9ca1627d7405-1afe57e1, #w-node-ed10ce87-9af6-737f-ac0b-b1490e731d92-1afe57e1, #w-node-_71f8f4fc-7e29-2720-0307-151a2adcd02d-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e0cc69bc-a136-62e4-0c80-bedaa4605118-1afe57e1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: stretch stretch;
}

#w-node-e0cc69bc-a136-62e4-0c80-bedaa4605119-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_384d5ab5-5775-47ea-2e62-68583d614430-1afe57e1, #w-node-_4c0bcb25-9ca5-5464-662b-a0732f6b14f5-1afe57e1, #w-node-c167ccea-1c30-485a-a031-3207bb559a74-1afe57e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_322e07f9-df03-374e-7dfd-78058adf81b3-1afe57f6 {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_322e07f9-df03-374e-7dfd-78058adf81b4-1afe57f6 {
  grid-area: Area-2;
}

#w-node-ab1c4f3f-06d8-191f-35ba-71e8b606c481-1afe57f6 {
  grid-area: Area-3;
  justify-self: stretch;
}

#w-node-ab1c4f3f-06d8-191f-35ba-71e8b606c482-1afe57f6 {
  grid-area: Area-2;
}

#w-node-_3edf95a0-5048-b530-9f2d-b2d60a5aa347-1afe57f6 {
  grid-area: Area-2;
  justify-self: stretch;
}

#w-node-_3edf95a0-5048-b530-9f2d-b2d60a5aa348-1afe57f6 {
  grid-area: Area-2;
}

#w-node-d2969ed8-8c05-1a13-27d5-26e7d091b842-1afe57f6 {
  grid-area: Area-4;
}

#w-node-_33bcac0e-1749-1631-870c-ed0a2f57bb9c-1afe57f6 {
  grid-area: Area-5;
}

#w-node-_1399c578-3eac-18e6-2ed8-0c75553fa8c2-1afe580a, #w-node-ccb081a3-697e-979c-f0aa-1557f216ba15-1afe580a, #w-node-_1c42e6b5-3fd3-0449-cf70-f5aa6f04a9e4-1afe5811 {
  grid-area: Area;
}

#w-node-_1c42e6b5-3fd3-0449-cf70-f5aa6f04a9e6-1afe5811 {
  grid-area: Area-2;
}

#w-node-_1c42e6b5-3fd3-0449-cf70-f5aa6f04a9e8-1afe5811, #w-node-_1c42e6b5-3fd3-0449-cf70-f5aa6f04a9ea-1afe5811, #w-node-_027c4e24-4221-6ff1-92cd-f7d7e75f7350-1afe5811, #w-node-f4c6d616-ca1b-4f66-7c63-47c7013fee06-1afe5811, #w-node-_9a205009-1dc7-b387-b749-19690ee4dd4b-1afe5811, #w-node-_38080ae6-1132-e7c2-a239-689e66fe77d8-1afe5811, #w-node-_75a3f0b7-39c1-d4d6-23fd-c49ede56fb68-1afe5811, #w-node-_681da330-b722-6ae1-c19d-939f9837c9a9-1afe5811, #w-node-dbefc52e-79ea-e804-fc92-8e813b7e5e00-1afe5811, #w-node-f3ce2ebb-f9d7-de1f-0a53-b1c96a3df486-1afe5811, #w-node-e547f730-e367-b042-4c6f-c6cd6f2ea6ef-1afe5811, #w-node-_4c0efadb-1a38-4c39-32e9-c90d9a118c18-1afe5811, #w-node-_07e7a940-cecd-d821-27b0-b9574713d02d-1afe5811, #w-node-c5117a2b-7033-416c-f26d-3b155e6f31cc-1afe5811, #w-node-_2a046b58-2f49-761c-1506-20175a42a939-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a93c-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a93f-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a942-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a944-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a948-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a94a-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a953-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a965-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a96b-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a975-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a980-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a988-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a98a-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a992-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a997-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a999-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a9aa-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a9ac-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a9ae-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a9b3-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a9b5-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a9b7-1afe5812, #w-node-_2a046b58-2f49-761c-1506-20175a42a9c8-1afe5812 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29fb7255-4a87-061e-2610-22c2f2b1212f-1afe5824, #w-node-_29fb7255-4a87-061e-2610-22c2f2b1212c-1afe5824, #w-node-_29fb7255-4a87-061e-2610-22c2f2b12132-1afe5824, #w-node-_29fb7255-4a87-061e-2610-22c2f2b1212f-1afe5825, #w-node-_29fb7255-4a87-061e-2610-22c2f2b1212c-1afe5825, #w-node-_29fb7255-4a87-061e-2610-22c2f2b12132-1afe5825 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_8bae25ba-8292-6bb0-3cf2-86869422501c-1afe57f6 {
    grid-area: Area-6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bb6b7a01-7fa6-3c07-be88-d1801b18f4c4-1afe57e1, #w-node-c2d6a18d-92ba-3991-2ae1-68854414b8e0-1afe57e1, #w-node-bdf357ca-543d-a860-15aa-07cf7885c468-1afe57e1, #w-node-eb567149-27da-9b48-1ecc-d51ada4f1b7f-1afe57e1, #w-node-_58895712-a19e-cd5c-ec49-569dad857788-1afe57e1, #w-node-c4d4b49c-3721-6d84-abb9-ac5957f70b71-1afe57e1 {
    place-self: center stretch;
  }

  #w-node-_315ea025-c711-b90b-2a8b-877eff5acaa3-1afe57e1 {
    place-self: stretch stretch;
  }

  #w-node-_769aed94-6d2e-e9ec-574c-580489dcbed9-1afe57e1, #w-node-_5a778a33-2648-be0d-8568-70ca7a5d0da2-1afe57e1, #w-node-_205fd5ca-b3d5-6c41-5ad8-bfe888d8ad0c-1afe57e1, #w-node-_4d6f147f-dd9e-88ff-aec2-fe4bf780ee80-1afe57e1, #w-node-c6fe20d4-6884-6f10-44ad-5b177f1026f4-1afe57e1 {
    place-self: center stretch;
  }

  #w-node-_47e846c0-a2bd-bbb0-50fd-fad3cda05f5d-1afe57e1 {
    place-self: stretch stretch;
  }

  #w-node-d7c8b1e0-fc25-ff52-4225-b3dd3418cce0-1afe57e1, #w-node-_60fbfedb-03b8-4eaf-ab64-920177aa3199-1afe57e1, #w-node-bfcc05d8-9b5c-9b36-e565-c89ef5c515cb-1afe57e1, #w-node-dce88278-3936-0c71-740b-f191bb7d9489-1afe57e1, #w-node-_631cc3a7-d29c-afa6-93ff-02c3e6101156-1afe57e1 {
    place-self: center stretch;
  }

  #w-node-_2cecbb63-8eb8-3680-2bdb-ac3b3be28d15-1afe57e1 {
    align-self: start;
  }

  #w-node-_49bf9fc6-bde6-57fb-77dd-e9814083aee3-1afe57e1, #w-node-_461c8149-97dc-390f-64ef-f4f59fa0f580-1afe57e1, #w-node-_892bdbef-5d27-7b1f-848a-c2297c35b3d1-1afe57e1, #w-node-adbaa923-06f4-1f83-990c-a169e3c4f916-1afe57e1, #w-node-_97eb8d17-11fc-e3c0-e3f3-bd9d4ab514a3-1afe57e1, #w-node-_7d7aa814-9902-04d2-5105-7fb785631c9e-1afe57e1, #w-node-_8248c3c7-1b38-1a56-15fa-6e6a0a9fb856-1afe57e1, #w-node-_3395419d-281d-d827-99f7-a26c50bff316-1afe57e1, #w-node-_6476e56b-2885-d042-04b7-2a09149de1b9-1afe57e1, #w-node-c31d3043-efbc-d557-0ef2-99a6382c95ba-1afe57e1, #w-node-_1962be52-b1d7-ea36-1ae2-5bec1a454168-1afe57e1, #w-node-d6cbe9a7-36fe-0926-30b0-f1017716a516-1afe57e1, #w-node-_81f143c7-9fdd-d4aa-4e4e-a3c5b5e5e138-1afe57e1, #w-node-aaa97fcf-9919-20df-c888-19540127d69d-1afe57e1, #w-node-_020c6c20-e809-987d-90e8-0facb4e4ad9b-1afe57e1, #w-node-bf7d3695-80a0-8046-6613-f3aa9b218b3e-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e09-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e0d-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e15-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e19-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e1d-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e21-1afe57e1 {
    place-self: center stretch;
  }

  #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e27-1afe57e1 {
    place-self: stretch stretch;
  }

  #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e2c-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e36-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e3a-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e40-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e43-1afe57e1 {
    place-self: center stretch;
  }

  #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e4a-1afe57e1 {
    place-self: stretch stretch;
  }

  #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e4f-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e55-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e5a-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e64-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e68-1afe57e1 {
    place-self: center stretch;
  }

  #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e6c-1afe57e1 {
    align-self: start;
  }

  #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e6e-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e72-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e7c-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e81-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e87-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e8c-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e93-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e98-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e9e-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ea3-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ead-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0eb2-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0eb9-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ebe-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ec4-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ec9-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1344-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1348-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1350-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1354-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1358-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd135c-1afe57e1 {
    place-self: center stretch;
  }

  #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1362-1afe57e1, #w-node-_662c58d7-d473-4cd3-c026-c3a2c73481f3-1afe57e1, #w-node-be112015-8b8e-86d4-907f-a72818b0f264-1afe57e1 {
    place-self: stretch stretch;
  }

  #w-node-_72c2f232-27dd-d311-79c7-9734d3aed783-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1371-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1375-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd137b-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd137e-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1395-1afe57e1, #w-node-d32c3b37-73cf-520b-b6a2-842dbfa94ee1-1afe57e1, #w-node-_670c04cf-2f81-1f6c-9505-626f5d181029-1afe57e1, #w-node-_4a89a3f6-fa5e-f834-8f26-a0666a7a55e6-1afe57e1, #w-node-ec3c641e-a049-cddd-9db1-ac4fe3f1f42b-1afe57e1, #w-node-d80859d8-1d9e-9650-14b4-9033beeb4a3f-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd139f-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13a3-1afe57e1 {
    place-self: center stretch;
  }

  #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13a7-1afe57e1 {
    align-self: start;
  }

  #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13a9-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13ad-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13b7-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13bc-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13c2-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13c7-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13ce-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13d3-1afe57e1, #w-node-_909f495d-f656-495e-a256-fd7ceb90d88e-1afe57e1, #w-node-_16f8a211-39e6-a6bf-2ecd-5d20050f157a-1afe57e1, #w-node-e9f28ce6-4157-90f8-6bdb-b2d2e62d5b2d-1afe57e1, #w-node-_9f3ff3b6-6a30-4881-16be-99f38c93d108-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13f9-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1404-1afe57e1, #w-node-b18c896f-f373-03a1-1fc2-102c9930609e-1afe57e1, #w-node-ae22606a-89a5-8980-4e70-f7915084f0d1-1afe57e1, #w-node-_6b271611-02b8-61dc-6eea-37a43a8c0568-1afe57e1, #w-node-b59b5f54-9748-aa98-83a7-6fb430e7996e-1afe57e1, #w-node-ed10ce87-9af6-737f-ac0b-b1490e731d92-1afe57e1, #w-node-_71f8f4fc-7e29-2720-0307-151a2adcd02d-1afe57e1, #w-node-_4c0bcb25-9ca5-5464-662b-a0732f6b14f5-1afe57e1, #w-node-c167ccea-1c30-485a-a031-3207bb559a74-1afe57e1 {
    place-self: center stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4671dde5-4bca-0cbd-d030-76063340328b-1afe579f {
    grid-area: Area-4;
  }

  #w-node-_4671dde5-4bca-0cbd-d030-76063340328d-1afe579f {
    grid-area: Area-5;
    place-self: auto;
  }

  #w-node-_4671dde5-4bca-0cbd-d030-760633403292-1afe579f {
    grid-area: Area-3;
  }

  #w-node-_4671dde5-4bca-0cbd-d030-760633403294-1afe579f {
    grid-area: Area-3;
    justify-self: center;
  }

  #w-node-_4671dde5-4bca-0cbd-d030-760633403295-1afe579f {
    grid-area: Area-4;
    justify-self: center;
  }

  #w-node-_4671dde5-4bca-0cbd-d030-760633403297-1afe579f {
    grid-area: Area-5;
    place-self: auto;
  }

  #w-node-_4671dde5-4bca-0cbd-d030-7606334032a0-1afe579f {
    grid-area: Area-4;
    justify-self: center;
  }

  #w-node-_4671dde5-4bca-0cbd-d030-7606334032a3-1afe579f {
    grid-area: Area-5;
    place-self: auto;
  }

  #w-node-_4671dde5-4bca-0cbd-d030-7606334032a8-1afe579f {
    grid-area: Area-3;
    justify-self: center;
  }

  #w-node-caa71dab-981b-aa0c-f196-5915a66c42e9-1afe57e1, #w-node-f842feb7-6194-5ed4-9cf1-ef56aa8c7e6c-1afe57e1 {
    align-self: stretch;
  }

  #w-node-bb6b7a01-7fa6-3c07-be88-d1801b18f4c4-1afe57e1, #w-node-c2d6a18d-92ba-3991-2ae1-68854414b8e0-1afe57e1, #w-node-bdf357ca-543d-a860-15aa-07cf7885c468-1afe57e1, #w-node-eb567149-27da-9b48-1ecc-d51ada4f1b7f-1afe57e1 {
    align-self: center;
  }

  #w-node-_58895712-a19e-cd5c-ec49-569dad857788-1afe57e1, #w-node-c4d4b49c-3721-6d84-abb9-ac5957f70b71-1afe57e1, #w-node-_315ea025-c711-b90b-2a8b-877eff5acaa3-1afe57e1, #w-node-_769aed94-6d2e-e9ec-574c-580489dcbed9-1afe57e1 {
    align-self: start;
  }

  #w-node-_5a778a33-2648-be0d-8568-70ca7a5d0da2-1afe57e1, #w-node-_205fd5ca-b3d5-6c41-5ad8-bfe888d8ad0c-1afe57e1, #w-node-_4d6f147f-dd9e-88ff-aec2-fe4bf780ee80-1afe57e1, #w-node-c6fe20d4-6884-6f10-44ad-5b177f1026f4-1afe57e1 {
    align-self: center;
  }

  #w-node-_47e846c0-a2bd-bbb0-50fd-fad3cda05f5d-1afe57e1, #w-node-d7c8b1e0-fc25-ff52-4225-b3dd3418cce0-1afe57e1 {
    align-self: start;
  }

  #w-node-_60fbfedb-03b8-4eaf-ab64-920177aa3199-1afe57e1, #w-node-bfcc05d8-9b5c-9b36-e565-c89ef5c515cb-1afe57e1 {
    align-self: center;
  }

  #w-node-dce88278-3936-0c71-740b-f191bb7d9489-1afe57e1, #w-node-_631cc3a7-d29c-afa6-93ff-02c3e6101156-1afe57e1, #w-node-_49bf9fc6-bde6-57fb-77dd-e9814083aee3-1afe57e1, #w-node-_461c8149-97dc-390f-64ef-f4f59fa0f580-1afe57e1, #w-node-_892bdbef-5d27-7b1f-848a-c2297c35b3d1-1afe57e1, #w-node-adbaa923-06f4-1f83-990c-a169e3c4f916-1afe57e1, #w-node-_97eb8d17-11fc-e3c0-e3f3-bd9d4ab514a3-1afe57e1, #w-node-_7d7aa814-9902-04d2-5105-7fb785631c9e-1afe57e1 {
    align-self: start;
  }

  #w-node-_8248c3c7-1b38-1a56-15fa-6e6a0a9fb856-1afe57e1, #w-node-_3395419d-281d-d827-99f7-a26c50bff316-1afe57e1, #w-node-_6476e56b-2885-d042-04b7-2a09149de1b9-1afe57e1, #w-node-c31d3043-efbc-d557-0ef2-99a6382c95ba-1afe57e1, #w-node-_1962be52-b1d7-ea36-1ae2-5bec1a454168-1afe57e1, #w-node-d6cbe9a7-36fe-0926-30b0-f1017716a516-1afe57e1, #w-node-_81f143c7-9fdd-d4aa-4e4e-a3c5b5e5e138-1afe57e1, #w-node-aaa97fcf-9919-20df-c888-19540127d69d-1afe57e1 {
    align-self: center;
  }

  #w-node-_020c6c20-e809-987d-90e8-0facb4e4ad9b-1afe57e1, #w-node-bf7d3695-80a0-8046-6613-f3aa9b218b3e-1afe57e1 {
    align-self: start;
  }

  #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0df6-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0df9-1afe57e1 {
    align-self: stretch;
  }

  #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e09-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e0d-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e15-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e19-1afe57e1 {
    align-self: center;
  }

  #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e1d-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e21-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e27-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e2c-1afe57e1 {
    align-self: start;
  }

  #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e36-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e3a-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e40-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e43-1afe57e1 {
    align-self: center;
  }

  #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e4a-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e4f-1afe57e1 {
    align-self: start;
  }

  #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e55-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e5a-1afe57e1 {
    align-self: center;
  }

  #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e64-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e68-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e6e-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e72-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e7c-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e81-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e87-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e8c-1afe57e1 {
    align-self: start;
  }

  #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e93-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e98-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0e9e-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ea3-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ead-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0eb2-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0eb9-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ebe-1afe57e1 {
    align-self: center;
  }

  #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ec4-1afe57e1, #w-node-bb02f6d4-2a2a-b08c-54e2-1c2ea8de0ec9-1afe57e1 {
    align-self: start;
  }

  #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1331-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1334-1afe57e1 {
    align-self: stretch;
  }

  #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1344-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1348-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1350-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1354-1afe57e1 {
    align-self: center;
  }

  #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1358-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd135c-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1362-1afe57e1, #w-node-_662c58d7-d473-4cd3-c026-c3a2c73481f3-1afe57e1, #w-node-be112015-8b8e-86d4-907f-a72818b0f264-1afe57e1, #w-node-_72c2f232-27dd-d311-79c7-9734d3aed783-1afe57e1 {
    align-self: start;
  }

  #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1371-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1375-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd137b-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd137e-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1395-1afe57e1, #w-node-d32c3b37-73cf-520b-b6a2-842dbfa94ee1-1afe57e1 {
    align-self: center;
  }

  #w-node-_670c04cf-2f81-1f6c-9505-626f5d181029-1afe57e1 {
    align-self: start;
  }

  #w-node-_4a89a3f6-fa5e-f834-8f26-a0666a7a55e6-1afe57e1 {
    align-self: center;
  }

  #w-node-ec3c641e-a049-cddd-9db1-ac4fe3f1f42b-1afe57e1 {
    align-self: start;
  }

  #w-node-d80859d8-1d9e-9650-14b4-9033beeb4a3f-1afe57e1 {
    align-self: center;
  }

  #w-node-f43a5a18-a4f8-725e-5ad0-420708fd139f-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13a3-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13a9-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13ad-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13b7-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13bc-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13c2-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13c7-1afe57e1 {
    align-self: start;
  }

  #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13ce-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13d3-1afe57e1, #w-node-_909f495d-f656-495e-a256-fd7ceb90d88e-1afe57e1, #w-node-_16f8a211-39e6-a6bf-2ecd-5d20050f157a-1afe57e1, #w-node-e9f28ce6-4157-90f8-6bdb-b2d2e62d5b2d-1afe57e1, #w-node-_9f3ff3b6-6a30-4881-16be-99f38c93d108-1afe57e1, #w-node-f43a5a18-a4f8-725e-5ad0-420708fd13f9-1afe57e1 {
    align-self: center;
  }

  #w-node-f43a5a18-a4f8-725e-5ad0-420708fd1404-1afe57e1 {
    align-self: start;
  }

  #w-node-b18c896f-f373-03a1-1fc2-102c9930609e-1afe57e1, #w-node-ae22606a-89a5-8980-4e70-f7915084f0d1-1afe57e1, #w-node-_6b271611-02b8-61dc-6eea-37a43a8c0568-1afe57e1, #w-node-b59b5f54-9748-aa98-83a7-6fb430e7996e-1afe57e1, #w-node-ed10ce87-9af6-737f-ac0b-b1490e731d92-1afe57e1, #w-node-_71f8f4fc-7e29-2720-0307-151a2adcd02d-1afe57e1, #w-node-_4c0bcb25-9ca5-5464-662b-a0732f6b14f5-1afe57e1, #w-node-c167ccea-1c30-485a-a031-3207bb559a74-1afe57e1 {
    align-self: center;
  }

  #w-node-_29fb7255-4a87-061e-2610-22c2f2b1212a-1afe5824, #w-node-_29fb7255-4a87-061e-2610-22c2f2b1212a-1afe5825 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


