@font-face {
  font-family: Aeonikpro;
  src: url('../fonts/AeonikPro-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aeonikpro;
  src: url('../fonts/AeonikPro-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: #1b1b1b;
  --almost-black-blue: #081922;
  --dodger-blue\<deleted\|variable-2b7623b2\>: #4353ff;
  --energy-yellow: #ffab1d;
  --energy-green: #0e7957;
  --dark-green: #073e45;
  --bright-green: #28bc75;
}

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

body {
  color: #333;
  font-family: Aeonikpro, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--white);
  letter-spacing: -.02em;
  width: 52vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aeonikpro, Arial, sans-serif;
  font-size: 7vw;
  font-weight: 500;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-weight: 400;
}

a {
  color: var(--black);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  list-style-type: none;
}

.section {
  padding-top: 8%;
  padding-bottom: 8%;
}

.section.section--hero {
  background-color: var(--black);
  color: var(--white);
  background-image: radial-gradient(circle at 10% 0, #222222fa, #0e0e0e33 14%, #0e0e0e00 48%), linear-gradient(170deg, #0e0e0e00 85%, #0e0e0efa);
  flex-direction: column;
  min-height: 250vh;
  padding-top: 48px;
  padding-bottom: 0;
  display: flex;
}

.section.section--cc-logos {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 20px;
}

.section.section--intro {
  background-color: var(--white);
  padding-bottom: 0;
}

.section.section--purple {
  background-color: var(--white);
  position: relative;
}

.section.section--purple.hide {
  display: none;
}

.section.section--marketing {
  padding-bottom: 0;
}

.section.cc-enterprise {
  background-color: var(--almost-black-blue);
  color: var(--white);
  background-image: radial-gradient(circle at 100% -30%, #0e0e0e, #0e0e0e00 56%);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.section.cc-inspo {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.section.cc-outro {
  background-color: var(--almost-black-blue);
  background-image: radial-gradient(circle farthest-corner at 100% 100%, var(--almost-black-blue), transparent 65%);
  color: var(--white);
  border-bottom: 1px #2e2e2e;
  position: relative;
  overflow: hidden;
}

.section.section--hero {
  background-color: var(--almost-black-blue);
  color: #fff;
  background-image: radial-gradient(circle at 10% 0, #222222fa, #0e0e0e33 14%, #0e0e0e00 48%), linear-gradient(170deg, #0e0e0e00 85%, #0e0e0efa);
  flex-direction: column;
  min-height: 250vh;
  padding-top: 48px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.section--hero.secondary {
  min-height: calc(100vh - 50px);
  padding-bottom: 48px;
}

.section.section--hero.tertiary {
  min-height: 90vh;
  padding-bottom: 48px;
}

.section.section--green {
  background-image: url('../images/Unknown-2.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 50%;
}

.section.is--dark {
  background-color: var(--almost-black-blue);
}

.section.no-padding-top {
  padding-top: 0%;
}

.main-container {
  z-index: 2;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.main-container.main-container__relative-position {
  z-index: 1;
  position: relative;
}

.main-container.max-width-60em {
  max-width: 60em;
}

.main-container.max-width-60em.margin-tb {
  margin-top: 10vh;
  margin-bottom: 20vh;
}

.main-container.max-width-40em {
  max-width: 40em;
}

.main-container.max-width-40em.margin-tb {
  margin-top: 10vh;
  margin-bottom: 20vh;
}

.main-container.z-index-3 {
  z-index: 3;
  position: relative;
}

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

.logo-link-block {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 12px;
}

.nav-button {
  color: var(--white);
  background-color: #ffffff14;
  height: 50px;
  margin-right: 16px;
  padding: 1px 24px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 49px;
  text-decoration: none;
}

.nav-button.cc-secondary {
  color: var(--dodger-blue\<deleted\|variable-2b7623b2\>);
  background-color: #0000;
  position: relative;
}

.nav-button.cc-secondary.cc-white {
  color: var(--white);
  background-color: #ffffff14;
}

.nav-button.cc-secondary.cc-white:hover {
  background-color: #ffffff1f;
}

.nav-button.cc-main {
  z-index: 1;
  color: var(--dodger-blue\<deleted\|variable-2b7623b2\>);
  background-color: #4353ff1a;
  margin-right: 0;
  position: relative;
}

.nav-button.cc-main.cc-white {
  background-color: var(--white);
  color: #000;
}

.nav-button.cc-main.cc-white:hover {
  background-color: #f1f1f1;
}

.header-flex {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 8%;
  display: flex;
}

.subheading-wrapper {
  z-index: 1;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  width: 90%;
  max-width: 310px;
  margin-bottom: 2vw;
  margin-left: 5vw;
  display: flex;
  position: relative;
}

.button {
  background-color: var(--energy-yellow);
  color: var(--black);
  border-radius: 100em;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding: 0 24px;
  font-family: Aeonikpro, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

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

.button.button-view-dashboard {
  color: #000;
  background-color: #0000;
  height: auto;
  padding: 0;
  font-size: 1.1rem;
  text-decoration: underline;
  display: inline-block;
}

.button.cc-text-only {
  color: #000;
  background-color: #0000;
  flex: none;
  height: auto;
  padding: 0;
  text-decoration: none;
}

.button.cc-text-only.cc-testimonial {
  padding-top: 2px;
  padding-bottom: 2px;
}

.button.cc-text-only.cc-testimonial.cc-white {
  color: var(--white);
}

.button.cc-inline {
  margin-top: 1em;
  padding-top: 18px;
  padding-bottom: 18px;
  display: inline-block;
}

.button.cc-inline.cc-secondary {
  background-color: #ffffff12;
}

.button.cc-inline.cc-regular {
  font-weight: 400;
}

.button.cc-large {
  height: 60px;
}

.button.cc-large.cc-block {
  background-color: var(--energy-yellow);
  color: var(--almost-black-blue);
  border-radius: 100em;
  margin-top: 16px;
}

.button.cc-large.cc-inline {
  background-color: var(--energy-yellow);
  color: var(--almost-black-blue);
  border-radius: 100em;
}

.button.cc-large.cc-inline.cc-secondary {
  background-color: #ffffff12;
}

.button.cc-large.cc-inline.cc-secondary:hover {
  background-color: #ffffff1f;
}

.button.cc-large.cc-inline.cc-regular {
  font-weight: 400;
}

.button.cc-large.cc-inline.cc-regular:hover {
  background-color: #e5960f;
}

.button.cc-navbar {
  padding-top: 12px;
  padding-bottom: 12px;
  transition: box-shadow .2s, color .2s, background-color .2s;
}

.button.cc-navbar.cc-secondary {
  color: var(--dodger-blue\<deleted\|variable-2b7623b2\>);
  background-color: #4353ff17;
  margin-right: 10px;
}

.button.cc-navbar.cc-secondary:hover {
  background-color: #4353ff29;
}

.header-scroll {
  flex: 1;
  margin-top: 0;
}

.header-scroll__designer-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-top: 5vh;
  padding-top: 8vh;
  padding-bottom: 8vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header-scroll__designer-container {
  aspect-ratio: 16 / 9;
  width: 97%;
  max-width: 1600px;
  height: auto;
  max-height: 900px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: clip;
}

.header-scroll__designer-ui {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.header-scroll__ui {
  opacity: 0;
  border-radius: 2px;
  position: absolute;
  overflow: hidden;
  box-shadow: 20px 0 50px #0003, 4px 0 8px #0000001f;
}

.header-scroll__ui.ui--cc-color {
  z-index: 3;
  width: 20%;
  bottom: 17%;
  right: -4%;
}

.header-scroll__ui.ui--cc-publish {
  z-index: 3;
  width: 18%;
  top: 12%;
  left: -4%;
}

.header-scroll__ui.ui--cc-logic {
  z-index: 1;
  width: 25%;
  bottom: -2%;
  right: 20%;
}

.header-scroll__ui.ui--cc-cms {
  z-index: 4;
  box-shadow: none;
  opacity: 100;
  width: 21%;
  bottom: 3%;
  left: -5%;
}

.header-scroll__ui.ui--cc-type {
  z-index: 1;
  box-shadow: none;
  width: 13%;
  top: 0%;
  right: -6%;
}

.header-scroll__ui.ui--cc-ix-2 {
  z-index: 1;
  width: 14%;
  top: -2%;
  left: 24%;
}

.header-scroll__ui.ui--cc-cms {
  z-index: 1;
  box-shadow: none;
  width: 22%;
  bottom: 3%;
  left: -4%;
}

.header-scroll__ui-aspect-color {
  width: 100%;
  padding-top: 69%;
  position: relative;
}

.header-scroll__ui-image {
  width: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.header-scroll__ui-aspect-publish {
  width: 100%;
  padding-top: 85%;
  position: relative;
}

.header-scroll__ui-aspect-logic {
  width: 100%;
  padding-top: 24%;
  position: relative;
}

.header-scroll__ui-aspect-cms {
  width: 100%;
  padding-top: 47.66%;
  position: relative;
}

.header-scroll__ui-aspect-type {
  width: 100%;
  padding-top: 137.614%;
  position: relative;
}

.header-scroll__ui-aspect-ix-2 {
  width: 100%;
  padding-top: 102.04%;
  position: relative;
}

.header-scroll__designer {
  z-index: 2;
  border-radius: 4px;
  flex-direction: column;
  width: 94%;
  max-width: 1400px;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-scroll__designer-preview-bar {
  flex: none;
  width: 100%;
  padding-top: 2.55%;
  display: flex;
  overflow: hidden;
}

.header-scroll__designer-top {
  width: 100%;
  max-width: none;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.header-scroll__designer-site-wrapper {
  z-index: 1;
  background-color: var(--white);
  flex: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.header-scroll__designer-site {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.header-scroll__designer-site.cc-third {
  top: 0;
  bottom: 0;
}

.header-scroll__designer-site.cc-second, .header-scroll__designer-site.cc-first {
  opacity: 0;
}

.header-scroll__designer-overlay {
  z-index: 1;
  background-image: linear-gradient(#0000 20%, #1b1b1b99);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navbar {
  z-index: 9999;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fffc;
  font-size: 1rem;
  line-height: 1.7;
  position: fixed;
  inset: 0% 0% auto;
  transform: none;
}

.navbar__wrapper {
  z-index: 100;
  border-bottom: 1px #e4e4e4;
  position: relative;
}

.navbar__logo-embed {
  display: flex;
}

.brand {
  color: #1b1b1b;
  align-self: center;
  margin-right: 3%;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: color .2s;
}

.brand:hover {
  color: var(--dodger-blue\<deleted\|variable-2b7623b2\>);
}

.navbar__navmenu {
  flex: 1;
  justify-content: space-between;
  margin-left: 32px;
  transition: all .2s;
  display: flex;
  position: static;
}

.navmenu__flex-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.navmenu__link-list {
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.link-list__list-item {
  margin-right: 60px;
  display: flex;
}

.link-list__dropdown-wrapper {
  align-items: center;
  font-weight: 500;
  display: flex;
  position: static;
}

.link-list__dropdown-toggle {
  color: #1b1b1b;
  align-items: center;
  height: 100%;
  padding: 16px 0;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.link-list__dropdown-toggle:hover {
  box-shadow: inset 0 -3px 0 0 var(--dodger-blue\<deleted\|variable-2b7623b2\>);
  color: var(--dodger-blue\<deleted\|variable-2b7623b2\>);
}

.link-list__dropdown-toggle.w--open {
  box-shadow: inset 0 -3px 0 0 var(--dodger-blue\<deleted\|variable-2b7623b2\>);
}

.link-list__dropdown-icon {
  align-self: center;
  align-items: center;
  margin-left: 8px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.link-list__link {
  color: #1b1b1b;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s, color .2s;
  display: flex;
}

.link-list__link:hover {
  box-shadow: inset 0 -3px 0 0 var(--energy-green);
  color: var(--energy-green);
}

.navmenu__cta-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav-menu__cta-button {
  background-color: var(--energy-yellow);
  color: var(--almost-black-blue);
  cursor: pointer;
  border-radius: 100em;
  align-items: center;
  padding: 12px 24px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s, color .2s, background-color .2s;
  display: flex;
}

.nav-menu__cta-button:hover {
  background-color: #e5960f;
}

.logos-overflow {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.logos-overflow.cc-enterprise {
  opacity: .5;
}

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

.logos-wrapper__logo-image {
  margin-left: 32px;
  margin-right: 32px;
  display: block;
}

.subheading {
  color: var(--white);
}

.intro-type {
  letter-spacing: -.02em;
  width: 90%;
  max-width: 62rem;
  font-size: 3.75rem;
  font-weight: 500;
  line-height: 1.25;
  overflow: hidden;
}

.intro-type__paragraph-1 {
  margin-bottom: 1em;
  font-weight: 500;
}

.text-span {
  color: var(--dodger-blue\<deleted\|variable-2b7623b2\>);
}

.intro-type__paragraph-2 {
  margin-bottom: 0;
  font-weight: 500;
}

.green-div {
  background-image: url('../images/Unknown-3.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 75%;
  position: absolute;
  inset: auto 0% 0%;
}

.persona-tabs__menu {
  z-index: 1;
  background-color: var(--white);
  flex-direction: column;
  width: 360px;
  padding: 12px;
  display: flex;
  position: absolute;
  bottom: 10%;
  left: -46px;
}

.persona-tabs__menu.u-epic-shadow {
  width: 450px;
  bottom: 15%;
  left: auto;
  right: -50px;
  box-shadow: 0 2px 4px #00000005, 0 10px 8px #00000008, 0 10px 16px #00000014, 0 40px 32px #0000000d, 0 80px 60px #0000000f, 0 120px 100px #00000012;
}

.u-epic-shadow {
  box-shadow: 0 2px 4px #00000005, 0 10px 8px #00000008, 0 10px 16px #00000014, 0 40px 32px #0000000d, 0 80px 60px #0000000f, 0 120px 100px #00000012;
}

.persona-tabs__link {
  background-color: #0000;
  padding: 14px 26px 12px;
  font-size: 1.1rem;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1), color .3s cubic-bezier(.165, .84, .44, 1);
  overflow: hidden;
}

.persona-tabs__link:hover {
  color: var(--energy-green);
  background-color: #0e79571a;
}

.persona-tabs__link.w--current {
  color: var(--energy-green);
  background-color: #0e795733;
}

.bold-span {
  color: var(--dark-green);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.persona-tabs__link-dot {
  background-color: var(--energy-green);
  border-radius: 4px;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 1.3em;
  left: 10px;
}

.persona-tabs__copy {
  color: #000;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
}

.persona-tabs__content {
  background-color: var(--white);
  overflow: visible;
  box-shadow: 0 2px 3px #00000005, 8px 0 7px #00000008, 0 20px 15px #0000000a, 0 20px 25px #0000000d, 0 20px 40px #00000012;
}

.lottie-bg-loader {
  opacity: .2;
  width: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.persona-embed {
  padding-top: 59%;
  position: relative;
}

.u-position-relative {
  position: relative;
}

.persona-tabs__dev-wrapper {
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.persona-tabs_dev-img {
  object-fit: fill;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.persona-tabs_dev-api {
  border-radius: 4px;
  width: 40%;
  position: absolute;
  bottom: 35%;
  right: -3%;
  overflow: hidden;
}

.persona-tabs_dev-api-aspect {
  padding-top: 80%;
}

.persona-tabs_dev-api-img {
  width: 140%;
  max-width: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.section__title-wrapper {
  max-width: 65rem;
  padding-top: 20px;
  padding-bottom: 8%;
}

.section-title {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.1;
}

.features-col {
  width: 44%;
  margin-left: auto;
}

.features-col.cc-left {
  margin-left: 0;
}

.paragraph-l {
  margin-bottom: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
}

.paragraph-l.width-80 {
  width: 80%;
}

.feature-list {
  flex-direction: column;
  justify-content: flex-end;
  min-height: 680px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.feature-item__wrapper {
  cursor: pointer;
  border-bottom: 1px solid #e4e4e4;
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.feature-item__wrapper:hover, .feature-item__wrapper:focus {
  color: var(--dodger-blue\<deleted\|variable-2b7623b2\>);
}

.feature-item__wrapper.current {
  z-index: 1;
  background-color: var(--white);
  color: var(--energy-green);
  border-bottom-color: #0000;
  margin-top: -1px;
}

.feature-item {
  z-index: 1;
  color: var(--energy-green);
  align-items: flex-start;
  padding: 36px;
  display: flex;
  position: relative;
}

.feature-item__icon {
  flex: none;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.feature-item__shadow {
  opacity: 0;
  transition: opacity .1s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
}

.feature-item__content {
  color: var(--black);
  padding-top: .2em;
}

.feature-item__title {
  font-size: 1.25rem;
}

.feature-item__link-overlay {
  z-index: 2;
  display: block;
  position: absolute;
  inset: 0%;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  position: absolute;
  overflow: hidden;
}

.feature-item__content-hide {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  max-height: 0;
  margin-left: -6px;
  padding-bottom: 4px;
  padding-left: 6px;
  transition: max-height cubic-bezier(.165, .84, .44, 1), opacity cubic-bezier(.165, .84, .44, 1);
  display: flex;
  overflow: hidden;
}

.feature-item__copy {
  z-index: 5;
  margin-bottom: 1em;
  font-size: 1.06rem;
}

.u-z-index-1 {
  z-index: 1;
  position: relative;
}

.button-icon__top-right {
  width: 13px;
  height: 20px;
  margin-top: -4px;
  margin-left: 12px;
  display: inline-block;
}

.u-d-inline-block {
  display: inline-block;
}

.feature-item__animation {
  opacity: 0;
  width: 48%;
  transition: opacity .1s cubic-bezier(.165, .84, .44, 1), height .1s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.feature-item__animation.cc-right {
  left: auto;
  right: 0;
}

.feature-item__window {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: 100%;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.feature-item__window.cc-cms {
  background-color: var(--white);
  background-image: url('../images/Unknown-2.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-item__window.cc-ecommerce {
  background-color: var(--white);
  background-image: url('../images/Unknown-3.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-item__window.cc-members {
  background-color: var(--white);
  background-image: url('../images/Unknown-2.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-item__window.cc-interactions {
  background-color: var(--white);
  background-image: url('../images/Unknown-3.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.feature-item__window.cc-right {
  margin-left: 0;
  margin-right: auto;
}

.feature-item__window.cc-right.cc-editor {
  background-color: var(--white);
  background-image: linear-gradient(145deg, #ffe5d2, #fcbfa8);
}

.feature-item__window.cc-seo {
  background-color: var(--white);
  background-image: linear-gradient(145deg, #fcbfa8, #ffaaac);
}

.feature-item__window.cc-logic {
  background-color: var(--white);
  background-image: linear-gradient(145deg, #ffaaac, #ffdab3);
}

.feature-item__window.cc-integrations {
  background-color: var(--white);
  background-image: linear-gradient(145deg, #ffc98f, #fdf3cc);
}

.feature-item__player {
  opacity: 0;
  width: 140%;
  position: absolute;
  top: 50%;
  left: 12%;
  transform: translate(0, -50%);
}

.feature-item__player.cc-left {
  background-color: #0000;
  width: 100%;
  left: auto;
  right: 12%;
}

.feature-item__player.cc-left.cc-members {
  width: 100%;
  top: 52%;
}

.feature-item__player.cc-ecommerce {
  width: 100%;
  left: 13%;
}

.feature-item__player-aspect {
  width: 100%;
  padding-top: 59%;
  position: relative;
}

.feature-item__embed {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.feature-item__embed.img {
  width: 100%;
  height: 100%;
  box-shadow: 0 2px 5px #0003;
}

.testimonial-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-wrapper.cc-enterprise {
  grid-template-columns: .5fr 1fr;
  padding-bottom: 6px;
}

.testimonial-quote {
  margin-top: -.2em;
  margin-bottom: 0;
  font-size: 1.5rem;
}

.testimonial-quote.cc-small {
  font-size: 1.6rem;
}

.testimonial-footer {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
  display: flex;
}

.testimonial-author {
  align-items: center;
  margin-right: 40px;
  line-height: 1.4;
  display: flex;
}

.testimonial-author__photo {
  border-radius: 100%;
  flex: none;
  align-self: flex-start;
  width: 52px;
  height: 52px;
  margin-right: 16px;
  position: relative;
  overflow: hidden;
}

.u-img-cover {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonial-author__name {
  font-weight: 500;
}

.feature-item__window-overlay {
  z-index: 1;
  background-image: linear-gradient(to right, #ff9f7b1f, #fcbfa800);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.testimonial-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-stat {
  margin-top: 32px;
  padding: 26px 14px;
  font-size: 1.2rem;
  line-height: 1.2;
  display: inline-block;
}

.testimonial-stat.cc-lattice {
  border-top: 1px solid #000;
  padding: 16px 0 0;
}

.testimonial-stat.cc-enterprise {
  background-color: var(--black);
  background-color: #1b1b1b;
  margin-top: 48px;
  padding: 0;
}

.testimonial-stat__metric {
  font-size: 1.3em;
  font-weight: 500;
  position: relative;
}

.enterprise__title-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  font-weight: 600;
  display: grid;
}

.u-mr-1 {
  margin-right: 1em;
}

.u-overflow-hidden {
  overflow: hidden;
}

.enterprise-slider__wrapper {
  margin-left: -60px;
  margin-right: -60px;
  padding-top: 8px;
}

.enterprise-slider {
  background-color: #0000;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.enterprise-slider__mask {
  width: 100%;
  overflow: visible;
}

.enterprise-slider__item {
  height: auto;
  padding-left: 60px;
  padding-right: 60px;
}

.enterprise-slider__img {
  width: 100%;
  display: block;
}

.enterprise-slider__content {
  background-image: linear-gradient(0deg, var(--almost-black-blue) 49%, #08192200);
  padding-top: 60px;
  padding-bottom: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.u-d-block {
  display: block;
}

.testimonial-stat__bar {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.enterprise-slider__arrow-wrapper {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: -40px;
  font-size: 2rem;
  top: 0;
  left: 0;
  right: 100%;
}

.enterprise-slider__arrow-wrapper.cc-right {
  margin-left: -40px;
  margin-right: 0;
  left: 100%;
  right: 0%;
}

.enterprise-slider__arrow-icon {
  margin: auto 20px auto auto;
}

.enterprise-slider__arrow-icon.cc-right {
  margin: auto auto auto 20px;
}

.u-d-none {
  display: none;
}

.inspo-made-button {
  z-index: 2;
  background-color: var(--white);
  letter-spacing: -.03em;
  white-space: nowrap;
  border-radius: .4em;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .6em .8em .6em .6em;
  font-size: 4vw;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  top: 6%;
  left: 50%;
  overflow: hidden;
  transform: translate(-50%);
}

.inspo-made-button:hover {
  color: #fff;
  background-color: #6471ff;
}

.inspo-made-button__icon-wrapper {
  z-index: 1;
  background-color: var(--dodger-blue\<deleted\|variable-2b7623b2\>);
  color: var(--white);
  border-radius: .2em;
  justify-content: center;
  align-items: center;
  width: 2.1em;
  max-width: none;
  height: 2em;
  margin-right: .6em;
  padding: .45em;
  display: flex;
  position: relative;
}

.inspo-made-button__icon {
  width: 1.25em;
  height: 1.2em;
  margin-right: -.05em;
}

.inspo-made-button__bg {
  opacity: 0;
  background-image: radial-gradient(circle, #1d2899, #2531af 18%, #4353ff 65%, #6471ff);
  width: 140%;
  position: absolute;
  top: -180%;
  left: -20%;
}

.inspo-flex__wrapper {
  background-image: linear-gradient(#d1d1d1, #fff 75%);
  position: relative;
}

.inspo-list {
  flex-wrap: wrap;
  justify-content: center;
  width: 140%;
  padding-top: 12%;
  padding-bottom: 12%;
  display: flex;
  position: relative;
  left: -20%;
}

.inspo-flex-item {
  flex: none;
  padding: 1%;
}

.inspo-flex__card {
  border-radius: 3px;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), transform .3s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 2px 4px #00000005, 0 10px 8px #00000008, 0 10px 16px #0000000d, 0 40px 32px #0000000d, 0 80px 60px #00000008, 0 120px 100px #0000;
}

.inspo-flex__card:hover {
  transform: translate(0, -2%);
  box-shadow: 0 2px 4px #00000005, 0 10px 8px #00000008, 0 10px 16px #00000014, 0 40px 32px #0000000d, 0 80px 60px #0000000f, 0 120px 100px #00000012;
}

.inspo-flex__desktop {
  width: 40vw;
}

.inspo-flex__aspect-desktop {
  padding-top: 62.5%;
  position: relative;
  overflow: hidden;
}

.inspo-flex__img {
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.inspo-flex__card-overlay {
  background-image: linear-gradient(#1b1b1b14, #1b1b1b3d);
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: 0%;
}

.inspo-flex__button {
  z-index: 2;
  background-color: var(--white);
  opacity: 0;
  color: #000;
  letter-spacing: -.02em;
  white-space: nowrap;
  border-radius: .3em;
  justify-content: center;
  align-items: center;
  padding: .5em .8em .5em .6em;
  font-size: 1vw;
  font-weight: 500;
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 20px 40px #0003;
}

.inspo-flex__button-arrow {
  width: .7em;
  margin-left: .6em;
}

.inspo-flex__mobile {
  width: 13.2vw;
}

.inspo-flex__aspect-mobile {
  padding-top: 190%;
  position: relative;
  overflow: hidden;
}

.inspo-made-button__arrow {
  opacity: 0;
  width: .85em;
  height: 1.2em;
  margin-right: -.05em;
  position: absolute;
}

.inspo-made-button__bg-aspect {
  width: 100%;
  padding-top: 100%;
  transition: opacity .3s cubic-bezier(.165, .84, .44, 1);
}

.u-pt-0 {
  padding-top: 0;
}

.start-subcopy {
  max-width: 44rem;
}

.start-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  list-style-type: none;
  display: grid;
}

.start-card {
  background-color: #f3f3f3;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px;
  display: flex;
  position: relative;
}

.start-card.cc-learn {
  background-color: #0000;
  background-image: linear-gradient(135deg, #dd7dcf1a, #dd7dcf59);
}

.start-card.cc-explore {
  background-color: #0000;
  background-image: linear-gradient(135deg, #47e6a41a, #47e6a499);
}

.start-card.cc-expert {
  background-color: #0000;
  background-image: linear-gradient(135deg, #f298881a, #f2988899);
}

.start-card__header {
  max-width: 400px;
  margin-bottom: 60px;
}

.start-card__header.cc-bottom {
  margin-top: 60px;
  margin-bottom: 0;
}

.h2 {
  letter-spacing: -.02em;
  max-width: none;
  margin-bottom: .2em;
  font-size: 3.75rem;
}

.start-card__link {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

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

.start-card__link-icon {
  width: 16px;
  height: 16px;
}

.start-card__link-icon.cc-large {
  width: 56px;
  min-width: 0;
  height: 56px;
  padding: 10px;
}

.start-card__header-full {
  justify-content: space-between;
  display: flex;
}

.u-link-overlay {
  position: absolute;
  inset: 0%;
}

.outro-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.outro-content {
  max-width: 520px;
}

.outro-visual {
  width: 45%;
  height: 90%;
  position: absolute;
  inset: auto 0 0 auto;
}

.outro-visual__browser {
  flex-direction: column;
  width: 1050px;
  display: flex;
  position: absolute;
  top: 15%;
  left: 12%;
  overflow: hidden;
  box-shadow: 0 2px 3px #00000005, 0 8px 7px #00000008, 0 20px 13px #0000000a, 0 40px 25px #0000000d, 0 65px 45px #0000000f, 0 20px 80px #0000001a;
}

.outro-visual__browser-top {
  flex: none;
  align-self: stretch;
  width: 100%;
  padding-top: 2.55%;
  display: block;
  position: relative;
}

.outro-visual__browser-top-img {
  width: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.u-w-100 {
  width: 100%;
}

.outro-visual__ui {
  z-index: 1;
  border-radius: 2px;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 20px 50px #0003, 0 4px 8px #0000001f;
}

.outro-visual__ui.cc-colors {
  width: 180px;
  top: 5%;
  left: 0%;
}

.outro-visual__ui.cc-publish {
  width: 260px;
  top: 62%;
  left: -2%;
}

.footer {
  background-color: var(--almost-black-blue);
  background-image: linear-gradient(180deg, var(--almost-black-blue), #081922f7 66%, #0819228a);
  color: #fff;
  position: relative;
}

.footer__container {
  z-index: 3;
  background-image: url('../images/fe-stars.svg');
  background-position: 0 108%;
  background-repeat: no-repeat;
  background-size: 150px;
  flex-direction: column;
  justify-content: space-between;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.footer-brand {
  color: var(--white);
  align-self: flex-start;
  margin-bottom: 80px;
}

.brand-logo {
  display: flex;
}

.footer-column__wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-column {
  width: 40%;
}

.footer-column.left {
  display: none;
}

.footer-section__title {
  margin-bottom: 20px;
  font-weight: 500;
}

.footer-list {
  margin-bottom: 50px;
}

.footer-list.cc-last {
  margin-bottom: 0;
}

.footer-list__item {
  margin-bottom: 20px;
}

.footer-list__item-link {
  color: var(--white);
  border-bottom: 1px solid #0000;
  align-items: center;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.footer-list__item-link:hover {
  border-bottom: 1px dotted var(--energy-yellow);
  color: var(--energy-yellow);
}

.footer-list__item-link.cc-combo {
  display: flex;
}

.footer-list__item-tag {
  clear: left;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-left: 12px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.footer-copyright {
  color: var(--white);
  margin-top: 40px;
}

.footer-copyright.text-size-small {
  font-size: .875rem;
}

.navbar__container {
  justify-content: space-between;
  width: 90%;
  max-width: 1280px;
  height: 95px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nav {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  width: 100%;
  padding-bottom: 32px;
  display: flex;
}

.nav-logo {
  width: 200px;
}

.nav-logo.hidden-margin {
  margin-top: -17px;
}

.cta-button__sub-text {
  opacity: .8;
  font-weight: 400;
}

.header-scroll__ui-overlay {
  background-image: linear-gradient(162deg, #0e0e0e00, #0e0e0ee6);
  position: absolute;
  inset: 0%;
}

.header-scroll__ui-overlay.cc-flip {
  background-image: linear-gradient(#1b1b1b00, #1b1b1bfa);
}

.u-border-bottom-grey {
  border-bottom: 1px solid #e4e4e4;
}

.navmenu__dropdown {
  background-color: var(--white);
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.navmenu__dropdown.w--open {
  max-height: 90vh;
  overflow: auto;
}

.navmenu__dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(auto, 1280px) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  width: 100%;
  display: grid;
}

.navmenu__dropdown-container {
  z-index: 1;
  justify-content: space-between;
  max-width: 1280px;
  display: flex;
  position: static;
}

.navmenu__dropdown-left {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 52px;
  padding-right: 60px;
  display: grid;
}

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

.navmenu__dropdown-section {
  margin-bottom: 40px;
}

.navmenu__dropdown-section.cc-last {
  margin-bottom: 0;
}

.navmenu__dropdown-section-heading {
  color: #666;
  text-transform: uppercase;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 28px;
  padding-bottom: 8px;
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.navmenu__dropdown-section-list {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-bottom: 0;
  display: grid;
}

.navmenu__dropdown-section-link {
  color: var(--black);
  text-decoration: none;
  display: flex;
}

.navmenu__dropdown-section-link:hover, .navmenu__dropdown-section-link:focus {
  color: var(--dodger-blue\<deleted\|variable-2b7623b2\>);
}

.navmenu__dropdown-section-link-icon {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  transform: translate(0, 1px);
}

.navmenu__dropdown-section-link-heading {
  margin-right: 8px;
  line-height: 1.5;
}

.navmenu__dropdown-section-link-description {
  color: #666;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
}

.navmenu__beta-tag {
  clear: left;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.navmenu__dropdown-block {
  background-color: #fafafa;
  border-left: 1px solid #e4e4e4;
  flex: 0 0 34%;
  padding-left: 60px;
}

.navmenu__dropdown-right {
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  padding-top: 40px;
  padding-bottom: 52px;
}

.navmenu__dropdown-banner-link {
  background-color: #fafafa;
  border-left: 1px solid #e4e4e4;
  margin-bottom: 40px;
  text-decoration: none;
}

.navmenu__col-1-list {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.navmenu__section-link-row {
  color: var(--black);
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: -1px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navmenu__section-link-row:hover {
  color: var(--dodger-blue\<deleted\|variable-2b7623b2\>);
}

.navmenu__section-link-row.cc-first {
  border-top-style: none;
  border-top-width: 0;
  padding-top: 0;
}

.navmenu__section-link-row.cc-last {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.navmenu__content-block-overlay {
  background-color: #fafafa;
}

.navmenu__banner-image {
  width: 100%;
}

.nav-menu__flex-wide {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navmenu__image {
  object-fit: cover;
  object-position: 50% 50%;
  margin-right: 24px;
}

.outro-visual__overlay {
  z-index: 1;
  background-image: linear-gradient(150deg, #0000001a, #1b1b1be6 85%);
  position: absolute;
  inset: 0%;
}

.text-color-yellow {
  color: var(--energy-yellow);
}

.main-wrapper {
  position: relative;
}

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

.div-grid_horizontal.width-100 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  width: auto;
  display: grid;
}

.divider_vertical-green {
  background-color: var(--bright-green);
  color: var(--energy-green);
  width: 3px;
  min-height: 50px;
}

.ef-slogan {
  color: var(--energy-yellow);
  font-size: 1.5rem;
  font-weight: 400;
}

.max-width-300px {
  width: 100%;
  max-width: 250px;
}

.header-scroll__designer-site-wrapper-2 {
  z-index: 1;
  background-color: #fff;
  flex: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 50px 300px #00000080, 0 10px 30px #0000004d;
}

.subheading-2 {
  color: #fff;
}

.header-flex-2 {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 10%;
  display: flex;
}

.nav-button-2 {
  color: #fff;
  background-color: #ffffff14;
  height: 50px;
  margin-right: 16px;
  padding: 1px 24px 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 49px;
  text-decoration: none;
}

.nav-button-2.cc-secondary {
  color: #4353ff;
  background-color: #0000;
  position: relative;
}

.nav-button-2.cc-secondary.cc-white {
  color: #fff;
  background-color: #ffffff14;
}

.nav-button-2.cc-secondary.cc-white:hover {
  background-color: #ffffff1f;
}

.nav-button-2.cc-main {
  z-index: 1;
  color: #4353ff;
  background-color: #4353ff1a;
  margin-right: 0;
  position: relative;
}

.nav-button-2.cc-main.cc-white {
  color: #000;
  background-color: #fff;
}

.nav-button-2.cc-main.cc-white:hover {
  background-color: #f1f1f1;
}

.button-2 {
  color: #fff;
  background-color: #4353ff;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding: 0 24px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.button-2:hover {
  background-color: #3545ee;
}

.button-2.cc-large {
  height: 60px;
}

.button-2.cc-large.cc-block {
  margin-top: 16px;
}

.button-2.cc-large.cc-inline.cc-secondary {
  background-color: #ffffff12;
}

.button-2.cc-large.cc-inline.cc-secondary:hover {
  background-color: #ffffff1f;
}

.button-2.cc-text-only {
  color: #000;
  background-color: #0000;
  flex: none;
  height: auto;
  padding: 0;
  text-decoration: none;
}

.button-2.cc-text-only.cc-testimonial {
  padding-top: 2px;
  padding-bottom: 2px;
}

.button-2.cc-text-only.cc-testimonial.cc-white {
  color: #fff;
}

.header-scroll__designer-wrapper-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 110vh;
  margin-top: 2vh;
  padding-top: 8vh;
  padding-bottom: 8vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.text-style-h3 {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3.125rem;
}

.text-style-h3.text-align-center {
  text-align: center;
}

.text-style-h3.text-color-white {
  color: var(--white);
}

.align-center-section {
  justify-content: center;
  align-items: center;
  min-height: 75vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
}

.align-center-section._100vh {
  min-height: 100vh;
  padding-top: calc(10vh + 95px);
}

.align-center {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 2rem auto;
  padding-left: 20px;
  padding-right: 20px;
}

.align-center.sticky {
  z-index: 10;
  position: sticky;
  top: 35%;
}

.align-center.sticky._35-top {
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  display: flex;
  top: 35%;
}

.align-center.sticky.max-width {
  max-width: 750px;
}

.align-center.sticky._40-top {
  width: 100%;
  top: 40%;
}

.text-style-h3-2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2.75rem;
}

.text-style-h3-2.scroll-highlight {
  color: var(--dark-green);
}

.text-style-h3-2.scroll-highlight.text-color-white {
  color: var(--white);
  font-weight: 500;
}

.mission-img-flip {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.mission-img-flip._2, .mission-img-flip._3, .mission-img-flip._1 {
  z-index: 1;
}

.image-flip-wrapper {
  z-index: 0;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.overlay-wrapper {
  position: absolute;
  inset: 0%;
}

.blue-hard-light {
  opacity: .5;
  mix-blend-mode: darken;
  background-image: url('../images/Unknown-2.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.section-image-flip {
  color: #fff;
  background-color: #173af5;
  width: 100%;
  margin-bottom: 0;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.section-image-flip.is-1 {
  padding-top: 0;
  padding-bottom: 0;
}

.section-image-flip.is-2 {
  color: var(--almost-black-blue);
  padding-top: 0;
  padding-bottom: 0;
}

.section-image-flip.is-2.hide {
  display: none;
}

.mission-image-flip-wrapper {
  z-index: 1;
  position: sticky;
  inset: 0%;
}

.wrapper {
  background-image: linear-gradient(#173af552, #173af552), linear-gradient(#1438dc52 38%, #173af5), url('../images/360_F_842137506_qufxoTysZi0qMHEBMdZq14CSSxcxhMGX.webp');
  background-position: 0 0, 0 0, 0 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
  top: 0;
}

.wrapper.mission {
  background-image: linear-gradient(#173af552, #173af552), linear-gradient(#1438dc52 38%, #173af5);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, auto;
  width: auto;
  height: 200vh;
  top: auto;
}

.wrapper.mission.align-middle.no-margin-bottom {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper.mission.align-middle.no-margin-top {
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.example-subheader {
  color: #bce4f7;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.example-subheader.text-color-blue {
  color: #173af5;
}

.white-hard-light {
  mix-blend-mode: hard-light;
  background-image: linear-gradient(#ffffff80 20%, #fff);
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.img-flip-text {
  text-align: left;
  max-width: 50em;
  margin-right: auto;
}

.text-size-large {
  font-size: 1.25rem;
}

.text-size-large.text-align-center {
  text-align: center;
}

.text-color-green {
  color: var(--energy-green);
}

.body {
  font-family: Aeonikpro, Arial, sans-serif;
  font-weight: 400;
}

.fintech-1-content-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  min-height: 0;
  max-height: 100vh;
  display: grid;
}

.image-fit_cover {
  object-fit: cover;
}

.image-fit_cover.border-radius-primary.image-placeholder {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  min-height: 0;
}

.maxwidth-30rem {
  max-width: 30rem;
}

.container-global {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  max-width: 115rem;
  margin-left: auto;
  margin-right: auto;
  padding: 8rem 2.5rem;
  transition: all .25s;
  display: flex;
}

.border-radius-primary {
  object-fit: cover;
  border-radius: 2.5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.border-radius-primary.image-placeholder {
  height: 100%;
}

.border-radius-primary.image-placeholder.img-cover {
  object-fit: cover;
}

.border-radius-primary.image-placeholder.img-cover.pin-left {
  object-position: 0% 50%;
  min-height: 0;
}

.heading-style-h2_fintech {
  letter-spacing: -.04em;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.06em;
}

.fintech-1-content-grid-cell {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  height: 100%;
  min-height: 0;
  display: flex;
}

.fintech-1-title-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-style-body {
  letter-spacing: -.02em;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4em;
}

.paragraph-style-body.text-color-inverted.text-align-center {
  letter-spacing: 0;
}

.paragraph-style-body.text-color-inverted.text-align-center.header {
  color: var(--bright-green);
  font-size: 1.875rem;
}

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

._80p {
  max-width: 80%;
}

._80p.lr-margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.announcement-banner {
  background-color: var(--energy-green);
  background-image: url('../images/Unknown-3.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50px;
}

.announcement-banner-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1280px;
  height: 50px;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.announcement-banner-text {
  color: var(--white);
}

.announcement-banner-link {
  color: var(--white);
  text-decoration: none;
}

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

.underline {
  border-bottom: 2px dotted var(--energy-yellow);
}

.div-block-2 {
  position: absolute;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
}

.hero-video-wrapper {
  z-index: 0;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.video {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.div-block-3 {
  position: absolute;
  inset: 0%;
}

.hero-video-gradient {
  z-index: 1;
  background-image: linear-gradient(0deg, var(--almost-black-blue) 25%, #08192299 68%, var(--almost-black-blue) 99%);
  position: absolute;
  inset: 0%;
}

.image {
  position: absolute;
}

.stars-tl {
  width: 100%;
  max-width: 150px;
  position: absolute;
  inset: -5% auto auto 5%;
}

.slide-nav {
  display: none;
}

.slider {
  background-color: #0000;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.icon {
  color: var(--almost-black-blue);
  max-width: 30px;
}

.icon-2 {
  color: var(--almost-black-blue);
}

.right-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.tab-pane-designer, .tab-pane-marketing-team, .tab-pane-developer {
  background-color: var(--dark-green);
}

.left-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-logo {
  width: 100%;
  max-width: 250px;
}

.testimonial-logo.xlarge {
  max-width: 300px;
}

.background-video-2 {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-video-gradient {
  z-index: 2;
  background-image: linear-gradient(180deg, var(--energy-green) 24%, var(--dark-green));
  opacity: .8;
  mix-blend-mode: normal;
  position: absolute;
  inset: 0%;
}

.video-full {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-full.absolute {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-full.sticky {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.code-embed {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mask {
  height: 100%;
}

.nav-mobile {
  background-color: #0000;
  display: none;
}

.link-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-decoration: none;
  display: flex;
}

.footer-gradient {
  z-index: 2;
  background-image: linear-gradient(0deg, #08192299, var(--almost-black-blue) 92%);
  position: absolute;
  inset: 0%;
}

.link-arrow-small {
  width: 20px;
}

.text-field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--energy-yellow);
  background-color: #0000;
  height: 50px;
}

.text-field:focus {
  border-color: var(--bright-green);
}

.text-field::placeholder {
  color: var(--almost-black-blue);
}

.text-field.footer-form {
  border-style: solid;
  border-color: var(--energy-yellow);
  background-image: url('../images/arrow_outward_16dp_FFAB1D_FILL0_wght400_GRAD0_opsz20.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100em;
}

.text-field.footer-form::placeholder {
  color: var(--white);
}

.footer-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 1rem;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

.div-block-4 {
  padding-top: 15px;
}

.section-2 {
  padding-top: 8%;
  padding-bottom: 8%;
}

.section-2.section--intro {
  background-color: #fff;
  padding-bottom: 0;
}

.section-2.cc-enterprise {
  color: #fff;
  background-color: #1b1b1b;
  background-image: radial-gradient(circle at 100% -30%, #0e0e0e, #0e0e0e00 56%);
}

.main-container-2 {
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-2 {
  color: var(--bright-green);
}

.section-title-2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: .4em;
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.1;
}

.enterprise__title-grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: 600;
  display: grid;
}

.testimonial-quote-2 {
  text-indent: -.4em;
  margin-top: -.2em;
  margin-bottom: 0;
  font-size: 1.8rem;
}

.testimonial-quote-2.cc-small {
  font-size: 1.6rem;
}

.testimonial-author-2 {
  align-items: center;
  margin-right: 40px;
  line-height: 1.4;
  display: flex;
}

.testimonial-wrapper-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.testimonial-wrapper-2.cc-enterprise {
  grid-template-columns: .5fr 1fr;
  place-items: center;
  padding-bottom: 6px;
}

.testimonial-stat__bar-2 {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.header-content--secondary {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 50em;
  display: flex;
}

.collage-section {
  background-color: var(--white);
  color: #21222c;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  min-height: 850px;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-color-blue {
  color: #173af5;
}

.text-style-h3-3 {
  margin-top: 0;
  margin-bottom: 2rem;
}

.text-style-h3-3.subheader {
  margin-bottom: 0;
  font-size: 2rem;
}

.img-wrapper-2 {
  z-index: 1;
  cursor: pointer;
  border-radius: 20px;
  width: 100%;
  height: 33vh;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25vw;
  display: flex;
}

.column._1 {
  flex: none;
  width: 25%;
  padding-right: 20px;
}

.column._2 {
  width: 25%;
  margin-top: -100px;
  padding-right: 20px;
}

.column._4 {
  width: 25%;
  margin-top: -200px;
  padding-right: 20px;
}

.column._3 {
  width: 25%;
  padding-right: 20px;
}

.container-xlarge {
  flex: 1;
  max-width: 1440px;
  padding: 12vh 2rem;
}

.intro-text {
  text-align: left;
  width: 100%;
  max-width: 650px;
  margin-bottom: 35px;
}

.img-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.intro-content.cc-homepage {
  z-index: 100;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cover-container-2 {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  height: 100vh;
  padding-top: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.text-size-large-2 {
  font-size: 1.25rem;
}

.white-gradient {
  z-index: 2;
  background-image: linear-gradient(86deg, var(--white) 25%, #4700bb00);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.margin-bottom {
  margin-bottom: 2rem;
}

.big-tabs_link-wrapper {
  transition: opacity .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.big-tabs_menu {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-bottom: 48px;
  display: flex;
}

.big-tabs_menu.cc-bottom {
  margin-top: 48px;
  margin-bottom: 0;
}

.u-sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.paragraph-1-45 {
  font-size: 1.45rem;
  line-height: 1.4;
}

.btn {
  color: #fff;
  background-color: #d14424;
  border: 1px solid #0000;
  border-radius: 8px;
  padding: .7em 1.2em;
  text-decoration: none;
  transition: box-shadow .3s cubic-bezier(.165, .84, .44, 1), border-color .3s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
  box-shadow: inset 0 0 #0000;
}

.btn:hover {
  color: #fff;
  box-shadow: inset 0 0 0 100px #00000026;
}

.btn.cc-text-only {
  color: #d14424;
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  padding: 0;
  text-decoration: underline;
}

.btn.cc-text-only:hover {
  box-shadow: none;
  text-decoration: none;
}

.big-tabs_menu-text {
  z-index: 2;
  padding-top: 2rem;
  padding-bottom: 2rem;
  transition: opacity .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.big-tabs_stage {
  transition: opacity .4s cubic-bezier(.165, .84, .44, 1);
  position: absolute;
  inset: auto 0% 0%;
}

.big-tabs_stage.cc-bottom {
  inset: 0% 0% auto;
}

.big-tabs_menu-item {
  cursor: pointer;
  flex: 1;
}

.container-2 {
  width: 90%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.big-tabs_bottom-aspect {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.big-tabs_bottom-aspect.cc-wrapper.cc-bottom {
  padding-top: 56.25%;
  padding-bottom: 0%;
}

.big-tabs_progress-bar {
  background-color: var(--bright-green);
  width: 100%;
  height: 2px;
}

.section-3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.u-bg-lightgray {
  background-color: #dfddd6;
}

.big-tabs_menu-link-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form-relative {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.textarea {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--energy-yellow);
  color: var(--almost-black-blue);
  background-color: #0000;
}

.textarea:focus {
  border-bottom-color: var(--bright-green);
}

.textarea::placeholder {
  color: var(--almost-black-blue);
}

.textarea.blue {
  border-bottom-color: #173af5;
  border-radius: 0;
}

.textarea.blue::placeholder {
  color: #173af5;
}

.textarea.on-dark {
  border-bottom-color: var(--energy-yellow);
  color: var(--white);
}

.textarea.on-dark:focus {
  border-bottom-color: var(--bright-green);
}

.textarea.on-dark::placeholder {
  color: var(--white);
}

.mdri-button {
  color: #fff;
  background-color: #0000;
  border-radius: 100em;
  padding: 2px;
  text-decoration: none;
  transition: all .4s ease-in-out;
  display: inline-block;
  transform: rotate(0);
  box-shadow: inset -1px -1px 1px .5px #264be1, inset 1px 1px 1px .5px #3d91db;
}

.mdri-button:hover {
  box-shadow: inset 1px 1px 1px .5px #264be1, inset -1px -1px 1px .5px #3d91db;
}

.mdri-button.submit {
  padding: 15px 30px;
}

.mdri-button.submit.blue {
  color: #173af5;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--energy-yellow);
  background-color: #0000;
}

.text-field-2:focus {
  border-bottom-color: var(--bright-green);
}

.text-field-2::placeholder {
  color: var(--white);
}

.text-size-small-2 {
  font-size: .75rem;
}

.text-size-small-2.partnerships {
  font-size: 1rem;
}

.contact-form-container {
  background-color: var(--almost-black-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 800px;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-logo {
  width: 100%;
  max-width: 200px;
  position: absolute;
  inset: auto 40px 40px auto;
}

.lottie-animation-4 {
  z-index: 1;
  height: 100%;
  margin-right: -5%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.lottie-animation-4.hide-mobile {
  right: -10%;
}

.lottie-animation-4.hide-mobile.hide {
  display: none;
}

.flex-h {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.flex-h.margin-top {
  margin-top: 2rem;
}

.flex-h.gap-1rem {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 1rem;
}

.radio-button-field {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._60p {
  width: 60%;
}

._60p.margin-top-bottom {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.text-size-large-3 {
  font-size: 1.25rem;
}

.radio-button {
  border: 1px #000;
}

.margin-bottom-2 {
  margin-bottom: 3rem;
}

.ths15-menu-contact-info {
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.text-field-3 {
  filter: brightness(200%);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff;
}

.text-field-3.blue {
  color: #21222c;
  border-bottom-color: #173af5;
}

.text-field-3.blue::placeholder {
  color: #173af5;
}

.text-size-small-3 {
  font-size: .75rem;
}

.ths15-menu-page {
  z-index: 100;
  background-color: #fff;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.ths15-menu-contact-link {
  opacity: .75;
  border-bottom-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .25s;
  display: block;
}

.ths15-menu-contact-link:hover {
  opacity: 1;
  color: #21222c;
  -webkit-text-stroke-color: #00e7ef;
}

.ths15-menu-social-icon {
  width: 20px;
}

.ths15-menu-social-links-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ths15-menu-block-rightside-page {
  background-color: #000728;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths15-menu-image-wrapper-page {
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.ths15-menu-inner-block-page {
  border-bottom: 1px #161a1433;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  height: 70%;
  padding-top: 0;
  padding-bottom: 100px;
  padding-right: 20px;
  display: flex;
}

.ths15-menu-links-block-page {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ths15-menu-contact-block-page {
  flex-flow: column;
  align-items: flex-start;
  margin-top: 20px;
  padding-left: 60px;
  padding-right: 4rem;
  display: flex;
}

.menu-video-bg {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.heading-2-menu {
  color: var(--almost-black-blue);
  margin-bottom: .7rem;
  font-size: 2rem;
  font-weight: 500;
}

.ths15-menu-social-link {
  opacity: .75;
  color: #161a14;
  background-color: #f1f3f5;
  border-bottom-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  text-decoration: none;
  transition: opacity .25s;
  display: flex;
}

.ths15-menu-social-link:hover {
  opacity: 1;
  color: #ff3f34;
}

.ths15-menu-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.ths15-menu-block-leftside-page {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  padding-top: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ths15-menu-image-overlay-page {
  background-color: #fff;
  position: absolute;
  inset: 0%;
}

.social-container {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.ths15-menu-links-wrapper-page {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact-form-wrapper-menu-page {
  color: var(--almost-black-blue);
  width: 100%;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.success-message {
  background-color: var(--bright-green);
}

.error-message {
  background-color: var(--energy-yellow);
  color: var(--almost-black-blue);
}

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

.mobile-link.w--current {
  color: var(--almost-black-blue);
}

.slider-content-wrapper {
  position: relative;
}

.preloader {
  z-index: 10000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-indicator {
  z-index: 25;
  background-color: #ffffff24;
  width: 40%;
  max-width: 250px;
  height: 4px;
  position: relative;
}

.prloader-fill {
  color: #fff;
  background-color: #fff;
  width: 20%;
  height: 100%;
}

.preloader-top {
  background-color: #03474e;
  background-image: url('../images/Unknown-3.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  justify-content: center;
  align-items: flex-end;
  height: 50%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.preloader-logo-container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 250px;
  padding-bottom: 2rem;
  display: flex;
}

.preloader-logo {
  width: 100%;
  max-width: 250px;
  height: auto;
}

.preloader-bottom {
  background-color: #03474e;
  background-image: url('../images/Unknown-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

@media screen and (min-width: 1280px) {
  .header-scroll__designer {
    box-shadow: 0 10px 30px #0000004d;
  }

  .header-scroll__designer-site.cc-third {
    height: 100%;
  }

  .feature-item__copy {
    font-size: 1.125rem;
  }

  .header-scroll__designer-wrapper-2 {
    height: auto;
  }

  .border-radius-primary {
    border-radius: 3.75rem;
  }

  .heading-style-h2_fintech {
    font-size: 4rem;
  }

  .paragraph-style-body {
    font-size: 1.125rem;
  }

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

  .container-xlarge {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .section.section--hero.tertiary {
    max-height: 1000px;
  }

  .main-container {
    max-width: 1440px;
    position: relative;
  }

  .nav__wrap {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar__container {
    max-width: 1440px;
  }

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

  .header-scroll__designer-wrapper-2 {
    height: auto;
  }

  .text-style-h3 {
    width: 95%;
    font-size: 3.45rem;
  }

  .text-style-h3.text-align-center {
    width: 100%;
  }

  .text-style-h3-2 {
    width: 95%;
    font-size: 3.45rem;
  }

  .text-style-h3-2.scroll-highlight {
    width: 100%;
  }

  .img-flip-text {
    max-width: none;
  }

  .fintech-1-content-grid {
    height: 100%;
    max-height: 130vh;
  }

  .announcement-banner-container {
    width: 90%;
    max-width: 1440px;
  }

  .text-style-h3-3 {
    width: 95%;
    font-size: 3.45rem;
  }

  .text-style-h3-3.scroll-highlight {
    width: 100%;
  }

  .container-xlarge {
    max-width: 2550px;
  }

  .text-size-large-2 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .textarea {
    padding-left: 12px;
  }

  .mdri-button {
    padding: 10px;
    font-size: 1.25rem;
  }

  .mdri-button.submit {
    padding: 2rem 2.5rem;
    font-size: 1.5rem;
  }

  .text-field-2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .text-size-small-2.partnerships {
    font-size: 1rem;
  }

  .contact-form-container {
    background-position: 95% 6%;
    justify-content: flex-start;
    align-items: center;
    min-height: 80vh;
    display: flex;
  }

  .flex-h.gap-1rem {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .radio-button-field {
    padding-left: 0;
  }

  .text-size-large-3 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .radio-button {
    color: #0000;
    border-style: solid;
    border-color: #bce4f7;
    width: 20px;
    height: 20px;
  }

  .text-field-3 {
    border-bottom-color: #fff9;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 0;
    font-size: 1.25rem;
  }

  .text-size-small-3.partnerships {
    font-size: 1rem;
  }

  .ths15-menu-inner-block-page {
    padding-top: 120px;
  }

  .ths15-menu-block-leftside-page, .contact-form-wrapper-menu-page {
    padding-top: 0;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 5vw;
  }

  .section.section--hero.secondary, .section.section--hero.tertiary {
    min-height: calc(75vh - 50px);
  }

  .main-container, .nav__wrap {
    max-width: 2550px;
  }

  .button {
    height: 60px;
    font-size: 1.25rem;
  }

  .button.cc-large.cc-inline.cc-regular {
    height: 75px;
    padding-left: 36px;
    padding-right: 36px;
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .header-scroll__designer-container {
    max-width: 2550px;
    max-height: none;
  }

  .header-scroll__designer {
    max-width: 2550px;
  }

  .header-scroll__designer-site.cc-second, .header-scroll__designer-site.cc-first, .header-scroll__designer-site.cc-third {
    height: 100%;
  }

  .link-list__link, .nav-menu__cta-button {
    font-size: 1.25rem;
  }

  .intro-type {
    width: 100%;
    max-width: 1440rem;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-l, .feature-item__title {
    font-size: 1.75rem;
  }

  .feature-item__copy {
    font-size: 1.25rem;
  }

  .testimonial-wrapper {
    max-width: 2550px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-quote {
    font-size: 1.75rem;
  }

  .testimonial-author__name {
    font-size: 1.5rem;
  }

  .enterprise__title-grid {
    grid-template-columns: 1fr .25fr 1fr;
  }

  .outro-content {
    max-width: 80%;
  }

  .footer-section__title {
    font-size: 1.75rem;
  }

  .footer-list__item-link, .footer-copyright {
    font-size: 1.5rem;
  }

  .navbar__container {
    max-width: 2550px;
  }

  .text-style-h3 {
    font-size: 4rem;
  }

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

  .text-style-h3-2 {
    font-size: 4rem;
  }

  .paragraph-style-body.text-color-inverted.text-align-center {
    font-size: 1.25rem;
  }

  .announcement-banner {
    height: 80px;
  }

  .announcement-banner-container {
    max-width: 2550px;
    height: 80px;
  }

  .announcement-banner-text, .announcement-banner-link {
    font-size: 1.25rem;
  }

  .slider {
    max-width: 2550px;
  }

  .testimonial-logo {
    max-width: 250px;
  }

  .testimonial-logo.xlarge {
    max-width: 500px;
  }

  .text-field {
    margin-bottom: 20px;
    font-size: 1.25rem;
  }

  .text-field.footer-form {
    color: #fff;
    font-size: 1.25rem;
  }

  .text-field.footer-form::placeholder {
    color: #fff;
  }

  .main-container-2 {
    max-width: 2440px;
  }

  .collage-section {
    max-height: 80vh;
  }

  .text-style-h3-3 {
    font-size: 4rem;
  }

  .text-size-large-2 {
    font-size: 1.8rem;
  }

  .white-gradient {
    pointer-events: none;
  }

  .container-2 {
    max-width: 2550px;
  }

  .form-relative {
    justify-content: flex-start;
    align-items: center;
    padding: 3rem 3%;
    position: static;
    inset: 0%;
  }

  .textarea {
    font-size: 1.25rem;
  }

  .text-field-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.25rem;
  }

  .text-size-small-2.partnerships {
    font-size: 1.25rem;
  }

  .contact-form-container {
    justify-content: flex-start;
    align-items: center;
    min-height: 800px;
  }

  .contact-logo {
    max-width: 300px;
  }

  .lottie-animation-4.hide-mobile {
    margin-right: -10%;
  }

  .flex-h.gap-1rem.mobile-v.large-v {
    flex-flow: column;
  }

  .text-size-large-3 {
    font-size: 1.8rem;
  }

  .ths15-menu-contact-info {
    font-size: 1.5rem;
    line-height: 130%;
  }

  .text-size-small-3.partnerships, .ths15-menu-contact-link {
    font-size: 1.25rem;
  }

  .ths15-menu-block-rightside-page {
    width: 50%;
  }

  .ths15-menu-image-wrapper-page {
    background-color: #e04e4e;
    width: auto;
    height: 100%;
  }

  .ths15-menu-inner-block-page {
    padding-top: calc(10vh + 120px);
    overflow: hidden;
  }

  .ths15-menu-contact-block-page {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-video-bg {
    background-color: #df1919;
    width: 100%;
    left: 0%;
  }

  .heading-2-menu {
    font-size: 3.5rem;
  }

  .ths15-menu-block-leftside-page {
    width: 50%;
    padding-top: 0;
  }

  .contact-form-wrapper-menu-page {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .text-block {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 991px) {
  .section.section--hero.secondary {
    min-height: 0;
  }

  .section.section--hero.tertiary {
    height: 100%;
    min-height: 50vh;
  }

  .header-scroll__designer-container {
    height: auto;
    max-height: none;
  }

  .header-scroll__designer {
    height: 50vh;
  }

  .navbar {
    background-color: #0000;
  }

  .navbar__wrapper {
    display: none;
  }

  .navmenu__cta-wrapper {
    padding: 20px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .nav-menu__cta-button {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .persona-tabs__menu.u-epic-shadow {
    width: 100%;
    margin-bottom: 4vh;
    position: static;
  }

  .section-title {
    font-size: 4rem;
  }

  .paragraph-l.width-80 {
    width: 100%;
  }

  .testimonial-wrapper {
    flex-flow: column;
    margin-left: 5vh;
    margin-right: 5vh;
    display: flex;
  }

  .enterprise__title-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .enterprise-slider__content {
    position: relative;
  }

  .nav-logo {
    width: 140px;
  }

  .header-scroll__designer-wrapper-2 {
    height: auto;
    top: 10vh;
  }

  .align-center-section._100vh, .wrapper.mission.align-middle.no-margin-bottom, .wrapper.mission.align-middle.no-margin-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-global {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .border-radius-primary {
    border-radius: 2rem;
  }

  .heading-style-h2_fintech {
    max-width: 100%;
  }

  .slider, .mask {
    height: auto;
  }

  .nav-mobile {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #fffffff2;
    height: 90px;
    padding-top: 12px;
    padding-bottom: 12px;
    display: block;
  }

  .container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container.mob-nav {
    width: 90%;
    max-width: 1280px;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: #fffffff2;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    height: calc(100vh - 90px);
    font-size: 1.25rem;
    font-weight: 500;
    display: flex;
  }

  .menu-button {
    background-color: var(--white);
    border-radius: 100em;
  }

  .menu-button.w--open {
    background-color: var(--energy-yellow);
    border-radius: 100em;
  }

  .text-field {
    width: 90%;
  }

  .enterprise__title-grid-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-wrapper-2.cc-enterprise {
    grid-template-columns: .5fr 1fr;
  }

  .img-wrapper-2 {
    height: 22vh;
  }

  .column._1 {
    overflow: hidden;
  }

  .intro-text {
    width: auto;
  }

  .cover-container-2 {
    width: 90%;
  }

  .white-gradient {
    background-image: linear-gradient(86deg, #fff 49%, #fff6);
  }

  .nav-link-mobile, .nav-link-mobile.w--current {
    color: var(--almost-black-blue);
  }

  .div-block-5 {
    flex: 1;
  }

  .contact-form-container {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .lottie-animation-4.hide-mobile {
    display: none;
  }

  ._60p.margin-top-bottom._100p-mobile {
    width: 100%;
  }

  .text-field-3.blue {
    border-radius: 0;
  }

  .ths15-menu-page {
    height: 100%;
    margin-bottom: 100px;
    padding-top: 75px;
    padding-bottom: 75px;
    top: 0%;
    overflow: scroll;
  }

  .ths15-menu-block-rightside-page {
    display: none;
  }

  .ths15-menu-inner-block-page {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .ths15-menu-block-leftside-page {
    width: 100%;
    padding-top: 0;
    display: block;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    width: 100%;
  }

  .section.section--hero.secondary {
    min-height: 0;
  }

  .section.section--green {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .subheading-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3rem;
    margin-left: 0;
  }

  .header-scroll__designer-site.cc-second, .header-scroll__designer-site.cc-first, .header-scroll__designer-site.cc-third {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .features-col {
    width: 100%;
  }

  .paragraph-l {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .feature-list {
    min-height: 0;
  }

  .feature-item__animation {
    display: none;
  }

  .testimonial-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonial-wrapper.alt-margin {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-quote {
    font-size: 1.25rem;
  }

  .enterprise-slider__arrow-icon {
    margin-right: 0;
  }

  .enterprise-slider__arrow-icon.cc-right {
    margin-left: 0;
  }

  .footer__container {
    background-size: 100px;
  }

  .footer-column__wrapper {
    flex-flow: column;
  }

  .footer-column {
    width: 100%;
  }

  .footer-list {
    margin-top: 50px;
  }

  .nav-logo {
    width: 140px;
  }

  .header-flex-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-style-h3.scroll-highlight, .text-style-h3.scroll-highlight.text-color-white {
    font-size: 7vw;
  }

  .fintech-1-content-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-height: none;
  }

  .container-global {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .fintech-1-title-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .paragraph-style-body.text-color-inverted.text-align-center {
    font-size: 1rem;
    line-height: 1.5;
  }

  .announcement-banner-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .announcement-banner-text, .announcement-banner-link {
    line-height: 1.3;
  }

  .stars-tl {
    display: none;
  }

  .container.mob-nav {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-field {
    width: 100%;
  }

  .text-field.footer-form::placeholder {
    color: var(--white);
  }

  .div-block-4 {
    margin-bottom: 3rem;
    padding-top: 0;
  }

  .testimonial-wrapper-2.cc-enterprise {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: .5fr;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .collage-section {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .img-wrapper-2 {
    border-radius: 10px;
    height: 17vh;
    min-height: 200px;
  }

  .container-xlarge {
    flex: 0 auto;
    width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

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

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    flex-direction: column;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 0;
    display: flex;
  }

  .cover-container-2 {
    width: 98%;
  }

  .big-tabs_menu {
    flex-direction: column;
    margin-bottom: 0;
  }

  .paragraph-1-45 {
    font-size: 1.2rem;
  }

  .btn {
    padding: .5em 1em;
  }

  .big-tabs_stage {
    margin-top: 28px;
    margin-bottom: 48px;
    position: static;
  }

  .big-tabs_stage.cc-last {
    margin-bottom: 0;
  }

  .big-tabs_bottom-aspect.cc-wrapper {
    padding-bottom: 0%;
  }

  .big-tabs_bottom-aspect.cc-wrapper.cc-bottom {
    padding-top: 0%;
  }

  .section-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .big-tabs_menu-link-overlay {
    display: none;
  }

  .text-size-small-2.partnerships {
    font-size: 1rem;
  }

  .contact-form-container {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-logo {
    display: none;
  }

  .flex-h.margin-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .flex-h.gap-1rem.mobile-v {
    flex-flow: column;
  }

  ._60p {
    width: 100%;
  }

  .heading {
    font-size: 9vw;
  }

  .ths15-menu-inner-block-page {
    height: 100%;
    padding-bottom: 0;
  }

  .ths15-menu-block-leftside-page {
    width: 100%;
  }

  .contact-form-wrapper-menu-page {
    height: 100%;
    overflow: visible;
  }

  .hero-h1 {
    font-size: 10vw;
  }

  .brand-2 {
    padding-left: 0;
  }
}

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

  .section {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .section.section--hero {
    height: 100%;
    min-height: 175vh;
  }

  .section.section--hero.tertiary {
    height: 100%;
    min-height: 55vh;
  }

  .header-scroll__designer {
    box-shadow: 0 10px 30px #0000004d;
  }

  .intro-type__paragraph-1 {
    font-size: 3.25rem;
    line-height: 1.1;
  }

  .intro-type__paragraph-2 {
    font-size: 3.25rem;
    line-height: 1.2;
  }

  .section-title {
    font-size: 2.5rem;
  }

  .testimonial-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .testimonial-wrapper.alt-margin {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-quote.cc-small {
    font-size: 1.25rem;
  }

  .testimonial-author {
    margin-right: 0;
  }

  .enterprise-slider__wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .enterprise-slider__item {
    width: 100%;
    margin-right: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .enterprise-slider__content {
    width: 100%;
  }

  .enterprise-slider__arrow-wrapper.cc-right {
    margin-left: 0;
  }

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

  .outro-visual {
    display: none;
  }

  .footer-column__wrapper {
    flex-flow: column;
  }

  .footer-list {
    margin-top: 80px;
  }

  .nav-logo {
    width: 130px;
    max-height: 70px;
  }

  .div-grid_horizontal.width-100.div-grid-vertical-mobile {
    grid-template-columns: 1fr;
  }

  .div-grid_horizontal.width-100.div-grid-vertical-mobile.margin-top-mobile {
    margin-top: 3rem;
  }

  .divider_vertical-green.hide-mobile {
    display: none;
  }

  .header-scroll__designer-wrapper-2 {
    top: 17%;
  }

  .text-style-h3 {
    font-size: 2.5rem;
  }

  .text-style-h3.text-align-center.scroll-highlight {
    font-size: 2.5rem;
    line-height: 1.1;
  }

  .text-style-h3.scroll-highlight, .text-style-h3.scroll-highlight.text-color-white {
    font-size: 1.75rem;
  }

  .align-center {
    width: 86%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-style-h3-2 {
    font-size: 2rem;
  }

  .border-radius-primary {
    border-radius: 1.5rem;
  }

  .announcement-banner {
    height: auto;
  }

  .announcement-banner-container {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    height: auto;
    padding: 10px 15px;
  }

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

  .icon {
    max-width: 20px;
  }

  .right-arrow {
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
  }

  .left-arrow {
    justify-content: flex-start;
    align-items: center;
    padding-left: 20px;
  }

  .text-field {
    width: 100%;
  }

  .enterprise__title-grid-2 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-wrapper-2.cc-enterprise {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .collage-section {
    height: 100%;
    min-height: 80vh;
  }

  .text-style-h3-3 {
    font-size: 2rem;
  }

  .img-wrapper-2 {
    border-radius: 10px;
  }

  .container-xlarge {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .intro-content.cc-homepage {
    margin-top: 40px;
  }

  .white-gradient {
    background-image: linear-gradient(86deg, #fff 41%, #fff6);
  }

  .paragraph-1-45 {
    font-size: 1.1rem;
  }

  .container-2 {
    width: 86%;
  }

  .section-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .flex-h.mobile-flex-v {
    flex-flow: column;
  }

  .ths15-menu-page {
    display: flex;
  }

  .mainmenu {
    top: 0%;
  }

  .ths15-menu-inner-block-page {
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .ths15-menu-contact-block-page {
    display: none;
  }

  .heading-2-menu {
    font-size: 1.75rem;
  }

  .ths15-menu-block-leftside-page {
    width: 100%;
    height: auto;
  }

  .contact-form-wrapper-menu-page {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-h1 {
    font-size: 2.5rem;
  }

  .slider-content-wrapper {
    width: 100%;
  }
}

#w-node-_78c8da4d-81d3-ee92-2667-04e937bcaa7b-60d33477 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6b1ba0de-9442-0c32-204b-5109985f03e5-60d33477 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_7d7e2206-6296-0855-0570-3f90dad7f922-60d33477 {
  place-self: center;
}

#w-node-f3bb720f-5109-f33a-93a3-e48d119fe99a-60d33477 {
  place-self: end stretch;
}

#w-node-f3bb720f-5109-f33a-93a3-e48d119fe99b-60d33477 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-f3bb720f-5109-f33a-93a3-e48d119fe99d-60d33477 {
  align-self: end;
}

#w-node-f3bb720f-5109-f33a-93a3-e48d119fe9a1-60d33477 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch stretch;
}

#w-node-_73eb28e1-6ba8-3ea5-9ddf-3aba03f4e4b6-0a9f1186 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4caebc2b-c40b-c752-aa51-e0794e7d1e58-0a9f1186, #w-node-_4caebc2b-c40b-c752-aa51-e0794e7d1e80-0a9f1186, #w-node-_4caebc2b-c40b-c752-aa51-e0794e7d1ea1-0a9f1186 {
  align-self: start;
}

@media screen and (min-width: 1280px) {
  #w-node-f3bb720f-5109-f33a-93a3-e48d119fe99d-60d33477 {
    align-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3174c605-62e7-00bc-7be2-dc6cdf684f3c-60d33477, #w-node-_73eb28e1-6ba8-3ea5-9ddf-3aba03f4e4b6-0a9f1186 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_78c8da4d-81d3-ee92-2667-04e937bcaa7b-60d33477, #w-node-_3174c605-62e7-00bc-7be2-dc6cdf684f3c-60d33477 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_6b1ba0de-9442-0c32-204b-5109985f03e5-60d33477 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: start;
  }

  #w-node-_2f38b1ef-2e6a-e67f-7ba3-d54c6b61347f-60d33477, #w-node-_2f38b1ef-2e6a-e67f-7ba3-d54c6b613481-60d33477, #w-node-ab9acc65-5f58-1b4a-dfc2-19de956aed4f-60d33477, #w-node-ab9acc65-5f58-1b4a-dfc2-19de956aed51-60d33477, #w-node-e3657647-6868-6c4d-45ff-62730aa0f0fb-60d33477, #w-node-e3657647-6868-6c4d-45ff-62730aa0f0fd-60d33477, #w-node-_99c5a595-4d61-8554-0bd4-805364e725a3-60d33477, #w-node-_99c5a595-4d61-8554-0bd4-805364e725a5-60d33477, #w-node-efe3f523-092d-5516-2072-ed8681ee0de3-60d33477, #w-node-efe3f523-092d-5516-2072-ed8681ee0de5-60d33477, #w-node-_4880be97-2eca-4aeb-7f81-2ac84bdebd87-60d33477, #w-node-_4880be97-2eca-4aeb-7f81-2ac84bdebd89-60d33477, #w-node-f6665a05-e343-e98d-6815-189fc3047777-60d33477, #w-node-f6665a05-e343-e98d-6815-189fc3047779-60d33477 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f3bb720f-5109-f33a-93a3-e48d119fe99b-60d33477 {
    grid-area: 1 / 2 / 3 / 2;
  }

  #w-node-f3bb720f-5109-f33a-93a3-e48d119fe9a1-60d33477 {
    grid-area: 3 / 1 / 5 / 2;
  }

  #w-node-_73eb28e1-6ba8-3ea5-9ddf-3aba03f4e4b6-0a9f1186 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4caebc2b-c40b-c752-aa51-e0794e7d1e58-0a9f1186 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_129dd740-d613-d9bd-a639-c0dced6f2c2a-0a9f1186, #w-node-_129dd740-d613-d9bd-a639-c0dced6f2c2c-0a9f1186 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Aeonikpro';
  src: url('../fonts/AeonikPro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonikpro';
  src: url('../fonts/AeonikPro-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}