:root {
  --white: white;
  --black: black;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.section.cc-store-home-wrap {
  padding-top: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  background-color: #544eff;
  border-radius: 8px;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.paragraph-light.content-p {
  text-align: left;
}

.heading-jumbo {
  float: none;
  clear: none;
  text-align: left;
  text-transform: none;
  width: 100%;
  max-width: 1140px;
  margin: 10px auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 50px;
  font-weight: 600;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #475467;
  text-align: center;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
  margin-bottom: 60px;
  display: none;
}

.intro-content {
  text-align: center;
  width: 80%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.text-block {
  text-transform: capitalize;
  font-weight: 500;
}

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

.link {
  text-align: center;
  border: 0 solid #000;
  border-radius: 8px;
  width: 102px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  text-decoration: none;
  box-shadow: 0 0 2px 1px #e1e4ea;
}

.section-2 {
  background-image: url('../images/Frame-2147228456-1.png');
  background-position: 0 0;
  background-size: cover;
}

.heading {
  text-align: center;
  font-size: 53px;
  line-height: 72px;
}

.heading.mobile-main-heading {
  line-height: 63px;
}

.paragraph {
  text-align: center;
  width: 490px;
  margin: 10px auto 20px;
}

.container-2 {
  text-align: center;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-2.container-banner-main {
  padding-bottom: 20px;
}

.button {
  color: #fff;
  background-color: #544eff;
  border: 1px solid #6962fb;
  border-radius: 8px;
  width: auto;
  min-width: auto;
  padding: 10px 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.button.content-btn {
  vertical-align: baseline;
  display: inline-block;
}

.image {
  margin-top: 60px;
}

.image.center {
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 34px;
}

.image-2 {
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 40px;
}

.heading-3 {
  text-align: center;
  flex-flow: column;
  width: 870px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  line-height: 42px;
  display: flex;
}

.heading-3.gradient-text {
  color: #000;
  -webkit-text-fill-color: transparent;
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-span-2 {
  color: #22d3ff;
}

.text-span-2.gradient-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #22d3ff 44.1%, #544eff 100%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 700;
}

.section-3 {
  padding-top: 80px;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.section-4 {
  padding-top: 100px;
  display: block;
}

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

.column {
  flex: 0 auto;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 0;
}

.image-4 {
  object-fit: fill;
  width: 952px;
  height: 209px;
}

.image-5 {
  width: auto;
  height: auto;
  padding-top: 20px;
}

.list-item, .list-item-2, .list-item-3, .image-6, .image-7 {
  height: 209px;
}

.image-8 {
  object-fit: cover;
  border-radius: 16px;
  width: 236px;
  height: auto;
  line-height: 32px;
  box-shadow: 0 4px 6.67px #0003;
}

.heading-4 {
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.container-3 {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-4 {
  text-align: left;
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-5 {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

.container-5.unified-con {
  text-align: center;
}

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

.flex-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  border: 1px solid #6962fb;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  padding: 10px 20px;
}

.heading-5 {
  font-size: 30px;
  line-height: 34px;
}

.text-block-2 {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 24px;
}

.column-2 {
  border: 1px solid #6962fb;
  border-radius: 20px;
}

.div-block-2 {
  margin-top: 0;
  margin-bottom: 0;
}

.container-6 {
  max-width: 1440px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-3 {
  text-align: center;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
}

.image-9 {
  width: 270px;
}

.list {
  padding-top: 37px;
}

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

.link-2, .link-3, .link-4, .link-5, .link-6, .link-7 {
  text-decoration: none;
}

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

.link-9, .link-10, .link-11, .link-12 {
  text-decoration: none;
}

.heading-6 {
  text-align: center;
  margin-top: 0;
  font-weight: 700;
}

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

.container-7 {
  max-width: 1440px;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
}

.flex-block-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  width: 464px;
  height: auto;
}

.flex-block-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  margin-top: 20px;
}

.section-6.seemless-laptop {
  background-color: #544eff;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 0;
  padding-right: 100px;
}

.section-6.custom-laptop-sec {
  background-color: #544eff;
  padding: 100px 90px 100px 0;
}

.container-8 {
  padding-right: 0;
}

.heading-7 {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
}

.flex-block-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-end;
  width: 1125px;
}

.paragraph-3 {
  color: #fff;
  width: auto;
}

.div-block-4 {
  margin-right: 40px;
}

.list-item-4.custom-li-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  list-style-type: none;
  display: flex;
}

.list-3.custom-li-mob {
  padding-left: 0;
}

.image-10 {
  width: 522px;
}

.link-13 {
  color: #fff;
  text-align: center;
  border: 2px solid #6962fb;
  text-decoration: none;
}

.link-13.start-free-laptop {
  border-radius: 8px;
  width: 164px;
  margin-bottom: 40px;
}

.link-13.start-free-laptop.white-btn {
  color: #000;
  background-color: #fff;
}

.flex-block-5 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  justify-content: center;
  align-items: center;
  width: 1125px;
}

.flex-block-5.effortless-mob {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
}

.image-12.start-trial-sec.custom-laptop-img {
  width: 48%;
}

.link-14 {
  color: #fff;
  border: 1px solid #6962fb;
  border-radius: 8px;
  width: 455px;
  padding: 6px;
  text-decoration: none;
}

.link-14.white-btn {
  color: #000;
  background-color: #fff;
}

.heading-8.custom-hear-heading.custom-here-laptop {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 33px;
  font-size: 48px;
  font-weight: 700;
  line-height: 27px;
}

.flex-block-6.custom-hear-con {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-13 {
  object-fit: cover;
  border-radius: 50px;
  width: 100px;
  height: 100px;
}

.heading-9 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 38px;
}

.paragraph-4, .paragraph-4.sarah-pera {
  text-align: center;
  margin-bottom: 0;
}

.heading-10.new-custom-h, .heading-10.custom-sarah {
  color: #544eff;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

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

.container-9.faq-custom-mob {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1125px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-8.faq-2-con {
  border-bottom: 1px solid #aae4f2;
  width: 94%;
}

.div-block-8.faq-main-1 {
  border-bottom: 1px solid #aae4f2;
  width: 95%;
}

.div-block-9 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-9.answer-div.faq-2-answer.faq-3-ans {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.div-block-9.faq-head {
  justify-content: space-between;
}

.heading-12 {
  font-size: 20px;
  font-weight: 700;
  line-height: 37px;
}

.paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
  color: #fff;
}

.div-block-10.custom-hear-block-laptop {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.custom-hear-con {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1440px;
  text-decoration: none;
  display: block;
}

.custom-here-laptop {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.custom-here-block-laptop {
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

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

.paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14 {
  text-align: left;
}

.bold-text {
  font-size: 28px;
  line-height: 30px;
}

.list-item-6 {
  position: relative;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.link-block {
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.list-item-8 {
  position: relative;
}

.link-block-2 {
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.paragraph-16.conetent-p {
  font-weight: 400;
}

.paragraph-16.conetent-p.bold {
  font-weight: 600;
}

.conetent-heading {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.heading-15 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 50px;
  font-weight: 600;
}

@media screen and (min-width: 1920px) {
  .navigation-wrap {
    max-width: 1440px;
  }

  .navigation {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15em;
    padding-right: 15em;
    box-shadow: 0 2px 5px #0003;
  }

  .navigation-items {
    width: auto;
    margin-left: 360px;
    margin-right: auto;
  }

  .container-2.container-banner-main {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .image {
    margin-top: 60px;
  }

  .heading-3 {
    flex-flow: column;
    width: auto;
    display: flex;
  }

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

  .image-8 {
    border-radius: 16px;
  }

  .container-5.unified-con {
    text-align: center;
    text-decoration: none;
  }

  .flex-block {
    height: 218px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-2 {
    margin-top: 10px;
    padding-bottom: 20px;
  }

  .heading-6 {
    margin-bottom: 60px;
    font-size: 48px;
  }

  .section-5 {
    margin-top: 140px;
  }

  .container-7 {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .flex-block-2 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: start space-around;
    place-items: center stretch;
    display: flex;
  }

  .div-block-3 {
    border: 1px solid #6962fb;
    border-radius: 20px;
    flex: 0 auto;
    width: 464px;
  }

  .flex-block-3 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
    display: flex;
  }

  .section-6 {
    background-color: #544eff;
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .section-6.faq-section {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-6.seemless-laptop {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-right: 0;
    display: block;
  }

  .section-6.custom-laptop-sec {
    text-align: center;
    margin-bottom: 0;
  }

  .container-8 {
    text-align: center;
    max-width: 1440px;
  }

  .container-8.large-screen-seemless {
    width: 100%;
  }

  .heading-7 {
    color: #fff;
    background-color: #0000;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
  }

  .heading-7.effortless-heading {
    font-size: 48px;
    line-height: 62px;
  }

  .heading-7.semless-mobole {
    font-size: 48px;
    line-height: 68px;
  }

  .flex-block-4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .flex-block-4.custom-faq-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block-4.lagre-screen-container {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    width: 1440px;
    margin-left: 0;
  }

  .paragraph-3 {
    color: #fff;
    padding-top: 20px;
    line-height: 24px;
  }

  .div-block-4 {
    text-align: left;
    max-width: 970px;
    margin-right: 100px;
  }

  .div-block-4.seamless-custom {
    background-color: #544eff;
  }

  .list-item-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .list-item-4.custom-li-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    list-style-type: disc;
  }

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

  .image-10 {
    width: 700px;
    max-width: 800px;
    height: 600px;
    max-height: 600px;
  }

  .image-11 {
    width: 15px;
    height: 15px;
    margin-top: -11px;
    padding-right: 0;
  }

  .link-13 {
    pointer-events: auto;
    color: #fff;
    border: 2px solid #6962fb;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 164px;
    height: 40px;
    margin-top: 60px;
    padding: 20px 0;
    font-weight: 600;
    text-decoration: none;
    display: flex;
  }

  .link-13.start-free-laptop {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .flex-block-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: center;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .flex-block-5.effortless-mob {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    width: auto;
  }

  .image-12 {
    width: 860px;
    height: auto;
  }

  .image-12.start-trial-sec.custom-laptop-img {
    width: 48%;
  }

  .link-14 {
    color: #fff;
    text-align: center;
    border: 1px solid #6962fb;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 450px;
    height: 40px;
    margin-top: 20px;
    text-decoration: none;
    display: flex;
  }

  .heading-8 {
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    line-height: 72px;
  }

  .heading-8.custom-hear-heading.custom-here-laptop {
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 58px;
  }

  .div-block-5 {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 708px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
  }

  .flex-block-6 {
    grid-column-gap: 51px;
    grid-row-gap: 51px;
  }

  .flex-block-6.custom-hear-con {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .image-13 {
    width: 100px;
    height: 100px;
  }

  .heading-9 {
    color: #1b1a1a;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
  }

  .paragraph-4 {
    color: #1b1a1a;
    text-align: center;
    font-size: 18px;
  }

  .heading-10 {
    color: #544eff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
  }

  .heading-10.new-custom-h, .heading-10.custom-sarah {
    margin-top: 16px;
  }

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

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

  .section-7 {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .container-9 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 40px;
    display: flex;
  }

  .container-9.faq-custom-mob {
    text-align: left;
    max-width: 1440px;
  }

  .div-block-6 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 600px;
    height: 200px;
    margin-top: 40px;
    display: flex;
  }

  .div-block-6.faq-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: 1px solid #aae4f2;
    flex-flow: column;
    justify-content: center;
    width: 1140px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    background-color: #a82424;
    width: 100%;
    height: 20px;
  }

  .div-block-7.question-field {
    background-color: #a8242400;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    display: flex;
  }

  .div-block-7.question-field.answer-field {
    height: auto;
  }

  .heading-11 {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
  }

  .paragraph-6 {
    color: #475467;
  }

  .div-block-8 {
    border-bottom: 1px solid #aae4f2;
    flex-flow: column;
    width: 1140px;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .div-block-8.faq-main-1 {
    margin-top: 40px;
  }

  .div-block-9 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 70px;
    display: flex;
  }

  .div-block-9.answer-div {
    height: 80px;
    display: block;
  }

  .div-block-9.answer-div.faq-2-answer.faq-3-ans.faq-4-ans.faq-5ans.faq-custom-answer-block {
    display: none;
  }

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

  .div-block-10.custom-hear-block-laptop {
    border-radius: 16px;
    width: auto;
    height: auto;
    padding: 40px 60px;
  }

  .custom-hear-con {
    max-width: 1440px;
  }

  .custom-here-block-laptop {
    width: auto;
    height: auto;
    padding: 40px 60px;
  }

  .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
    font-size: 18px;
  }

  .bold-text-2 {
    font-size: 53px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
    font-size: 48px;
  }

  .columns-2 {
    text-decoration: underline;
  }

  .team-slider {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

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

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .heading.mobile-main-heading {
    font-size: 38px;
    line-height: 48px;
  }

  .image {
    margin-top: 50px;
  }

  .heading-3 {
    flex-flow: column;
    width: auto;
    font-size: 28px;
    line-height: 34px;
    display: flex;
  }

  .section-3 {
    text-align: left;
    padding-top: 40px;
  }

  .image-3 {
    padding-top: 20px;
  }

  .section-4 {
    padding-top: 40px;
  }

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

  .heading-4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
  }

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

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

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-5 {
    font-size: 26px;
    line-height: 34px;
  }

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

  .heading-6 {
    font-size: 28px;
    line-height: 36px;
  }

  .container-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .flex-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-3 {
    flex: 0 auto;
    align-self: center;
  }

  .flex-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    margin-top: 10px;
  }

  .section-6.seemless-laptop {
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 0;
  }

  .section-6.custom-laptop-sec {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    display: flex;
  }

  .heading-7.effortless-heading, .heading-7.semless-mobole {
    font-size: 28px;
    line-height: 36px;
  }

  .flex-block-4.lagre-screen-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

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

  .image-10 {
    width: 400px;
  }

  .flex-block-5.effortless-mob {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: auto;
  }

  .link-14 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .heading-8.custom-hear-heading.custom-here-laptop {
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .flex-block-6.custom-hear-con {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .heading-9 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 32px;
  }

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

  .heading-10.new-custom-h, .heading-10.custom-sarah {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .container-9.faq-custom-mob {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-12 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 18px;
  }

  .div-block-10.custom-hear-block-laptop {
    width: auto;
    height: auto;
    padding: 10px;
  }

  .custom-here-laptop {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .custom-here-block-laptop {
    width: auto;
    height: auto;
    padding: 10px;
  }

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

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

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

  .bold-text-2 {
    font-size: 38px;
  }

  .bold-text-7 {
    font-size: 25px;
  }

  .bold-text-8 {
    font-size: 28px;
  }

  .bold-text-9 {
    font-size: 38px;
  }

  .image-18 {
    width: 99.9965%;
  }

  .image-19 {
    width: auto;
  }

  .container-10 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
    margin-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header.cc-subpage {
    margin-bottom: 60px;
  }

  .intro-content {
    width: 80%;
  }

  .about-story-wrap {
    width: 100%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .heading.mobile-main-heading {
    line-height: 38px;
  }

  .paragraph {
    width: 100%;
  }

  .image-2 {
    width: 100%;
    height: auto;
  }

  .heading-3, .heading-3.gradient-text {
    width: auto;
  }

  .columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .column {
    padding-left: 0;
  }

  .image-8 {
    width: 100%;
    height: auto;
  }

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

  .flex-block-2 {
    display: block;
  }

  .div-block-3.full-width {
    width: 100%;
    margin-bottom: 15px;
  }

  .flex-block-3 {
    display: block;
  }

  .div-block-4 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .flex-block-6.custom-hear-con {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text-2, .bold-text-9 {
    font-size: 27px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .conetent-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-15 {
    font-size: 36px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .container {
    margin-bottom: 40px;
  }

  .primary-button.cc-contact-us {
    padding: 6px;
    display: block;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
    display: none;
  }

  .navigation-wrap {
    min-width: auto;
  }

  .navigation {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 100px;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

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

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

  .link {
    width: auto;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 20px;
    display: block;
  }

  .heading.mobile-main-heading {
    font-size: 25px;
    line-height: 27px;
  }

  .paragraph {
    width: 100%;
    font-size: 12px;
    line-height: 18px;
  }

  .container-2.container-banner-main {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 10px;
    line-height: 22px;
  }

  .image {
    margin-top: 20px;
  }

  .heading-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .image-2 {
    box-sizing: border-box;
    vertical-align: baseline;
    object-fit: scale-down;
    height: 20px;
    display: none;
  }

  .heading-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    font-size: 24px;
    line-height: 36px;
  }

  .text-span-2.gradient-text {
    line-height: 29px;
    display: block;
  }

  .section-3 {
    padding-top: 20px;
  }

  .image-3 {
    padding-top: 0;
  }

  .section-4 {
    padding-top: 20px;
  }

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

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

  .image-8 {
    box-shadow: none;
  }

  .heading-4 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

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

  .container-4 {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
    display: block;
  }

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

  .container-5.unified-con {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-2 {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-5 {
    font-size: 22px;
    line-height: 32px;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 18px;
  }

  .container-6 {
    padding: 20px;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 16px;
  }

  .image-9 {
    width: 180px;
  }

  .list {
    margin-top: 10px;
    padding-top: 0;
    padding-left: 0;
  }

  .list-2 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .link-2, .link-3, .link-4, .link-5, .link-6, .link-7, .link-8, .link-9, .link-10, .link-11, .link-12 {
    line-height: 22px;
  }

  .heading-6 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    font-size: 24px;
    line-height: 29px;
    display: flex;
  }

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

  .container-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .flex-block-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .div-block-3 {
    flex-flow: column;
    align-items: center;
    width: 100%;
    height: auto;
    display: block;
  }

  .flex-block-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 10px;
    margin-bottom: 30px;
    display: flex;
  }

  .section-6.seemless-laptop {
    margin-top: 0;
    padding: 20px;
  }

  .section-6.custom-laptop-sec {
    padding: 20px;
  }

  .container-8 {
    background-color: #544eff;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-7 {
    color: #fff;
    text-align: center;
    background-color: #fff0;
    font-weight: 700;
  }

  .heading-7.effortless-heading, .heading-7.semless-mobole {
    text-align: left;
    font-size: 24px;
    line-height: 29px;
  }

  .flex-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #544eff;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .flex-block-4.lagre-screen-container {
    width: 100%;
    padding-top: 0;
  }

  .paragraph-3 {
    color: #fff;
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }

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

  .div-block-4.seamless-custom {
    width: 100%;
  }

  .list-item-4.custom-li-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .list-3.custom-li-mob {
    padding-left: 0;
    list-style-type: none;
  }

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

  .image-11 {
    width: 20px;
    font-size: 16px;
  }

  .link-13 {
    color: #fff;
    text-align: center;
    border: 2px solid #6962fb;
    text-decoration: none;
  }

  .link-13.start-free-laptop {
    width: 100%;
    margin-bottom: 20px;
  }

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

  .flex-block-5.effortless-mob {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .image-12.start-trial-sec {
    width: 87%;
    margin-top: 20px;
  }

  .image-12.start-trial-sec.custom-laptop-img {
    width: 100%;
  }

  .link-14 {
    color: #fff;
    text-align: center;
    border: 1px solid #6962fb;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 10px;
    text-decoration: none;
  }

  .heading-8.custom-hear-heading {
    text-align: center;
    font-weight: 700;
    line-height: 38px;
  }

  .heading-8.custom-hear-heading.custom-here-laptop {
    margin-top: 0;
    padding: 0;
    font-size: 24px;
    line-height: 29px;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    padding: 0;
    display: flex;
  }

  .flex-block-6.custom-hear-con {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .image-13 {
    width: 80px;
    height: 80px;
  }

  .heading-9 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .paragraph-4 {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph-4.sarah-pera {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
  }

  .heading-10.new-custom-h, .heading-10.custom-sarah {
    color: #544eff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
  }

  .paragraph-5 {
    font-size: 12px;
    line-height: 18px;
  }

  .container-9.faq-custom-mob {
    padding: 20px;
  }

  .div-block-8.faq-2-con, .div-block-8.faq-main-1 {
    width: 100%;
  }

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

  .heading-12 {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }

  .image-15 {
    width: 100%;
  }

  .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10 {
    color: #fff;
    font-size: 12px;
    line-height: 18px;
  }

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

  .div-block-10.custom-hear-block-laptop {
    width: auto;
    height: auto;
    padding: 10px;
  }

  .custom-hear-con {
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .custom-here-laptop {
    padding: 20px;
  }

  .custom-here-block-laptop {
    width: 100%;
    height: auto;
  }

  .image-16 {
    line-height: 28px;
  }

  .paragraph-11, .paragraph-12, .paragraph-13 {
    font-size: 12px;
    line-height: 18px;
  }

  .paragraph-14, .paragraph-15 {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
  }

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

  .image-17 {
    width: 20px;
  }

  .image-17.faq-arrow {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
  }

  .bold-text-2 {
    line-height: 32px;
  }

  .bold-text-3 {
    line-height: 29px;
  }

  .bold-text-5 {
    font-size: 22px;
    line-height: 27px;
  }

  .bold-text-7, .bold-text-8 {
    font-size: 24px;
    line-height: 29px;
  }

  .columns-2 {
    flex-flow: wrap;
    display: flex;
  }

  .bold-text-9 {
    font-size: 27px;
    line-height: 32px;
  }

  .column-3 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .list-4 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }

  .list-item-5, .list-item-6, .list-item-7 {
    margin-bottom: 5px;
  }

  .column-4, .column-5, .column-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    background-color: #ddd0;
  }

  .team-slider {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f5f7fa00;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .container-10 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slider-wrapper {
    margin-top: 10px;
    display: block;
    position: relative;
  }

  .team-slide-wrapper {
    float: none;
    clear: none;
    vertical-align: middle;
    width: 100%;
    margin-right: 0%;
  }

  .team-block {
    vertical-align: middle;
    flex-flow: wrap;
    padding-bottom: 0;
    display: inline-block;
  }

  .team-member-image-two {
    margin-bottom: 10px;
    padding-right: 30px;
  }

  .team-slider-nav {
    margin-top: 0;
  }

  .heading-13, .heading-14 {
    line-height: 22px;
  }

  .conetent-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .faq-arrow {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
  }

  .heading-15 {
    font-size: 32px;
  }
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118e6-a74cb250 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118ec-a74cb250 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f2-a74cb250 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118f8-a74cb250 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b118fe-a74cb250 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ca1212d8-4247-8b87-bc90-543393b11905-a74cb250 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9803c-a74cb251 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-a74cb251 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-a74cb251 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98051-a74cb251 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-a74cb251 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-a74cb251 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-a74cb252 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-a74cb252 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb08-a74cb252 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-a74cb252 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-a74cb252 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-a74cb253 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-a74cb253 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-a74cb255 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-a74cb255 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-a74cb256 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38ce3-a74cb256 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cea-a74cb256 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-a74cb257 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-a74cb257 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-a74cb250 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-a74cb250 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-a74cb250 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-a74cb250 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-a74cb251 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-a74cb251 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-a74cb251 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-a74cb251 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-a74cb252, #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb15-a74cb252 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-cb4222c2-e34c-f4e1-7796-79bb93a2fb22-a74cb252 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-a74cb253, #w-node-_421df62a-c217-12af-eee8-27f88a387928-a74cb255, #w-node-_421df62a-c217-12af-eee8-27f88a387928-a74cb257 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ca1212d8-4247-8b87-bc90-543393b118ec-a74cb250 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f2-a74cb250 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118f8-a74cb250 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b118fe-a74cb250 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ca1212d8-4247-8b87-bc90-543393b11905-a74cb250 {
    grid-area: 5 / 1 / 6 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-a74cb251 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9804a-a74cb251 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98051-a74cb251 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-a74cb251 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce9805f-a74cb251 {
    grid-area: 6 / 1 / 7 / 2;
  }
}


