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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.05em;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.1em;
}

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

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6em;
}

a {
  color: #727272;
  font-size: 16px;
  line-height: 1.6em;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  line-height: 1.6em;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.6em;
}

.hero {
  opacity: 1;
  color: #fff;
  background-color: #000;
  background-image: url('../images/Screenshot-2025-02-24-204016.jpg');
  background-position: 50% 80%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: 50svh;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 75px;
  display: flex;
  position: static;
}

.hero.solution {
  background-image: url('../images/Screenshot-2025-02-24-203708.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: stretch;
  height: 550px;
  min-height: 0;
}

.hero.solution.dt {
  background-image: url('../images/milad-fakurian-_S-zZyQiOr8-unsplash.jpg');
  justify-content: center;
  height: 500px;
}

.hero.solution.gd {
  background-image: linear-gradient(#fff0, #000000d1), url('../images/Screenshot-2025-02-25-153035.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  height: 500px;
}

.hero.solution.ux {
  background-color: #0000;
  background-image: linear-gradient(#0000, #00000012 0%, #000000d1), url('../images/amper-FvpVY7TpwNY-unsplash.jpg');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  height: 500px;
}

.hero.solution.sp {
  background-image: url('../images/milad-fakurian-EHhB5Zh-qFE-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: stretch;
  height: 500px;
}

.hero.news {
  background-image: url('../images/josh-hild-dTEIQuZsDV4-unsplash.jpg');
  background-position: 50%;
}

.hero.blog-post {
  background-image: none;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
}

.hero.hp {
  background-image: url('../images/warren-umoh-eSnOeMaH6RI-unsplash.jpg');
  justify-content: center;
  min-height: 50svh;
}

.hero-nav {
  z-index: 99999;
  background-color: #ccced2;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 130px;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.down-wrapper {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-self: auto;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
}

.info-inner {
  width: 100%;
  margin-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.info-block.typography, .info-block.rich-text, .info-block.forms {
  margin-top: 128px;
}

.info-block.intro {
  margin-bottom: 70px;
}

.content-wrapper {
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-wrapper.style-guide-content {
  align-items: flex-start;
  display: flex;
}

.content-wrapper.blog-posts {
  margin-bottom: 40px;
  display: flex;
}

.content-wrapper.cpd {
  justify-content: flex-start;
  align-items: flex-start;
}

.paragraph-normal {
  font-size: 18px;
  line-height: 28px;
}

.paragraph-normal.nav-title {
  color: #25272a;
  margin-bottom: 12px;
  font-weight: 600;
}

.paragraph-normal.color-name {
  color: #25272a;
  font-weight: 600;
}

.color-item {
  border: 1px solid #e6e7e8;
}

.info-block-content {
  margin-top: 64px;
}

.title-3.style-guide-heading {
  margin-bottom: 12px;
}

.split-content.style-guide-content-right {
  width: 100%;
}

.split-content.style-guide-content-left {
  flex-direction: column;
  width: 364px;
  margin-right: 48px;
  display: flex;
  position: sticky;
  top: 64px;
}

.split-content.left-info {
  align-self: flex-start;
  width: 45%;
  margin-top: 30px;
  margin-right: 100px;
  padding-top: 0;
}

.split-content.left-info.large {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 45%;
  margin-bottom: 70px;
  padding-top: 0;
  display: flex;
}

.split-content.left-info.ad, .split-content.left-info.cta {
  align-self: center;
}

.split-content.left-info.cpd {
  margin-right: 100px;
  padding-top: 0;
}

.split-content.right {
  width: 75%;
  padding-top: 30px;
  display: block;
  overflow: visible;
}

.split-content.right.small {
  width: 50%;
}

.split-content.right.cpd {
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 66%;
  display: flex;
}

.split-content._80 {
  width: 80%;
}

.split-content.right {
  width: 75%;
  padding-top: 30px;
  overflow: hidden;
}

.paragraph-large {
  font-size: 22px;
  font-weight: 200;
  line-height: 1.6em;
}

.paragraph-large._80 {
  width: 70%;
  margin-bottom: 30px;
}

.nav-link {
  color: #686d76;
  align-self: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: 400;
  text-decoration: none;
}

.nav-link:hover {
  color: #25272a;
}

.nav-link.w--current {
  color: #686d76;
}

.nav-link.w--current:hover {
  color: #25272a;
}

.colors-grid {
  grid-column-gap: 24px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.info-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}

.color-item-info {
  padding: 12px;
}

.overline {
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.overline.no-margin {
  margin-top: 0;
}

.info-wrapper {
  margin-top: 64px;
}

.color-item-fill {
  height: 128px;
}

.color-item-fill.bg-neutral-600 {
  background-color: #686d76;
}

.color-item-fill.bg-neutral-400 {
  background-color: #9a9ea5;
}

.color-item-fill.bg-neutral-800 {
  background-color: #25272a;
}

.color-item-fill.bg-neutral-300 {
  background-color: #ccced2;
}

.color-item-fill.bg-neutral-100 {
  background-color: #fff;
}

.color-item-fill.bg-neutral-500 {
  background-color: #80858f;
}

.color-item-fill.bg-neutral-200 {
  background-color: #e6e7e8;
}

.color-item-fill.bg-neutral-900 {
  background-color: #000;
}

.color-item-fill.bg-neutral-700 {
  background-color: #3c3e43;
}

.paragraph-small {
  text-align: left;
  letter-spacing: -.01em;
  font-size: 14px;
  line-height: 1.6em;
  text-decoration: none;
}

.paragraph-small.margin {
  margin-bottom: 30px;
}

.info-content-wrapper {
  margin-top: 64px;
}

.info-section {
  padding-top: 128px;
  padding-bottom: 128px;
}

.info-section.style-guide-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

.divider {
  background-color: #e6e7e8;
  width: 100%;
  height: 1px;
}

.brand {
  color: #fff;
  margin-right: 50px;
}

.brand.w--current {
  color: #fff;
}

.brand.dark {
  color: #000;
}

.navigation-link {
  color: #000;
  padding: 0 10px;
  font-size: 16px;
}

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

.navigation-link.mobile-only {
  display: none;
}

.navigation-link.black {
  color: #000;
}

.button {
  color: #000;
  border: 2px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 50px;
  margin-left: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.mobile-only {
  display: flex;
}

.btn-txt-1, .btn-txt-2 {
  color: #000;
  position: absolute;
}

.second-wrapper {
  align-items: center;
  display: flex;
}

.jumbo {
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.05em;
}

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

.btn-parent {
  color: #000;
  border: 2px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-txt-1-2, .btn-txt-2-2 {
  color: #fff;
  position: absolute;
}

.section {
  background-color: #0000;
  padding: 40px 6%;
  display: block;
}

.section.grey {
  background-color: #e6e7e8;
  display: flex;
}

.section.full-screen {
  background-image: url('../images/shubham-dhage-bhiQQm1urPI-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 100vh;
}

.section.full-screen.solution {
  background-image: url('../images/milad-fakurian-PpgY7sjpf_0-unsplash.jpg');
  padding-bottom: 40px;
}

.section.full-screen.solution.gd {
  background-image: url('../images/Screenshot-2025-02-24-203708.jpg');
}

.section.full-screen.careers {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.section.full-screen.contact {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-image: url('../images/Screenshot-2025-02-24-204112.jpg');
  background-size: cover;
  flex-flow: column;
  display: flex;
}

.section.full-screen.suscribe {
  background-image: url('../images/joel-filipe-pyHPJEjUYHY-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section.full-screen.ux {
  background-image: url('../images/milad-fakurian-ICTjWYzpoc0-unsplash.jpg');
}

.section.full-screen.gd {
  background-image: url('../images/Screenshot-2025-02-24-194008.jpg');
}

.section.full-screen.dt {
  background-image: url('../images/milad-fakurian-PpgY7sjpf_0-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.section.full-screen.ds {
  background-image: url('../images/milad-fakurian-PpgY7sjpf_0-unsplash.jpg');
}

.section.full-screen.hp {
  background-image: url('../images/shubham-dhage-MpL4w1vb798-unsplash.jpg');
}

.section.demo {
  color: #fff;
  background-image: url('../images/shubham-dhage-5LQ_h5cXB6U-unsplash.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  min-height: 50vh;
  display: flex;
  position: relative;
}

.section.careers {
  color: #fff;
  background-color: #2c2c2c;
  background-image: url('../images/milad-fakurian-ICTjWYzpoc0-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}

.section.contact-nav {
  background-color: gray;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.contact {
  color: #fff;
  background-color: #424242;
  background-image: none;
  background-size: auto;
  width: 100%;
}

.section.other-nav {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.dt {
  background-color: #000;
}

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

.container-l.full-screen {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.container-l.mini {
  max-width: 1280px;
}

.features-grid-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.heading-wrapper {
  margin-bottom: 40px;
}

.heading-wrapper._50 {
  width: 90%;
  margin-bottom: 40px;
  padding-right: 50px;
}

.heading-wrapper._50.image {
  padding-right: 0;
}

.features-cell {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 0;
  display: flex;
}

.features-cell.spacing {
  margin-bottom: 40px;
}

.number {
  border-bottom: 1px solid #000;
  padding-bottom: 21px;
}

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

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

.faq-wrapper {
  margin-bottom: 30px;
}

.accordion-icon-stripe-1 {
  background-color: #000;
  width: 1px;
  height: 100%;
}

.accordion-top-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
  position: relative;
}

.accordion-top {
  opacity: 1;
  align-items: center;
  width: 100%;
  transition: opacity .6s cubic-bezier(.19, 1, .22, 1);
  display: flex;
}

.accordion-top:hover {
  opacity: .64;
}

.accordion-divider {
  border-top: 1px solid #202020;
  height: 0;
}

.accordion-bottom-text {
  color: #333;
  width: 100%;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.accordion-bottom-wrap {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 32px;
}

.accordion-bottom {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  width: 100%;
  overflow: hidden;
}

.accordion-divider-wrap {
  display: none;
  overflow: visible;
}

.accordion {
  cursor: pointer;
  border-bottom: 1px #202020;
  width: 100%;
  margin-bottom: 0;
}

.accordion-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.accordion-top-icon {
  justify-content: center;
  align-items: center;
  margin-right: 0;
  padding: 16px;
  position: relative;
}

.accordion-top-text {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3em;
}

.accordion-icon-stripe-2 {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
}

.accordion-top-wrap {
  border-bottom: 1px solid #000;
  flex: 1;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sub-accordion-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.btn-parent-2 {
  color: #000;
  border: 2px solid #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-parent-2.w--current {
  border-radius: 10px;
}

.btn-txt-1-3, .btn-txt-2-3 {
  position: absolute;
}

.card-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 600px;
  height: 100%;
  display: flex;
}

.card-wrapper.contact {
  grid-template-columns: 1.75fr 1fr;
}

.card {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ffffffba;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px 30px 60px;
  display: flex;
}

.card.dark {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  background-color: #000000ba;
  justify-content: center;
  align-items: flex-start;
}

.card-inner {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.card-inner.principal {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.card-middle-block {
  background-image: url('../images/Screenshot-2025-01-28-075014.png');
  background-position: 50%;
  background-size: cover;
  border-top: 1px #000;
  min-height: 35vh;
  padding-top: 26px;
}

.card-middle-block.light {
  background-image: url('../images/Screenshot-2025-02-25-152720.jpg');
  background-size: cover;
  border-top-style: none;
  border-top-color: #fff;
  width: 100%;
}

.card-middle-block.light.ad {
  background-image: url('../images/shubham-dhage-fQL1DKNUQZw-unsplash.jpg');
}

.card-middle-block.light.uxd {
  background-image: url('../images/MobileFlow.jpg');
  background-position: 50% 33%;
  background-repeat: repeat-x;
  background-size: contain;
}

.card-middle-block.light.cv {
  background-image: url('../images/shubham-dhage-aecIHElCkQI-unsplash.jpg');
}

.card-middle-block.light.ux {
  background-image: url('../images/ux.jpg');
}

.card-middle-block.light.imd {
  background-image: url('../images/level2.webp');
}

.card-middle-block.light.sd {
  background-image: url('../images/tai-bui-CxfsmzeZtJw-unsplash.jpg');
  background-position: 50%;
  background-attachment: scroll;
}

.card-middle-block.light.dt {
  background-image: url('../images/zesan-h.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.card-middle-block.light.founder {
  background-image: linear-gradient(#fff0 52%, #000000f5 83%), url('../images/bio2.jpg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  background-attachment: scroll, scroll;
  width: 50%;
  min-height: 88vh;
  margin-top: 20px;
  margin-left: 0;
}

.card-middle-block.de {
  background-image: url('../images/level0.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.card-middle-block.dc {
  background-image: url('../images/alvaro-bernal.jpg');
  background-position: 50%;
  background-size: cover;
}

.card-middle-block.f1 {
  background-image: url('../images/gamedev.webp');
  background-position: 50% 28%;
}

.card-middle-block.f2 {
  background-image: url('../images/cjm.jpg');
  background-position: 1%;
  background-repeat: repeat;
  background-size: cover;
}

.card-middle-block.f3 {
  background-image: url('../images/shubham-dhage-AeF5ZV1LRRE-unsplash.jpg');
}

.slider-arrow {
  background-color: #000;
  border-radius: 50%;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 22px;
  transition: box-shadow .35s, background-color .35s, color .35s, transform .35s;
  position: absolute;
  box-shadow: 0 4px 4px #0c046633;
}

.slider-arrow:hover {
  color: #170f49;
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 20px -8px #0c04661a;
}

.slider-arrow:active {
  transform: scale(.94);
}

.slider-arrow.small {
  width: 56px;
  min-width: 56px;
  min-height: 56px;
  max-height: 56px;
  margin-top: auto;
  margin-bottom: auto;
}

.slider-arrow.small.right {
  background-color: #000;
  width: 64px;
  min-width: 64px;
  min-height: 64px;
  max-height: 64px;
  left: auto;
}

.slider-arrow.small.right:hover {
  background-color: #fff;
}

.subtitle---brix {
  color: #4a3aff;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 11px;
  font-weight: 500;
}

.content.avatar-content---brix {
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 20px;
  display: flex;
}

.content.testimonials-client-info---brix {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 450px;
  display: flex;
}

.title {
  white-space: break-spaces;
}

.title.testimonial-v1---brix {
  margin-bottom: 13px;
  font-size: 30px;
}

.title.avatar-name-v1---brix {
  margin-bottom: 0;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.display-none {
  display: none;
}

.testimonial-card {
  background-color: #fff;
  border: 1px #f7f7fb;
  border-radius: 11px;
  padding: 50px 50px 60px;
  overflow: hidden;
}

.section-testimonials {
  background-color: #ccced2;
  flex-direction: column;
  justify-content: center;
  min-height: 624px;
  padding: 100px 6% 190px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.slide.testimonial {
  max-width: 500px;
  margin-right: 30px;
}

.image-wrapper {
  overflow: hidden;
}

.image-wrapper.image {
  border-radius: 50%;
  margin-right: 18px;
  box-shadow: 0 4px 14px #2427291a;
}

.mask {
  border-radius: 20px;
}

.mask.testimonial {
  max-width: 500px;
  overflow: visible;
}

.image.avatar {
  border-radius: 100%;
  width: 60px;
  min-width: 60px;
  min-height: 60px;
  max-height: 60px;
}

.testimonial-paragraph {
  margin-bottom: 30px;
}

.cta-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cta-info {
  width: 60%;
}

.secondary-link {
  color: #fff;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: none;
}

.footer-link {
  color: #fff;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: none;
}

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

.footer-top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #ffffff1a;
  justify-content: space-around;
  margin-bottom: 0;
  padding-bottom: 60px;
  display: flex;
}

.footer-bottom {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.footer {
  background-color: #000;
  padding: 132px 6%;
  text-decoration: none;
}

.social-link {
  clear: none;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  margin-left: 0;
  padding: 10px;
  display: flex;
}

.text-field {
  background-color: #0000;
  border: 1px #000;
  border-bottom-style: solid;
  min-height: 62px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 20px;
}

.text-field.utility-page {
  margin-bottom: 27px;
}

.footer-wrapper {
  background-color: #64646400;
  align-items: center;
  display: flex;
}

.footer-info {
  width: 50%;
}

.card-down-grid.ux {
  display: flex;
}

.card-down-grid.gd {
  padding-top: 0;
  display: flex;
}

.card-up-block {
  width: 100%;
  margin-bottom: 0;
  margin-right: 100px;
}

.card-up-block.contact-form {
  margin-bottom: 50px;
}

.card-up-block.bio {
  width: 60%;
}

.button-mobile-wrapper {
  display: none;
}

.paragraph._80 {
  width: 80%;
  margin-bottom: 25px;
}

.menu-info-block {
  display: none;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  display: flex;
  overflow: hidden;
}

.menu-bar {
  background-color: #000;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.subheading-wrapper {
  justify-content: flex-end;
  display: flex;
}

.subheading-inner {
  text-align: right;
  width: 40%;
}

.collection-list-3 {
  grid-column-gap: 70px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state-11 {
  background-color: #0000;
  width: 0;
  padding: 0;
}

.collection-list-wrapper {
  width: 100%;
}

.link-block {
  color: #333;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  text-decoration: none;
  transition: all .85s;
  display: flex;
}

.link-block:hover {
  transform: scale(1.03);
}

.posts-wrap {
  background-image: url('../images/pavel-nekoranec-7-jGbbLYmEQ-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 34vw;
  margin-bottom: 20px;
  display: flex;
}

.article-info-wrap {
  font-size: 20px;
  line-height: 1.3em;
}

.article-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 500;
}

.paragraph-blog {
  margin-bottom: 40px;
}

.cta-button-wrapper {
  padding-top: 0;
}

.contact-form-block {
  color: #222;
  border: 1px #202020;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.contact-form {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-field {
  color: #e2e2e2;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #202020;
  border-radius: 0;
  height: 70px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 30px;
  font-size: 20px;
}

.form-field:focus {
  border-bottom-color: #414a77;
}

.form-field::placeholder {
  color: #e2e2e2;
  font-weight: 300;
}

.text-area {
  color: #e2e2e2;
  background-color: #0000;
  border: 1px #202020;
  border-bottom-style: solid;
  height: 70px;
  margin-bottom: 40px;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 30px;
  font-size: 20px;
  overflow: visible;
}

.text-area:focus {
  border-bottom-color: #414a77;
}

.text-area::placeholder {
  color: #e2e2e2;
}

.submit {
  color: #202020;
  text-align: center;
  background-color: #e2e2e2;
  border: 1px #000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 240px;
  min-width: 240px;
  max-width: 240px;
  height: 60px;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 700;
  transition: transform .5s cubic-bezier(.23, 1, .32, 1), color .2s, all .7s;
  display: flex;
}

.submit:hover {
  color: #202020;
  background-color: #7c7c7c;
  transform: translate(0, -3px);
}

.sucess-message {
  background-color: #0000;
  border: 1px #203492;
}

.sucess-text {
  color: #e2e2e2;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
}

.error-message {
  background-color: red;
  border-radius: 20px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 900;
}

.select-field {
  height: 70px;
  margin-bottom: 40px;
  padding-right: 30px;
}

.content-wrapper-2.style-guide-content {
  align-items: flex-start;
  display: flex;
}

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

.black-brand {
  color: #000;
}

.text-block-8 {
  color: #333;
  margin-right: 3px;
  font-size: 16px;
}

.or-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.form-box {
  flex-direction: column;
  justify-content: center;
  min-width: 100%;
  display: flex;
}

.social-box {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 5%;
  margin-bottom: 5%;
  display: flex;
}

.image-2 {
  height: 25px;
}

.checkbox-label {
  opacity: .7;
  color: #222;
  font-size: 16px;
  font-weight: 500;
}

._1px-div-line {
  background-color: #000;
  width: 40%;
  height: .8px;
}

.text-block-9 {
  color: #374252;
  letter-spacing: .5px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.text-block-9._2 {
  color: #fff;
}

.success-message {
  color: #009da3;
  background-color: #009da31f;
  padding-top: 24px;
  padding-bottom: 24px;
  font-weight: 600;
}

.text-field-box {
  flex-direction: column;
  width: 49%;
  margin-bottom: 30px;
  display: flex;
}

.text-field-box._2 {
  width: 100%;
  margin-bottom: 30px;
}

.social-login {
  border: 1.1px solid #000;
  border-radius: 5px;
  place-content: stretch center;
  align-items: center;
  width: 49%;
  height: 45px;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
  box-shadow: 0 0 3px #dbdbdb;
}

.social-login:hover {
  background-color: #f9f9f9;
  border-color: #dbdbdb;
}

.social-login:active {
  background-color: #f2f2f2;
  box-shadow: 1px 0 3px #dbdbdb;
}

.social-login.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.social-login.facebook:hover {
  opacity: .95;
}

.login-inner {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.checkbox {
  width: 14px;
  height: 14px;
}

.checkbox.w--redirected-checked {
  background-color: #2d323e;
}

.link-4 {
  color: #2d323e;
}

.form-field-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.div-block-2 {
  text-align: center;
  margin-left: 10px;
}

.checkbox-field {
  margin-bottom: 15px;
}

.form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: #000;
  text-align: center;
}

.left-block {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-6 {
  margin-bottom: 31px;
}

.paragraph-last-career {
  margin-bottom: 30px;
}

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

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

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

.text-block-10 {
  margin-bottom: 30px;
}

.article-title-heading {
  text-align: center;
}

.heading-background {
  background-color: #000000d9;
  border-radius: 40px;
  padding: 2%;
}

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

.careers {
  overflow: hidden;
}

.columns-paragraph {
  column-count: auto;
}

.paragraph-2 {
  color: #fff;
}

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

.navbar-logo-left-3 {
  background-color: #8f8f8f;
  justify-content: space-between;
  align-items: center;
  height: 130px;
  display: flex;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1920px;
  margin-bottom: 0;
  padding: 20px 0;
  display: flex;
}

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

.navbar-wrapper-2 {
  clear: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
  position: static;
}

.nav-menu-wrapper-2 {
  flex-wrap: nowrap;
  order: 0;
  justify-content: flex-end;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible, .nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.image-4 {
  display: inline-block;
}

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

.container-r.full-screen {
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.paragraph-3 {
  margin-right: 100px;
  display: block;
}

.process {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
  display: flex;
}

.html-embed {
  border-radius: 0;
  display: flex;
}

.text-block-11 {
  overflow-wrap: normal;
  padding-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 96px;
  line-height: 100px;
}

.div-block-14 {
  z-index: 10;
  position: fixed;
}

.section-training {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  min-height: 624px;
  padding: 125px 6% 140px;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.training-wrapper {
  flex: 0 auto;
}

.container-t {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.training-inner {
  flex: 1;
}

.training-inner.image {
  background-image: url('../images/alvaro-bernal.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-7 {
  font-size: 50px;
}

.image-7 {
  width: 100%;
}

.training-content.left-info {
  width: 35%;
  margin-right: 100px;
  padding-top: 30px;
}

.training-content.left-info.large {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  width: 80%;
  margin-bottom: 70px;
  padding-top: 0;
  display: flex;
}

.training-header {
  margin-bottom: 65px;
}

.training-header._50 {
  width: 100%;
  margin-bottom: 40px;
}

.paragraph-4 {
  margin-bottom: 40px;
}

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

.container-imd.full-screen {
  height: 100%;
  margin-bottom: 60px;
  display: flex;
}

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

.container-apps.full-screen {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-bottom: 60px;
  padding-bottom: 0;
  display: flex;
}

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

.container-training.full-screen {
  height: 100%;
  margin-bottom: 60px;
  display: flex;
}

.card-subbutton-wrapper {
  padding-top: 40px;
}

.hero-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 6%;
  padding-right: 6%;
  display: block;
}

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

.container-game-ux.full-screen {
  justify-content: space-around;
  height: 100%;
  margin-bottom: 60px;
  display: flex;
}

.container-unity {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  display: flex;
}

.container-unity.design {
  flex-flow: row;
}

.badge {
  flex: 0 auto;
  margin-right: 80px;
}

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

.features {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  display: flex;
}

.solutions {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.section-s {
  padding: 40px 6%;
  display: block;
}

.section-s.grey {
  background-color: #e6e7e8;
  display: flex;
}

.section-s.full-screen {
  background-image: url('../images/joel-filipe-pyHPJEjUYHY-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 100vh;
}

.section-s.full-screen.solution {
  background-image: url('../images/milad-fakurian-ICTjWYzpoc0-unsplash.jpg');
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.section-s.full-screen.careers {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.section-s.full-screen.contact {
  background-image: url('../images/iambee-studio-oq3Ps92Ls40-unsplash.jpg');
}

.section-s.full-screen.suscribe {
  background-image: url('../images/joel-filipe-pyHPJEjUYHY-unsplash.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-s.demo {
  color: #fff;
  background-image: url('../images/pascal-meier-WotyTSGl91k-unsplash.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  min-height: 50vh;
  display: flex;
  position: relative;
}

.section-s.careers {
  color: #fff;
  background-color: #2c2c2c;
  padding-bottom: 60px;
}

.section-s.contact-nav {
  background-color: gray;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-s.contact {
  color: #fff;
  background-color: gray;
}

.section-s.other-nav {
  padding-top: 50px;
  padding-bottom: 50px;
}

.core {
  padding-right: 0;
}

.container-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #1a1b1fbf;
}

.nav-link-4:focus-visible, .nav-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-scroll {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 80px;
}

.gallery-link {
  color: #1a1b1f;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #1a1b1fcc;
}

.gallery-link.w--current {
  font-weight: 600;
}

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

.gallery-image-wrapper {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-2:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: flex;
}

.card-outer-shell {
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-outer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  height: 100%;
  display: flex;
}

.button-wrapper {
  padding-top: 40px;
}

.heading-8 {
  white-space: normal;
  font-weight: 400;
}

.button-2 {
  display: block;
}

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

.navbar-logo-center-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-2 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-2 {
  width: 100%;
}

.nav-menu-three-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5:hover {
  color: #1a1b1fbf;
}

.nav-link-5:focus-visible, .nav-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible, .nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.footer-dark-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper-3 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-3 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link-3:hover {
  color: #1a1b1fbf;
}

.footer-social-block-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-divider-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center-2 {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-19 {
  padding-bottom: 40px;
}

.link-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 150px;
  display: flex;
}

.heading-9, .heading-10, .heading-11, .heading-12, .heading-13 {
  font-weight: 400;
}

.heading-14 {
  font-size: 46px;
}

.heading-15 {
  text-align: left;
  font-size: 46px;
}

.heading-16 {
  font-weight: 500;
}

.heading-17 {
  font-size: 46px;
}

.text-block-12 {
  color: #fff;
  font-size: 16px;
}

.logos {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.logo-wrapper, .div-block-22, .div-block-23, .div-block-24 {
  align-self: center;
}

.heading-18 {
  margin-bottom: 20px;
  font-size: 46px;
}

.card-middle-block-de {
  background-image: url('../images/Screenshot-2025-01-28-075014.png');
  background-position: 50%;
  background-size: cover;
  border-top: 1px #000;
  min-height: 35vh;
  padding-top: 26px;
}

.card-middle-block-de.light {
  background-image: url('../images/IMD2.png');
  background-size: cover;
  border-top-style: none;
  border-top-color: #fff;
  width: 100%;
}

.card-middle-block-dc {
  background-image: url('../images/Screenshot-2025-01-28-075014.png');
  background-position: 50%;
  background-size: cover;
  border-top: 1px #000;
  min-height: 35vh;
  padding-top: 26px;
}

.card-middle-block-dc.light {
  background-image: url('../images/IMD2.png');
  background-size: cover;
  border-top-style: none;
  border-top-color: #fff;
  width: 100%;
}

.spline-scene {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  display: flex;
}

.container-6 {
  background-color: #7ff6ff;
  border: 3px solid #000;
  border-top: 0 #000;
  border-radius: 0;
}

.image-10 {
  width: 100%;
}

.paragraph-5 {
  margin-bottom: 20px;
}

.paragraph-6 {
  margin-right: 0;
  padding-right: 0;
}

.heading-19 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-7 {
  color: #fff;
  text-align: center;
}

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

.bold-text {
  color: #87e7ff;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-8 {
  direction: ltr;
  color: #fff;
}

.home-s3 {
  background-image: url('../images/Picture1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 40vh;
}

.div-block-25 {
  min-height: 50px;
}

.list {
  margin-bottom: 40px;
}

.ux-script {
  width: 100%;
  margin-top: 20px;
  padding-top: 0;
  padding-right: 20px;
}

.gd-script {
  width: 100%;
  min-width: 0;
  margin-top: 20px;
  padding-top: 0;
  padding-right: 20px;
}

.mobile-app {
  background-image: url('../images/Screenshot-2026-01-26.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 500px;
  min-height: 400px;
}

.div-block-27 {
  background-image: url('../images/cm-flow.jpg');
  background-position: 50% 92%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  min-width: 500px;
  min-height: 681px;
}

.image-12 {
  width: 100%;
}

.div-block-28 {
  background-image: url('../images/shadowmask.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  min-width: 650px;
  min-height: 400px;
}

.paragraph-9, .paragraph-10 {
  margin-bottom: 30px;
}

.bold-text-2 {
  color: #87e7ff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

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

.link-7 {
  color: #87e7ff;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
}

.section-2 {
  background-color: #bb4747;
  background-image: url('../images/chamfjord-CTfoJ_Ly964-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  width: auto;
  height: 400px;
}

.body-2 {
  height: auto;
  display: block;
}

.container-7 {
  background-color: #61bdff;
  margin-top: 40px;
}

.navbar-logo-center-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-3 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-3 {
  width: 100%;
}

.nav-menu-three-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-6 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-6:hover {
  color: #1a1b1fbf;
}

.nav-link-6:focus-visible, .nav-link-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-4 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-4 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-4:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-4:focus-visible, .nav-dropdown-toggle-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-4 {
  margin-right: 10px;
}

.nav-dropdown-list-4 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-4.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-4 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-4:focus-visible, .nav-dropdown-link-4[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

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

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

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

.hero-heading-center-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-3.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-3 {
  margin-left: 12px;
}

.list-2, .heading-20 {
  color: #fff;
}

.bold-text-3 {
  color: #4b4c4d;
  text-decoration: none;
}

.section-3 {
  background-color: #e71e1e;
}

.container-9 {
  background-color: #3874af;
}

.navbar-logo-center-container-4 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-4.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three-4 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-4 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-4 {
  width: 100%;
}

.nav-menu-three-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-4 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-7 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-7:hover {
  color: #1a1b1fbf;
}

.nav-link-7:focus-visible, .nav-link-7[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-5 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-5 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-5:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-5:focus-visible, .nav-dropdown-toggle-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-5 {
  margin-right: 10px;
}

.nav-dropdown-list-5 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-5.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-5 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-5:focus-visible, .nav-dropdown-link-5[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-4:hover {
  color: #1a1b1fbf;
}

.button-primary-5 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-5.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.hero-heading-center-4 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-4.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.logos-title-large {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-list-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 24px;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright-2 {
  color: #3a4554;
}

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

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-8 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-8:hover {
  color: #1a1b1fbf;
}

.nav-link-8:focus-visible, .nav-link-8[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-6 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-6 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-6:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-6:focus-visible, .nav-dropdown-toggle-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-6 {
  margin-right: 10px;
}

.nav-dropdown-list-6 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-6.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-6 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-6:focus-visible, .nav-dropdown-link-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-5 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-5:hover {
  color: #1a1b1fbf;
}

.button-primary-6 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 3px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-6.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-6.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.hero-subscribe-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-5 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.footer-light-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-block-two-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two-2 {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two-2:hover {
  color: #1a1b1fbf;
}

.footer-form-2 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field-2 {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field-2:hover, .footer-form-field-2:focus {
  border-color: #76879d;
}

.footer-form-field-2::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit-2 {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit-2:hover {
  background-color: #3a4554;
}

.footer-divider-two-3 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright-3 {
  color: #3a4554;
}

.footer-social-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-4 {
  margin-left: 12px;
}

.navbar-logo-center-container-5 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container-5.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three-5 {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three-5 {
  width: 100%;
}

.nav-menu-three-5 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block-5 {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-9 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-9:hover {
  color: #1a1b1fbf;
}

.nav-link-9:focus-visible, .nav-link-9[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-7 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-7 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-7:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-7:focus-visible, .nav-dropdown-toggle-7[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-7 {
  margin-right: 10px;
}

.nav-dropdown-list-7 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-7.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-7 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-7:focus-visible, .nav-dropdown-link-7[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-6 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-6:hover {
  color: #1a1b1fbf;
}

.button-primary-7 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.hero-heading-center-5 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-6.margin-bottom-32px {
  margin-bottom: 32px;
}

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

.hero-split-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-6 {
  margin-bottom: 24px;
}

.shadow-two-6 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.div-block-29 {
  border-top: 1px #000;
}

.div-block-30 {
  background-image: url('../images/realistic_front_view_blank_smartphone_psd_mockup.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 14%;
  height: 300px;
  display: block;
}

.heading-21 {
  margin-top: 0;
}

.paragraph-11, .heading-22 {
  text-align: center;
}

.div-block-31 {
  margin-bottom: 20px;
}

.link-block-3 {
  margin-top: 20px;
}

.bold-text-4, .bold-text-5 {
  color: #534848;
}

.div-block-32 {
  display: none;
}

.list-3 {
  margin-bottom: 20px;
}

.heading-23, .heading-24 {
  margin-top: 40px;
}

@media screen and (min-width: 1440px) {
  .hero {
    background-image: url('../images/Screenshot-2025-02-24-204016.jpg');
    background-size: cover;
    min-height: 70svh;
  }

  .hero.solution {
    background-image: url('../images/Screenshot-2025-01-20-at-18-43-03-PNG-Image-1920-×-1080-pixels.png');
  }

  .hero.solution.dt {
    background-image: url('../images/milad-fakurian-_S-zZyQiOr8-unsplash.jpg');
  }

  .hero.solution.gd {
    background-image: linear-gradient(#00000080, #75757500 100%, #fff), url('../images/Screenshot-2025-02-25-153035.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero.solution.ux {
    background-image: linear-gradient(#0000, #000000d1), url('../images/amper-FvpVY7TpwNY-unsplash.jpg');
    background-position: 0 0, 50% 25%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero-nav {
    position: sticky;
  }

  .info-inner {
    box-sizing: border-box;
    overflow: auto;
  }

  .split-content.right {
    order: 0;
    align-self: auto;
    overflow: visible;
  }

  .split-content.right.small {
    align-self: auto;
  }

  .btn-parent {
    border-radius: 5px;
  }

  .section.full-screen {
    background-image: url('../images/Screenshot-2025-02-24-203708.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .section.full-screen.solution {
    background-image: url('../images/Screenshot-2025-02-24-203908.jpg');
  }

  .section.full-screen.careers {
    background-image: url('../images/milad-fakurian-ICTjWYzpoc0-unsplash.jpg');
    display: flex;
  }

  .section.full-screen.contact {
    background-image: url('../images/Screenshot-2025-02-24-204112.jpg');
  }

  .section.demo {
    background-image: url('../images/shubham-dhage-5LQ_h5cXB6U-unsplash.jpg');
  }

  .section.careers {
    background-image: url('../images/milad-fakurian-ICTjWYzpoc0-unsplash.jpg');
    min-height: 0;
  }

  .container-l.full-screen {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
  }

  .accordion-top {
    opacity: 100;
    cursor: auto;
    transition-property: none;
  }

  .accordion-bottom-text {
    color: #333;
    font-size: 18px;
    font-weight: 300;
  }

  .accordion {
    cursor: auto;
  }

  .accordion-top-text {
    pointer-events: auto;
    cursor: auto;
  }

  .accordion-top-wrap {
    cursor: auto;
  }

  .btn-parent-2 {
    border-radius: 5px;
  }

  .card-middle-block.light.ad {
    background-image: url('../images/Screenshot-2025-01-28-075609.jpg');
  }

  .card-middle-block.light.uxd {
    background-image: url('../images/MobileFlow.jpg');
  }

  .card-middle-block.light.cv {
    background-image: url('../images/shubham-dhage-aecIHElCkQI-unsplash.jpg');
    background-size: cover;
  }

  .card-middle-block.de {
    background-image: url('../images/level0.webp');
  }

  .content.avatar-content---brix {
    margin-right: 60px;
    padding-right: 0;
  }

  .submit {
    border-radius: 5px;
  }

  .form-box {
    width: 500px;
  }

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

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

  .csd-marque {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }

  .section-training {
    background-color: #fff;
    padding-bottom: 140px;
  }

  .container-t {
    display: flex;
  }

  .training-inner {
    flex: 1;
  }

  .heading-7 {
    font-size: 46px;
  }

  .image-7 {
    width: 100%;
    display: block;
  }

  .training-content.left-info.large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 75%;
  }

  .training-header._50 {
    width: 100%;
  }

  .paragraph-4 {
    margin-bottom: 20px;
  }

  .container-imd.full-screen {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 60px;
  }

  .container-apps.full-screen {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .container-training.full-screen {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 60px;
  }

  .card-subbutton-wrapper {
    padding-top: 40px;
  }

  .hero-wrapper {
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-left: 6%;
    padding-right: 0%;
  }

  .container-game-ux.full-screen {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
  }

  .section-s.full-screen {
    background-image: url('../images/joel-filipe-pyHPJEjUYHY-unsplash.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .section-s.full-screen.solution {
    background-image: url('../images/milad-fakurian-ICTjWYzpoc0-unsplash.jpg');
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-s.full-screen.careers {
    display: flex;
  }

  .section-s.careers {
    min-height: 0;
  }

  .button-primary {
    border-radius: 20px;
  }

  .hero-heading-center {
    background-color: #a0c6ff;
  }

  .hero-split {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .image-9 {
    width: 55px;
    height: 55px;
  }

  .link-block-2 {
    justify-content: center;
    align-items: center;
    width: 55px;
    height: 55px;
    display: flex;
  }

  .logos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    margin-top: 60px;
    display: flex;
  }

  .heading-18 {
    font-size: 46px;
  }

  .card-middle-block-dc {
    background-image: url('../images/IMD.png');
  }
}

@media screen and (min-width: 1920px) {
  .hero.solution.dt {
    background-image: url('../images/milad-fakurian-_S-zZyQiOr8-unsplash.jpg');
  }

  .hero.solution.ux {
    background-image: linear-gradient(#0000, #000000d1), url('../images/amper-FvpVY7TpwNY-unsplash.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
  }

  .btn-txt-1 {
    color: #000;
  }

  .btn-parent {
    border-radius: 5px;
  }

  .section.full-screen {
    background-image: url('../images/shubham-dhage-bhiQQm1urPI-unsplash.jpg');
  }

  .section.full-screen.careers {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .section.demo {
    background-image: url('../images/shubham-dhage-5LQ_h5cXB6U-unsplash.jpg');
  }

  .section.careers {
    background-image: url('../images/milad-fakurian-ICTjWYzpoc0-unsplash.jpg');
  }

  .btn-parent-2 {
    border-radius: 5px;
  }

  .card-middle-block.light.ad {
    background-image: url('../images/shubham-dhage-fQL1DKNUQZw-unsplash.jpg');
  }

  .card-middle-block.de {
    background-image: url('../images/level0.webp');
  }

  .submit {
    border-radius: 5px;
  }

  .section-training {
    padding-bottom: 140px;
  }

  .training-inner {
    flex: 1;
  }

  .image-7 {
    max-height: none;
  }

  .container-game-ux.full-screen {
    justify-content: space-around;
  }

  .solutions {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-s.full-screen.solution {
    background-image: url('../images/milad-fakurian-ICTjWYzpoc0-unsplash.jpg');
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .section-s.full-screen.careers {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .card-middle-block-dc {
    background-image: url('../images/IMD.png');
  }

  .image-13 {
    object-fit: fill;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
  }

  .hero {
    height: 100vh;
    padding-bottom: 100px;
  }

  .hero.solution {
    height: auto;
  }

  .hero.hp {
    height: 50vh;
  }

  .down-wrapper {
    z-index: 0;
    position: static;
  }

  .info-inner {
    z-index: auto;
    box-sizing: border-box;
    object-fit: fill;
    width: 100%;
    position: static;
    overflow: hidden;
  }

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

  .split-content.style-guide-content-left {
    display: none;
  }

  .split-content.left-info {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
    padding-top: 0;
    display: flex;
  }

  .split-content.left-info.large {
    width: 100%;
  }

  .split-content.right.small {
    width: 85%;
  }

  .split-content.right {
    width: 100%;
    padding-top: 0;
  }

  .paragraph-large._80 {
    width: 90%;
  }

  .colors-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .info-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .navigation-link {
    color: #fff;
    font-size: 10vw;
    line-height: 1.3em;
  }

  .navigation-link.mobile-only {
    margin-bottom: 40px;
    display: block;
  }

  .navigation-link.black {
    color: #fff;
  }

  .button.mobile-only {
    display: flex;
  }

  .second-wrapper {
    display: none;
  }

  .jumbo {
    font-size: 60px;
  }

  .btn-parent {
    border-radius: 5px;
  }

  .section.full-screen {
    min-height: 100vh;
  }

  .section.full-screen.careers {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .container-l.full-screen {
    flex-flow: column;
  }

  .heading-wrapper._50 {
    width: 100%;
  }

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

  .btn-parent-2 {
    border-radius: 5px;
  }

  .card-wrapper {
    grid-template-columns: 1fr;
  }

  .card-wrapper.contact {
    flex: 0 auto;
    align-self: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .mask {
    margin-left: 20px;
  }

  .mask.testimonial {
    margin-left: 0;
  }

  .footer-top, .footer-bottom {
    flex-flow: column;
  }

  .footer-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-info {
    align-self: center;
    width: 100%;
    display: flex;
  }

  .nav-menu {
    z-index: 2;
    background-color: #424242;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding: 100px 6%;
    display: flex;
    position: fixed;
  }

  .button-mobile-wrapper {
    margin-bottom: 50px;
    display: block;
  }

  .info-block-inner {
    width: 90%;
  }

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

  .menu-info-block {
    display: block;
  }

  .menu-bar {
    background-color: #fff;
  }

  .menu-bar.dark {
    background-color: #000;
  }

  .menu-button {
    z-index: 20;
    padding: 0;
  }

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

  .subheading-inner {
    width: 100%;
  }

  .collection-list-3 {
    grid-template-columns: 1fr;
  }

  .paragraph-blog {
    margin-bottom: 50px;
  }

  .contact-form-block {
    padding: 50px 0;
  }

  .form-box {
    width: 550px;
    margin-top: 0%;
  }

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

  .text-field-box {
    width: 49%;
  }

  .div-block-2 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .suscribe-title {
    margin-bottom: 100px;
  }

  .image-3 {
    flex: 1;
  }

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

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

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

  .csd-marque {
    align-self: center;
  }

  .section-training {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .container-t {
    flex-flow: column;
    display: flex;
  }

  .image-7 {
    width: 100%;
  }

  .training-content.left-info {
    width: 100%;
    margin-bottom: 50px;
    margin-right: 0;
    padding-top: 0;
  }

  .training-content.left-info.large, .training-header._50 {
    width: 100%;
  }

  .container-imd.full-screen, .container-apps.full-screen {
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .container-training.full-screen {
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .container-game-ux.full-screen {
    justify-content: space-around;
  }

  .container-unity, .features {
    flex-flow: column;
  }

  .section-s.full-screen {
    min-height: 100vh;
  }

  .section-s.full-screen.careers {
    flex-flow: wrap;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-4 {
    padding: 12px;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-sticky {
    position: relative;
    top: 0;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

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

  .navbar-wrapper-three-2 {
    justify-content: space-between;
  }

  .navbar-brand-three-2 {
    position: relative;
  }

  .nav-menu-wrapper-three-2 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-5 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-5 {
    padding: 12px;
  }

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

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .footer-content-2 {
    grid-column-gap: 60px;
  }

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

  .navbar-wrapper-three-3 {
    justify-content: space-between;
  }

  .navbar-brand-three-3 {
    position: relative;
  }

  .nav-menu-wrapper-three-3 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-6 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-6 {
    padding: 12px;
  }

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

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

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

  .navbar-wrapper-three-4 {
    justify-content: space-between;
  }

  .navbar-brand-three-4 {
    position: relative;
  }

  .nav-menu-wrapper-three-4 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-4 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-7 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-7 {
    padding: 12px;
  }

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

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .clients-title {
    margin-bottom: 32px;
  }

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-8 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-6.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-8 {
    padding: 12px;
  }

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

  .hero-wrapper-6 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .footer-wrapper-two-2 {
    flex-wrap: wrap;
  }

  .footer-form-2 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-2 {
    max-width: 350px;
  }

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

  .navbar-wrapper-three-5 {
    justify-content: space-between;
  }

  .navbar-brand-three-5 {
    position: relative;
  }

  .nav-menu-wrapper-three-5 {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three-5 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-9 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-7.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-9 {
    padding: 12px;
  }

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

  .hero-wrapper-7 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-6 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h6 {
    font-size: 16px;
  }

  .info-inner {
    overflow: visible;
  }

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

  .split-content.left-info.cta {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .paragraph-large._80 {
    width: 100%;
  }

  .info-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .info-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .jumbo {
    font-size: 50px;
  }

  .container-l.full-screen {
    flex-flow: column;
  }

  .heading-wrapper._50.image {
    align-self: auto;
  }

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

  .card {
    padding: 50px 30px;
  }

  .card.dark {
    flex: 0 auto;
  }

  .slider-arrow, .slider-arrow.small.right {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .content.testimonials-client-info---brix {
    margin-bottom: -16px;
  }

  .testimonial-card {
    border-radius: 12px;
  }

  .section-testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .slide.testimonial {
    max-width: none;
  }

  .slide.testimonial.first {
    margin-left: 0;
    margin-right: 20px;
    padding-left: 0;
  }

  .image-wrapper.image {
    margin-bottom: 16px;
    margin-right: 16px;
  }

  .mask {
    border-radius: 12px;
    margin-right: 20px;
  }

  .mask.testimonial {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .contact-form-block {
    padding: 30px 0;
  }

  .form-box {
    width: auto;
    margin-top: 5%;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .section-training {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-7 {
    width: 100%;
  }

  .container-unity.design {
    flex-flow: column;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-heading-center, .team-slider, .gallery-scroll {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link-2:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

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

  .nav-menu-three-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-2 {
    flex-direction: column;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .hero-heading-center-2, .team-slider-2 {
    padding: 60px 15px;
  }

  .footer-dark-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-3 {
    flex-direction: column;
    align-items: center;
  }

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

  .footer-block-2 {
    align-items: center;
  }

  .footer-link-3:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block-2 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-divider-2 {
    margin-top: 60px;
  }

  .div-block-28 {
    background-repeat: no-repeat;
    background-size: cover;
    min-width: 500px;
  }

  .navbar-brand-three-3 {
    padding-left: 0;
  }

  .nav-menu-three-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-3 {
    flex-direction: column;
  }

  .nav-link-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-4 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-4.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-4.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-4.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-13 {
    margin-top: 10px;
  }

  .hero-heading-center-3, .team-slider-3, .features-list {
    padding: 60px 15px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link-3 {
    margin-left: 20px;
  }

  .navbar-brand-three-4 {
    padding-left: 0;
  }

  .nav-menu-three-4 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-4 {
    flex-direction: column;
  }

  .nav-link-7 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-5 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-5 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-5.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-5.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-5.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-4 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-14 {
    margin-top: 10px;
  }

  .hero-heading-center-4, .team-slider-4, .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .features-list-2 {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

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

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-8 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-6.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-6.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-6.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-5 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-15 {
    margin-top: 10px;
  }

  .hero-subscribe-right, .team-slider-5, .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .footer-light-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .footer-social-link-4 {
    margin-left: 20px;
  }

  .navbar-brand-three-5 {
    padding-left: 0;
  }

  .nav-menu-three-5 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block-5 {
    flex-direction: column;
  }

  .nav-link-9 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-7 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-7 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-7.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-7.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-7.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-6 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-16 {
    margin-top: 10px;
  }

  .hero-heading-center-5, .team-slider-6 {
    padding: 60px 15px;
  }

  .image-14 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-bottom: 75px;
  }

  .hero.solution.gd {
    background-position: 84%;
  }

  .hero.solution.ux {
    background-image: linear-gradient(#0000, #00000012 0%, #000000d1), url('../images/amper-FvpVY7TpwNY-unsplash.jpg');
    background-position: 0 0, 50% 25%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .hero.hp {
    flex-flow: column;
    height: 50vh;
    display: flex;
  }

  .hero-nav {
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: sticky;
    top: 0;
    overflow: hidden;
  }

  .nav-container {
    z-index: 5;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
    display: block;
    position: static;
  }

  .info-inner {
    width: 100%;
    overflow: visible;
  }

  .info-block.typography, .info-block.rich-text, .info-block.forms {
    margin-top: 72px;
  }

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

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

  .split-content.left-info {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .split-content.left-info.large {
    order: -1;
  }

  .split-content.left-info.cpd {
    flex-flow: column;
    order: 0;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .split-content.right {
    order: -1;
  }

  .split-content.right.small {
    width: 100%;
  }

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

  .info-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .info-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .brand {
    float: none;
    margin-right: 0;
    padding-left: 0;
  }

  .brand.w--current {
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .navigation-link {
    vertical-align: baseline;
  }

  .button {
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .second-wrapper {
    box-sizing: border-box;
    display: none;
  }

  .jumbo {
    font-size: 48px;
  }

  .first-wrapper {
    flex: 0 auto;
    display: flex;
  }

  .section {
    width: 100%;
    overflow: hidden;
  }

  .section.grey {
    flex-flow: row;
  }

  .section.demo {
    overflow: hidden;
  }

  .container-l {
    position: static;
  }

  .container-l.full-screen {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

  .heading-wrapper._50 {
    box-sizing: border-box;
    object-fit: fill;
    align-self: auto;
    padding-right: 0;
  }

  .heading-wrapper._50.image {
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }

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

  .accordion-bottom-wrap {
    padding-right: 0;
  }

  .accordion-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sub-accordion-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .card-wrapper {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .card-wrapper.contact {
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
  }

  .card {
    flex: 1;
  }

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

  .card-inner, .card-inner.principal {
    flex-flow: column;
  }

  .card-middle-block.light {
    background-repeat: repeat;
    background-size: cover;
  }

  .card-middle-block.light.uxd {
    background-position: 24%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .card-middle-block.light.founder {
    background-position: 0 0, 0%;
    order: -1;
    align-self: auto;
    width: 100%;
  }

  .slider-arrow {
    margin-bottom: -70px;
  }

  .slider-arrow.small.right {
    margin-top: auto;
    margin-bottom: -70px;
    position: absolute;
    right: 0;
  }

  .content.avatar-content---brix {
    margin-bottom: 16px;
  }

  .content.testimonials-client-info---brix {
    flex-direction: column;
    align-items: flex-start;
  }

  .title.testimonial-v1---brix {
    white-space: break-spaces;
  }

  .slider.testimonial {
    margin-bottom: 80px;
  }

  .testimonial-card {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide.testimonial {
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .slide.testimonial.first {
    margin-right: 30px;
  }

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

  .cta-wrapper {
    z-index: auto;
    display: flex;
  }

  .cta-info {
    width: 100%;
    margin-bottom: 50px;
  }

  .footer-top {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer {
    overflow: hidden;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .card-down-grid {
    grid-template-columns: 1fr;
  }

  .card-down-grid.ux, .card-down-grid.gd {
    flex-flow: column;
  }

  .card-up-block.bio {
    width: 100%;
  }

  .nav-menu {
    box-sizing: border-box;
    object-fit: scale-down;
    flex-flow: column;
    display: flex;
    position: fixed;
  }

  .menu-info-block {
    flex: 1;
  }

  .menu-button {
    flex: 0 auto;
    display: block;
  }

  .contact-form-block {
    padding: 20px 0;
  }

  .form-field {
    height: 60px;
    padding-left: 0;
    padding-right: 15px;
  }

  .submit {
    border-radius: 5px;
  }

  .text-block-8 {
    white-space: nowrap;
  }

  .or-inner {
    width: 100%;
  }

  .form-box {
    width: auto;
    margin-top: 0%;
  }

  .social-box {
    margin-bottom: 0%;
  }

  .text-field-box {
    width: 100%;
  }

  .social-login {
    width: 48%;
    height: 45px;
  }

  .body {
    overflow: visible;
  }

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

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .container-r.full-screen {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
  }

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

  .process {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .image-6 {
    box-sizing: border-box;
    float: none;
    clear: none;
    object-fit: fill;
    width: 100%;
    display: inline-block;
    position: relative;
    overflow: visible;
  }

  .html-embed {
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
  }

  .csd-marque {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-training {
    background-color: #fff;
  }

  .training-inner {
    width: 100%;
  }

  .training-inner.image {
    background-position: 50%;
    width: 100%;
    min-height: 400px;
  }

  .image-7 {
    width: 100%;
  }

  .card-subbutton-wrapper {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-unity {
    overflow: hidden;
  }

  .container-unity.design {
    flex-flow: column;
    overflow: visible;
  }

  .badge {
    align-self: auto;
    margin-right: 0;
    overflow: visible;
  }

  .section-s.full-screen.solution {
    overflow: hidden;
  }

  .core {
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

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

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

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

  .nav-menu-three-2 {
    flex-direction: column;
  }

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

  .hero-split-2 {
    justify-content: center;
    align-self: stretch;
    align-items: stretch;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .div-block-19 {
    align-self: center;
  }

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

  .logos {
    flex-flow: column;
    align-self: auto;
  }

  .heading-18 {
    text-align: left;
  }

  .image-10 {
    margin-bottom: 30px;
  }

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

  .gd-script {
    width: 100%;
  }

  .mobile-app {
    width: 100%;
    min-width: 300px;
    height: 0;
    min-height: 400px;
    overflow: visible;
  }

  .div-block-27 {
    flex: 0 auto;
    align-self: auto;
    min-width: 0;
  }

  .image-12 {
    width: 100%;
    min-width: 283px;
    max-width: 0%;
  }

  .div-block-28 {
    background-image: url('../images/shadowmask.jpg');
    background-position: 42%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    min-width: 313px;
    height: 100px;
    min-height: 400px;
  }

  .link-7 {
    font-style: normal;
  }

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

  .nav-menu-three-3 {
    flex-direction: column;
  }

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

  .team-slide-wrapper-3 {
    width: 100%;
    margin-right: 0%;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .nav-menu-three-4 {
    flex-direction: column;
  }

  .button-primary-5.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .team-slide-wrapper-4 {
    width: 100%;
    margin-right: 0%;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image-2 {
    margin-bottom: 10px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-11 {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    max-width: none;
    display: flex;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-split-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: stretch;
  }

  .hero-form {
    align-self: auto;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

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

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

  .footer-wrapper-two-2 {
    flex-direction: column;
    place-content: stretch center;
    align-items: stretch;
  }

  .footer-block-two-2 {
    margin-top: 40px;
  }

  .footer-bottom-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

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

  .nav-menu-three-5 {
    flex-direction: column;
  }

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

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

  .image-15 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 50%;
    width: 100%;
    display: inline-block;
  }
}

#w-node-_5afe311e-8214-6c86-87c6-6e6db8ec9506-f837a5f9, #w-node-_40e3e1cc-aeb0-a8bf-e81e-68e5e1c7173f-f837a5f9, #w-node-_40e3e1cc-aeb0-a8bf-e81e-68e5e1c71737-f837a5f9, #w-node-_5dbfb4a5-8985-7403-04f6-fd336d592ce0-838d2f0f, #w-node-fd8fd6d4-c86e-2eca-95be-7cdcf520c1a1-838d2f0f, #w-node-fd8fd6d4-c86e-2eca-95be-7cdcf520c1bc-838d2f0f, #w-node-fd8fd6d4-c86e-2eca-95be-7cdcf520c1b7-838d2f0f, #w-node-fd8fd6d4-c86e-2eca-95be-7cdcf520c1b2-838d2f0f, #w-node-fd8fd6d4-c86e-2eca-95be-7cdcf520c1ad-838d2f0f, #w-node-_151f9408-50c8-5ef6-b8f4-7616777c6e7a-838d2f0f, #w-node-_151f9408-50c8-5ef6-b8f4-7616777c6e95-838d2f0f, #w-node-_151f9408-50c8-5ef6-b8f4-7616777c6e90-838d2f0f, #w-node-_151f9408-50c8-5ef6-b8f4-7616777c6e8b-838d2f0f, #w-node-_9e71fbda-42a1-9c67-5fda-ce39616a12f4-838d2f0f, #w-node-f3b3f1fe-3a47-e67d-2534-60fb79b05262-e28d2f11, #w-node-d1fc1533-ab93-ecca-14d0-3e0bd69283f0-e28d2f11, #w-node-f3b3f1fe-3a47-e67d-2534-60fb79b05267-e28d2f11, #w-node-f3b3f1fe-3a47-e67d-2534-60fb79b0526c-e28d2f11, #w-node-d81d4f94-1fa4-2242-8c5d-a7911897c1f8-a98d2f12, #w-node-d81d4f94-1fa4-2242-8c5d-a7911897c1fb-a98d2f12, #w-node-_42828da8-a4d7-96d3-7e3b-499cffb9777e-6c8d2f18, #w-node-_6ba9f93b-e86a-c096-ebf7-23433a59f2a9-6c8d2f18, #w-node-_211edcde-c529-4e43-c0b1-6131f968ba5b-6c8d2f18, #w-node-ea7fb214-4125-1c96-57d9-bf6015450e27-6c8d2f18, #Development.w-node-ea7fb214-4125-1c96-57d9-bf6015450e2a-6c8d2f18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea7fb214-4125-1c96-57d9-bf6015450e31-6c8d2f18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-ea7fb214-4125-1c96-57d9-bf6015450e39-6c8d2f18, #w-node-ea7fb214-4125-1c96-57d9-bf6015450e41-6c8d2f18 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5d1c8343-c1e9-6735-1d76-7ec3b2817dd1-688d2f1a, #w-node-_3635e674-a68d-e944-8190-94f107b94d4b-59f1b575 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3635e674-a68d-e944-8190-94f107b94d55-59f1b575 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_3635e674-a68d-e944-8190-94f107b94d5d-59f1b575 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_826e7d9d-84dd-653c-b5d7-878862740e2b-59f1b575, #w-node-_826e7d9d-84dd-653c-b5d7-878862740e30-59f1b575, #w-node-_826e7d9d-84dd-653c-b5d7-878862740e35-59f1b575, #w-node-_826e7d9d-84dd-653c-b5d7-878862740e3a-59f1b575, #w-node-c989aa17-0575-7c5e-d118-6412d9057441-9283ccb3, #w-node-c989aa17-0575-7c5e-d118-6412d9057444-9283ccb3, #w-node-_826e7d9d-84dd-653c-b5d7-878862740e2b-9283ccb3, #w-node-_826e7d9d-84dd-653c-b5d7-878862740e30-9283ccb3, #w-node-_826e7d9d-84dd-653c-b5d7-878862740e35-9283ccb3, #w-node-_826e7d9d-84dd-653c-b5d7-878862740e3a-9283ccb3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


