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

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

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

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

.header-gradient-overlay {
  display: none;
  position: absolute;
  inset: 0%;
}

.title-center-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-image-wrapper-large {
  border-radius: 12px;
  display: none;
  position: relative;
  overflow: hidden;
}

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

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

.container-regular {
  z-index: 5;
  width: 100%;
  max-width: 1135px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-medium {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.paragraph-regular {
  color: #595959;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Public Sans, sans-serif;
  font-size: 22px;
  line-height: 40px;
}

.section-hero {
  background-color: #fff;
  padding: 60px 5%;
}

.h1-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

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

.text-color-primary {
  color: #e35b46;
  font-family: Alice, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 76px;
}

.header-image-card {
  border-radius: 24px;
  margin-top: 70px;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.navigation {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  padding: 0 3%;
  display: flex;
}

.navigation-menu-button {
  color: #080808;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  padding: 8px;
  transition: color .3s;
}

.navigation-menu-button:hover {
  color: #ea7462;
}

.navigation-menu-button.w--open {
  color: #fff;
  background-color: #ea7462;
  border-color: #ea7462;
}

.navigation-buttons {
  grid-column-gap: 16px;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #5c5c5c;
  letter-spacing: 0;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 6px;
  padding: 4px 16px;
  font-family: Public Sans, sans-serif;
  font-size: 16px;
  line-height: 100%;
  text-decoration: none;
  transition: all .3s;
}

.navigation-link:hover {
  color: #e35b46;
}

.navigation-link.w--current {
  color: #642eff;
}

.navigation-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.navigation-button-primary {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #ea7462;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.navigation-button-primary:hover {
  background-color: #c74e38;
}

.navigation-logo {
  width: 100%;
  max-width: 200px;
}

.navigation-contianer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-button-outline {
  color: #080808;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.navigation-button-outline:hover {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-block {
  letter-spacing: 0;
  font-family: Public Sans, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.text-block.cc-nav {
  font-size: 17px;
}

.h1-heading-copy {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.text-color-primary-copy {
  color: #333232;
  font-family: Alice, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 76px;
}

.button {
  grid-column-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #e35b46;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 14px 16px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

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

.subheading-small {
  color: #07090d;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.icon-wrapper {
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.section-about {
  background-color: #fff;
  padding: 80px 5%;
}

.overline {
  color: #e35b46;
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}

.column-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.section-para {
  color: #393939;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.section-para.cc-service {
  color: #393939;
  line-height: 30px;
}

.section-para.cc-cmt {
  color: #393939;
  font-size: 22px;
}

.section-para.cc-center {
  text-align: center;
}

.text-color-blue {
  color: #1457ff;
}

.row-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.content-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 675px;
  display: flex;
}

.container-regular-2 {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #1457ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #1a44a0;
}

.button-primary.icon-right {
  padding-right: 16px;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-image-card {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 6px solid #edeff2;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 304px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 32px 32px auto;
  overflow: hidden;
}

.content-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
}

.section-title {
  color: #333232;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 64px;
}

.section-title.cc-service {
  color: #080808;
  letter-spacing: 0;
  font-family: Public Sans, sans-serif;
  font-weight: 500;
  line-height: 100%;
}

.section-title.cc-comtmt {
  color: #333232;
  line-height: 70px;
}

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

.row-regular.row-space-between {
  justify-content: space-between;
}

.h4-heading {
  color: #07090d;
  letter-spacing: -.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.about-img-wrapper {
  border: 3px solid #ffd2cb;
  border-radius: 16px;
  width: 100%;
  max-width: 500px;
  height: 412px;
  position: relative;
}

.about-img-wrapper.cc-mission {
  max-width: 531px;
}

.h6-heading {
  color: #07090d;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.content-features {
  grid-column-gap: 32px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-img {
  z-index: 5;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 400px;
  position: absolute;
  inset: 2% 0% 0% 2%;
}

.about-img.cc-mission {
  height: 412px;
  top: -4%;
  left: -2%;
}

.div-block {
  z-index: 0;
  height: 412px;
  position: relative;
}

.image {
  object-fit: cover;
  height: 100%;
  position: absolute;
  top: 15px;
  right: -20px;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.h1-heading-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
}

.content-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #e35b461a;
  border-radius: 8px;
  flex-flow: column;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.section-mission {
  background-color: #fbfbf9;
  padding: 100px 5%;
}

.paragraph-x-large {
  color: #40444c;
  letter-spacing: -.03em;
  font-size: 20px;
  line-height: 1.5;
}

.brand-span {
  background-color: #c1ff71;
  padding-left: 4px;
  padding-right: 4px;
}

.paragraph-small {
  color: #40444c;
  letter-spacing: -.08px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.container-small {
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.content-card-grid {
  grid-template-rows: auto;
}

.subheading-large {
  color: #000;
  letter-spacing: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-large.text-brand-purple {
  color: #6153bd;
}

.content-grid-small {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  place-items: stretch stretch;
}

.mission-right {
  width: 100%;
  max-width: 645px;
}

.content-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.button-primary-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary-small:hover {
  background-color: #734573;
}

.content-grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-2 {
  color: #494949;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.column-gigantic {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.row-regular-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.content-image-large {
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.content-image-large.background-brown-100 {
  border: 2px dashed #ffd2cb;
  border-radius: 12px;
  width: 100%;
  max-width: 530px;
  height: 350px;
  padding: 0;
  position: relative;
}

.content-features-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.section--vision {
  padding: 100px 5%;
}

.vision-img {
  border-radius: 12px;
  width: 100%;
  height: 350px;
  position: absolute;
  inset: 2% 0% 0% -2%;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.column-small.column-center {
  justify-content: flex-start;
  align-items: center;
}

.icon-regular-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.content-image-wrapper-2 {
  background-color: #fff;
  width: 100%;
  max-width: 488px;
  height: auto;
}

.h4-heading-2 {
  color: #0a0a0a;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
}

.text-link {
  color: #404040;
  text-decoration: underline;
  transition: color .3s;
}

.text-link:hover {
  color: #734573;
}

.paragraph-x-large-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.overline-2 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.content-feature-line {
  background-color: #d4d4d4;
  flex: 1;
  width: 1px;
}

.column-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.text-color-purple-600 {
  color: #5c2d5c;
}

.subheading-regular {
  color: #333232;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}

.max-width-large {
  width: 100%;
  max-width: 650px;
}

.subheading-x-large {
  color: #252527;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.subheading-x-large.text-color-black {
  color: #333233;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 28px;
}

.h2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

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

.paragraph-x-large-3 {
  font-size: 20px;
  line-height: 32px;
}

.container-regular-3 {
  z-index: 5;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content-card-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #efeff0;
  border-radius: 8px;
  flex-flow: column;
  padding: 24px;
  transition: filter .3s, border-color .3s, background-color .3s;
  display: flex;
}

.content-card-2:hover {
  filter: saturate();
  background-color: #fff;
  border-color: #fff;
}

.grid-three-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.text-color-orange-500 {
  color: #ff5805;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.content-image {
  aspect-ratio: 3.36 / 2.4;
  position: relative;
  overflow: hidden;
}

.overline-regular {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

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

.paragraph-regular-3.text-color-gray-600 {
  color: #494949;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  line-height: 24px;
}

.title-center {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section--service {
  background-color: #fbfbf9;
  padding: 100px 5%;
}

.column {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.feature-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px dashed #e35b46;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.h2-heading-2 {
  color: #24262d;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2;
}

.overline-regular-2 {
  color: #6869ac;
  letter-spacing: -.18px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.column-regular-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.text-color-brand {
  color: #6869ac;
}

.heading--wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  margin-bottom: 60px;
  display: flex;
}

.feature-icon {
  color: #fff;
  text-transform: none;
  background-color: #e35b46;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 47px;
  height: 47px;
  padding: 12px;
  display: flex;
}

.paragraph-small-3 {
  color: #494949;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-large {
  color: #3d424c;
  font-size: 18px;
  line-height: 32px;
}

.subheading-x-large-2 {
  color: #24262d;
  letter-spacing: -.04em;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.container-large-2 {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-commitment {
  background-color: #fff;
  padding: 100px 5%;
}

.grid-three-column-2 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  display: grid;
}

.facebook {
  background-color: #ddefff;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 20px;
}

.form-heading {
  z-index: 5;
  color: #18191f;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.integration-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  border-bottom: 4px solid #00aff000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 42px 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.integration-card:hover {
  border-bottom-width: 3px;
  border-bottom-color: #e35b46;
  box-shadow: 10px 10px 60px #0000001a;
}

.github {
  background-color: #f5f5f5;
  border-radius: 100px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 20px;
}

.slack {
  background-color: #eafbff;
  border-radius: 100px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 20px;
}

.integration-title {
  color: #333232;
  letter-spacing: -.03em;
  margin-bottom: 14px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%;
}

.skype {
  background-color: #ddf9ff;
  border-radius: 100px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 20px;
}

.integration-details {
  color: #949bab;
  font-size: 14px;
  line-height: 24px;
}

.airbnb {
  background-color: #fff1ea;
  border-radius: 100px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 20px;
}

.google-play {
  background-color: #fef6e1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 20px;
  display: flex;
}

.header-paragraph {
  color: #4f4f4f;
  max-width: 420px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.title-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accent-wrapper {
  position: relative;
}

.blue-arrow {
  margin-left: 10px;
}

.brush-accent {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.section-clients {
  background-color: #fbfbf9;
  padding: 50px 3% 80px;
}

.dribbble {
  background-color: #fff1f1;
  border-radius: 100px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 20px;
}

.title-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-link-2 {
  color: #00aff0;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.spotify {
  background-color: #eafff1;
  border-radius: 100px;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 30px;
  padding: 20px;
}

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

.link-arrow {
  align-items: center;
  margin-top: 24px;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.link-arrow:hover {
  opacity: .5;
}

.integration-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.client-title-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.client-card-img {
  width: 100%;
  max-width: 145px;
}

.client-card-img.cc-fci {
  max-width: 90px;
}

.client-card-img.c-sou {
  max-width: 100px;
}

.company-logo {
  width: 100%;
  max-width: 200px;
}

.footer-link-block {
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.logo-wrap {
  flex-flow: column;
  justify-content: space-between;
  max-width: 410px;
  display: flex;
}

.footer-section {
  padding: 50px 5% 40px;
}

.grey-dot {
  background-color: #ffffff1a;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  margin-left: 16px;
  margin-right: 16px;
}

.footer-grid {
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer-link-title {
  color: #333232;
  white-space: nowrap;
  margin-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.footer-paragraph {
  color: #494949;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.footer-links-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.legal-text {
  color: #393939;
  text-align: center;
  justify-content: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 21px;
}

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

.legal-wrapper.cc-hide-desktop {
  display: none;
}

.company-logo-link {
  width: 100%;
  max-width: 509px;
  margin-bottom: 12px;
}

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

.footer-link {
  color: #494949;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

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

.footer-link.no-padding {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-link-column {
  color: #fff;
}

.social-icon {
  margin-right: 14px;
}

.grey-divider {
  background-color: #ffffff1a;
  height: 1px;
  margin-top: 0;
  margin-bottom: 24px;
}

.hero-img {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 480px;
  box-shadow: 0 153px 43px #e35b4600, 0 98px 39px #e35b4603, 0 55px 33px #e35b460d, 0 24px 24px #e35b4617, 0 6px 13px #0003;
}

.code-embed, .code-embed-2 {
  display: none;
}

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

.code-embed-3, .code-embed-4 {
  display: none;
}

.caed-icon {
  width: 100%;
}

.overlay {
  background-color: #e35b3c0d;
  background-image: linear-gradient(#e9746200 100% 0%);
  border: 2px solid #f5f5f5;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 153px 43px #e35b4600, 0 98px 39px #e35b4603, 0 55px 33px #e35b460d, 0 24px 24px #e35b4617, 0 6px 13px #e35b461a;
}

@media screen and (max-width: 991px) {
  .title-center-large {
    margin-left: auto;
    margin-right: auto;
  }

  .text-color-primary {
    font-size: 50px;
    line-height: 40px;
  }

  .navigation-logo-link {
    margin-right: 0;
  }

  .navigation {
    position: relative;
  }

  .navigation-menu-button {
    border-style: none;
  }

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

  .navigation-buttons {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-link {
    width: 100%;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-button-primary {
    display: none;
  }

  .text-color-primary-copy {
    font-size: 50px;
    line-height: 40px;
  }

  .section-para {
    font-size: 18px;
  }

  .content-block {
    max-width: none;
  }

  .content-image-card {
    left: 32px;
  }

  .content-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .section-title {
    font-size: 40px;
    line-height: 45px;
  }

  .about-img-wrapper {
    justify-content: center;
    align-items: center;
    max-width: none;
    height: 320px;
    display: flex;
  }

  .about-img-wrapper.cc-mission {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    height: 350px;
  }

  .about-img {
    height: 300px;
  }

  .about-img.cc-mission {
    height: 340px;
    top: -2%;
  }

  .section-mission {
    padding: 70px 4%;
  }

  .content-card-grid {
    grid-auto-flow: column;
    display: flex;
  }

  .content-grid-small {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap-reverse;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

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

  .content-image-large.background-brown-100 {
    max-width: none;
  }

  .content-features-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .section--vision {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .vision-img {
    object-fit: cover;
  }

  .content-image-wrapper-2 {
    max-width: none;
  }

  .content-card-2 {
    justify-content: center;
    align-items: center;
  }

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

  .section--service {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .feature-card {
    padding: 20px;
  }

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

  .grid-three-column-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    place-items: stretch center;
  }

  .title-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .title-block {
    margin-bottom: 40px;
  }

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

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

  .footer-links-grid {
    place-items: stretch stretch;
    width: 100%;
  }

  .legal-wrapper {
    justify-content: center;
    align-items: center;
  }

  .legal-wrapper.cc-hide-tab {
    display: none;
  }

  .legal-wrapper.cc-hide-desktop {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-2 {
    width: 100%;
    max-width: 500px;
  }

  .image-3 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-regular {
    font-size: 18px;
    line-height: 24px;
  }

  .section-hero {
    padding: 50px 4%;
  }

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

  .text-color-primary {
    font-size: 36px;
    line-height: 44px;
  }

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

  .navigation-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .navigation-logo {
    max-width: 200px;
  }

  .navigation-button-outline {
    display: none;
  }

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

  .h1-heading-copy {
    font-size: 36px;
  }

  .text-color-primary-copy {
    font-size: 36px;
    line-height: 44px;
  }

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

  .section-about {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .overline {
    font-size: 20px;
  }

  .column-regular-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
  }

  .section-para {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }

  .section-para.cc-service {
    font-size: 18px;
  }

  .section-para.cc-cmt {
    font-size: 18px;
    line-height: 26px;
  }

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

  .content-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .section-title {
    text-align: center;
    letter-spacing: 0;
    font-size: 35px;
    line-height: 52px;
  }

  .section-title.cc-service, .section-title.cc-comtmt {
    font-size: 34px;
  }

  .about-img.cc-mission {
    height: 340px;
    top: -3%;
  }

  .h1-heading-2 {
    font-size: 48px;
  }

  .section-mission {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content-card-grid {
    flex-flow: column;
  }

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

  .content-image-large.background-brown-100 {
    height: 250px;
  }

  .content-features-2 {
    grid-template-columns: 1fr;
    margin-top: 100px;
  }

  .section--vision {
    padding: 40px 4%;
  }

  .vision-img {
    height: 280px;
    top: -4%;
  }

  .h4-heading-2 {
    font-size: 32px;
  }

  .column-x-small-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .h2-heading {
    font-size: 40px;
  }

  .content-card-2 {
    padding: 18px;
  }

  .grid-three-column {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .content-image {
    width: 100%;
  }

  .section--service {
    padding: 50px 4%;
  }

  .subheading-x-large-2 {
    font-size: 22px;
  }

  .section-commitment {
    padding: 40px 4%;
  }

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

  .integration-card {
    width: 50%;
    padding-top: 33px;
    padding-bottom: 33px;
  }

  .integration-title {
    margin-bottom: 0;
    font-size: 17px;
  }

  .section-clients {
    padding: 40px 4%;
  }

  .integration-grid {
    grid-template-columns: 1fr 1fr;
    place-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

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

  .footer-link-title {
    font-weight: 600;
  }

  .footer-links-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .legal-wrapper, .legal-wrapper.cc-hide-desktop {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-link {
    font-size: 20px;
    font-weight: 400;
  }
}

@media screen and (max-width: 479px) {
  .title-center-large {
    text-align: center;
    margin-bottom: 70px;
  }

  .h1-heading {
    font-size: 36px;
    line-height: 44px;
  }

  .header-image-card {
    margin-top: 0;
  }

  .navigation-link {
    text-align: center;
    font-size: 20px;
  }

  .navigation-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navigation-button-primary {
    display: none;
  }

  .navigation-logo {
    max-width: 200px;
  }

  .navigation-button-outline {
    display: none;
  }

  .h1-heading-copy {
    font-size: 36px;
    line-height: 44px;
  }

  .button {
    display: none;
  }

  .button-primary {
    width: 100%;
  }

  .content-image-card {
    max-width: 80%;
    padding: 16px;
    bottom: 16px;
    left: 16px;
  }

  .section-title {
    font-size: 34px;
    line-height: 46px;
  }

  .section-title.cc-comtmt {
    line-height: 100%;
  }

  .about-img-wrapper, .about-img-wrapper.cc-mission {
    height: 200px;
  }

  .about-img, .about-img.cc-mission {
    height: auto;
  }

  .content-card {
    padding: 16px 24px;
  }

  .content-card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .content-image-large {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-image-large.background-brown-100 {
    height: 200px;
  }

  .content-features-2 {
    margin-top: 60px;
  }

  .vision-img {
    height: auto;
  }

  .column-x-small-2 {
    justify-content: center;
    align-items: flex-start;
  }

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

  .title-center {
    margin-bottom: 56px;
  }

  .integration-card {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .footer-link-block {
    margin-bottom: 12px;
  }

  .footer-section {
    padding: 40px 4%;
  }

  .footer-grid {
    grid-row-gap: 20px;
  }

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

  .footer-paragraph {
    font-size: 20px;
  }

  .footer-links-grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

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

  .footer-link-column {
    flex-flow: column;
    display: flex;
  }

  .hero-img {
    height: auto;
  }
}

#w-node-d850e027-46a2-c346-11c9-1ea62befb3cf-08e8defc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d850e027-46a2-c346-11c9-1ea62befb3c3-08e8defc {
  justify-self: end;
}

#w-node-d46c7fa9-bc6f-85e5-4602-5dee06b73fd0-08e8defc {
  justify-self: start;
}

#w-node-_7ded834c-51a9-344e-c67c-eae7bde0555a-08e8defc {
  place-self: start end;
}

#w-node-_19c580ca-1031-85ef-d9f6-a6d264673aaf-08e8defc {
  grid-column-start: span 1.5;
  grid-column-end: span 1.5;
  grid-row: span 1 / span 1;
}

#w-node-_19c580ca-1031-85ef-d9f6-a6d264673ad7-08e8defc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_24292be2-fe7a-30f1-e7b1-124c916fb0fc-916fb0ed {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-d850e027-46a2-c346-11c9-1ea62befb3c3-08e8defc, #w-node-d46c7fa9-bc6f-85e5-4602-5dee06b73fd0-08e8defc {
    place-self: center;
  }

  #w-node-_7ded834c-51a9-344e-c67c-eae7bde0555a-08e8defc {
    justify-self: center;
  }

  #w-node-_23c53c13-fd61-fe4d-eae1-c0782a842c72-08e8defc {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_24292be2-fe7a-30f1-e7b1-124c916fb0fc-916fb0ed {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d850e027-46a2-c346-11c9-1ea62befb3cf-08e8defc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_24292be2-fe7a-30f1-e7b1-124c916fb0fc-916fb0ed {
    justify-self: center;
  }
}


