:root {
  --white_01: #efdcf0;
  --background: #120e23;
  --white_02: #efdcf0cc;
  --white_04: #efdcf04d;
  --brand-primary_01: #bf2455;
  --black_01: black;
  --accent-2-3-●●○○: #d760d980;
  --accent-3-3-●●○○: #49b6f580;
  --accent-3-4-●○○○: #49b6f54d;
  --background_⬆⬆-higher: #221b3c;
  --white_03: #efdcf08c;
  --black_02: #000c;
  --black_03: #0000004d;
  --black_04: #0003;
  --background_⬆-high: #19142e;
  --background_⬆⬆⬆-highest: #292348;
  --accent-1-2-●●●○: #2f199dcc;
  --accent-1-●●●●: #2f199d;
  --accent-1-3-●●○○: #2f199d80;
  --accent-1-4-●○○○: #2f199d4d;
  --accent-2-●●●●: #d760d9;
  --accent-2-2-●●●○: #d760d9cc;
  --accent-2-4-●○○○: #d760d94d;
  --accent-3-●●●●: #49b6f5;
  --accent-3-2-●●●○: #49b6f5cc;
  --white: #fff;
  --27px: Rubik, sans-serif;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

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

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

h1 {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 80px;
  font-weight: 900;
  line-height: 150%;
}

h2 {
  color: var(--white_01);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  font-size: 47px;
  font-weight: 600;
  line-height: 150%;
}

h3 {
  color: var(--white_01);
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 150%;
}

h4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

p {
  color: var(--white_01);
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

a {
  text-decoration: none;
}

img {
  max-width: none;
  height: auto;
  display: inline-block;
}

.mycontain {
  float: none;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mycontain.hero {
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 10% 0 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mycontain.nav {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.mycontain.footer {
  padding-bottom: 20px;
}

.section {
  background-color: #0000;
  border: 0 #000;
  padding: 80px 16px;
}

.section.section-features {
  clear: none;
  background-color: var(--background);
  padding-top: 80px;
  padding-bottom: 80px;
  position: static;
}

.section.section-about {
  background-color: var(--background);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.section.section-work {
  background-color: var(--background);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
}

.section.section-contactus {
  background-color: #2f199d;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section.section-contactus.case-studies {
  width: 100%;
}

.section.section-team, .section.bullet-list, .section.section-services {
  background-color: var(--background);
}

.section.cs_hero {
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.section.section-team {
  background-color: #120e23;
}

.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;
  width: 260px;
  display: flex;
}

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

.body_sm {
  color: var(--white_02);
  background-color: #0000;
  flex: 1;
  margin-bottom: .125em;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  line-height: 150%;
}

.body_sm.bold {
  font-weight: 600;
}

.body_sm.footer-copyright {
  color: var(--white_04);
  background-color: #0000;
  background-image: none;
  margin-bottom: 0;
  font-weight: 300;
  display: none;
}

.navbar {
  color: #3330;
  background-color: #05133800;
  border: 1px solid #0000;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.brand {
  flex-direction: row;
  flex: 0 auto;
  order: -1;
  align-self: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

.nav-link {
  color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 12px;
  padding: 8px 16px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  display: inline-block;
}

.nav-link:hover {
  font-weight: 400;
}

.icon {
  float: right;
  color: var(--white_01);
  width: auto;
  max-width: 417%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Rubik, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  display: inline-block;
}

.nav-menu {
  z-index: 2;
  object-position: 50% 50%;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.menu-button {
  z-index: 2;
  flex: 1;
  order: 1;
  align-self: center;
}

.button {
  background-color: var(--brand-primary_01);
  color: var(--white_01);
  border-radius: 4px;
  flex: 0 auto;
  align-self: center;
  margin-left: 12px;
  margin-right: 0;
  padding: 8px 16px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
}

.button.primary {
  color: var(--black_01);
  background-color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 200%;
}

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

.button.primary.pink {
  color: #fff;
  background-color: #ff0056;
  flex: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 48px;
  padding-right: 48px;
  font-weight: 600;
}

.button.primary.pink:hover {
  background-color: #ce0146;
}

.text-logo {
  color: var(--white_01);
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-family: Rubik, sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.text-logo.small {
  align-self: flex-start;
  padding-bottom: 10px;
}

.section-hero {
  background-color: #051338;
  height: auto;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
}

.body_md {
  clear: left;
  color: #fff;
  flex-direction: row;
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 16px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.body_md.sg-color-name {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.body_md.bold {
  font-weight: 600;
}

.body_md.case-study-card {
  padding-left: 24px;
  padding-right: 24px;
}

.body_md.white-02 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  font-weight: 300;
}

.body_md.subname {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  font-size: 24px;
}

.body_md.white-02 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  font-weight: 300;
  display: block;
}

.body_md.clear {
  color: #fffc;
}

.text-span {
  color: #d760d9;
  line-height: 150%;
  text-decoration: overline;
}

.div-block {
  clear: none;
  aspect-ratio: auto;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  left: 56px;
}

.body_lg {
  color: var(--white_01);
  flex-direction: column;
  flex: 1;
  order: -1;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.body_lg.bold {
  color: var(--white_01);
  font-weight: 600;
  display: block;
}

.body_lg.wwd {
  clear: left;
  color: #fff;
  object-fit: contain;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 8px;
  display: flex;
}

.body_lg.service {
  color: #fffc;
  margin-bottom: 0;
}

.body_lg.service:focus {
  color: var(--white_01);
}

.column {
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 64px 0 0;
  display: flex;
}

.columns {
  flex-wrap: wrap;
  place-content: space-around;
  margin-top: 0;
  margin-right: 0;
  padding-left: 0;
  display: inline-block;
  overflow: visible;
}

.feature {
  float: left;
  flex: none;
  order: 0;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
}

.feature.about {
  flex: 1;
}

.wwd_icon {
  float: left;
  clear: none;
  min-width: 5vw;
  max-width: 30%;
  padding-top: 0;
  padding-bottom: 24px;
  padding-right: 16px;
  display: inline-block;
}

.div-block-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
}

.div-block-2.bullet-list {
  flex-direction: row;
  padding-bottom: 24px;
}

.div-block-2.team-1 {
  object-fit: fill;
  flex-direction: row;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  min-width: 90%;
  margin: auto 0;
  padding-bottom: 0;
  padding-right: 24px;
  display: flex;
}

.div-block-2.team-1.name {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.div-block-2.team-1 {
  flex-direction: row;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  margin: auto 40px auto 0;
  padding-bottom: 0;
  padding-right: 24px;
  display: flex;
}

.div-block-2.team-1.name {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.div-block-3 {
  margin-left: auto;
  margin-right: auto;
}

.grid_clients {
  float: none;
  clear: none;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column wrap;
  grid-template: "." 1fr
                 "." 1fr
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: stretch stretch;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
  position: relative;
}

.div-block-4 {
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 32px;
  display: flex;
}

.title-span {
  color: var(--brand-primary_01);
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.columns-2 {
  margin-top: 0;
  margin-right: 0;
  padding-top: 24px;
  padding-bottom: 24px;
}

.div-block-5 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.div-block-5.button-contact {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 159px;
}

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

.hero-title {
  max-width: 70vw;
  font-size: 56px;
}

.grid-4 {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-areas: ". ."
                       "Area-2 Area-2";
  justify-content: flex-start;
  height: auto;
  display: flex;
}

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

.div-block-7.card-casestudy1 {
  background-color: #d760d9;
  background-image: linear-gradient(to bottom, var(--accent-2-3-●●○○), var(--accent-2-3-●●○○)), url('../images/image_CS_Cortex.png');
  -webkit-text-fill-color: inherit;
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat-x;
  background-size: auto, cover;
  background-clip: padding-box;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-7.card-casestudy2 {
  background-image: linear-gradient(#bf245580, #bf245580), url('../images/Case-Study_RF1.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100%;
}

.div-block-7.card-casestudy3 {
  background-color: #49b6f5;
  background-image: linear-gradient(to bottom, var(--accent-3-3-●●○○), var(--accent-3-3-●●○○)), url('../images/The-Bar-at-Commons-Club-Nashville-1154x600.jpg');
  background-position: 0 0, 150% 100%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-8 {
  color: #fff;
  margin-top: 0;
}

.accordian-wrapper {
  background-color: var(--background_⬆⬆-higher);
  margin-bottom: 32px;
  padding: 0;
  display: block;
}

.sg-color-card {
  background-color: var(--background);
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  padding: 16px;
  display: block;
}

.sg-color {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 25%;
  height: 160px;
  max-height: 13vh;
  display: flex;
}

.sg-color.white-01 {
  background-color: var(--white_01);
  color: var(--white_01);
}

.sg-color.white-02 {
  background-color: var(--white_02);
}

.sg-color.white-03 {
  background-color: var(--white_03);
}

.sg-color.white-04 {
  background-color: var(--white_04);
}

.sg-color.bg-1 {
  background-color: var(--background);
}

.sg-color.black-01 {
  background-color: var(--black_01);
  border: 0 #0000;
}

.sg-color.black-02 {
  background-color: var(--black_02);
}

.sg-color.black-03 {
  background-color: var(--black_03);
  border: 1px solid #0000;
}

.sg-color.black-04 {
  background-color: var(--black_04);
  border: 1px solid #0000;
}

.sg-color.bg-02 {
  background-color: var(--background_⬆-high);
}

.sg-color.bg-04 {
  background-color: var(--background_⬆⬆⬆-highest);
}

.sg-color.bg-03 {
  background-color: var(--background_⬆⬆-higher);
}

.sg-color.accent-1-2 {
  background-color: var(--accent-1-2-●●●○);
}

.sg-color.accent-1-1 {
  background-color: var(--accent-1-●●●●);
}

.sg-color.accent-1-3 {
  background-color: var(--accent-1-3-●●○○);
}

.sg-color.accent-1-4 {
  background-color: var(--accent-1-4-●○○○);
}

.sg-color.accent-2-1 {
  background-color: var(--accent-2-●●●●);
}

.sg-color.accent-2-2 {
  background-color: var(--accent-2-2-●●●○);
}

.sg-color.accent-2-3 {
  background-color: var(--accent-2-3-●●○○);
}

.sg-color.accent-2-4 {
  background-color: var(--accent-2-4-●○○○);
}

.sg-color.accent-3-1 {
  background-color: var(--accent-3-●●●●);
}

.sg-color.accent-3-2 {
  background-color: var(--accent-3-2-●●●○);
}

.sg-color.accent-3-3 {
  background-color: var(--accent-3-3-●●○○);
}

.sg-color.accent-3-4 {
  background-color: var(--accent-3-4-●○○○);
}

.sg-color-name {
  padding-top: 12px;
  padding-bottom: 8px;
}

.sg-color-contain {
  justify-content: space-between;
  width: auto;
  max-width: none;
  display: flex;
}

.heading-9 {
  line-height: 150%;
}

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

.body_home {
  background-color: var(--background);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.footer {
  background-color: var(--background);
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer.case-studies {
  width: 100%;
}

.footer-flex-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: stretch start;
  margin-bottom: 80px;
  display: grid;
}

.footer-heading {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 150%;
  display: inline-block;
}

.footer-link {
  color: #fffc;
  text-align: left;
  align-self: flex-start;
  height: auto;
  margin-bottom: 0;
  padding-top: 4px;
  font-size: 16px;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.div-block-8 {
  flex-direction: column;
  flex: none;
  order: -1;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-top: 16px;
  display: flex;
}

.div-block-8.footer-logo {
  padding-top: 0;
}

.div-block-8.footer-contact {
  margin-right: 0;
}

.footer-social-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 16px 0 0;
  display: flex;
}

.social-icon.twitter {
  background-color: #0000;
}

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

.div-block-9 {
  flex: 0 auto;
  width: auto;
  padding-top: 16px;
}

.heading-14 {
  color: #fff;
}

.paragraph {
  color: #ffffff8c;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 80px;
  overflow: visible;
}

.arrow:focus {
  flex: 0 auto;
}

.accordian-item-trigger {
  cursor: pointer;
  align-items: center;
  padding: 24px;
  display: flex;
}

.accordian-content {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.div-block-11 {
  background-image: url('../images/Red-rectangle.png');
  background-position: 50% 0;
  background-size: cover;
  height: 40%;
}

.div-block-11.cs-card-1 {
  background-color: var(--accent-2-●●●●);
  background-image: none;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  height: 60%;
  display: block;
}

.div-block-11.cs-card-2 {
  background-position: 0 100%;
  height: 75%;
}

.div-block-11.cs-card-3 {
  background-color: var(--accent-3-●●●●);
  background-image: none;
  flex: 1;
  align-self: flex-start;
  width: 30%;
}

.heading-15 {
  margin-bottom: 8px;
  padding-top: 32px;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.heading-16 {
  color: #fff;
  align-self: center;
}

.heading-16.stat {
  margin-bottom: 8px;
}

.white-02 {
  color: var(--white_02);
  margin-bottom: 16px;
}

.white-02.alt {
  color: #fffc;
}

.text-span-3 {
  font-size: 27px;
}

.grid-5 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  display: grid;
}

.image-4 {
  border-radius: 20px;
  order: -1;
  margin-right: 24px;
  padding-top: 4px;
  padding-right: 0;
  display: inline-block;
}

.image-4.person {
  filter: grayscale();
  min-width: 33%;
  max-width: 40%;
  min-height: 33%;
  max-height: 33%;
}

.paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-9 {
  color: #fff;
}

.grid-6 {
  grid-template: "."
  / 1fr;
  grid-auto-flow: row;
  margin-bottom: 40px;
  display: block;
}

.lottie-animation-3 {
  z-index: auto;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 70% 70%;
  min-height: 0;
  max-height: 80vh;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.link-block {
  height: 60vh;
  margin-bottom: 32px;
}

.logo {
  opacity: .5;
  cursor: pointer;
}

.capabilities-brand {
  background-color: #ff0056;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding: 200px 0 120px;
  display: flex;
}

.brand-logo-full {
  float: right;
  margin-top: 0;
}

.body {
  clear: none;
  background-color: var(--background);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-17 {
  color: #fff;
  margin-top: 144px;
  margin-bottom: 128px;
  font-family: Lato, sans-serif;
  font-size: 105px;
  font-weight: 900;
}

.text-block {
  color: #fff;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.text-block-2 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 12px;
}

.div-block-12, .div-block-13 {
  flex-direction: column;
  margin-right: 80px;
  display: flex;
}

.div-block-14 {
  margin-bottom: 80px;
  display: flex;
}

.capabilities-off-white {
  background-color: #f6f6ef;
  width: 100%;
  padding-top: 96px;
  padding-left: 96px;
  padding-right: 96px;
}

.brand-logo-alt {
  float: right;
}

.div-block-15 {
  flex-direction: column;
  margin-top: 128px;
  display: flex;
}

.text-block-7 {
  color: #ff0056;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.heading-18 {
  color: var(--black_01);
  margin-bottom: 280px;
  font-family: Lato, sans-serif;
  font-size: 105px;
  font-weight: 900;
}

.image-6 {
  float: right;
}

.heading-19 {
  color: #fff;
  margin-top: 96px;
  margin-bottom: 80px;
  font-size: 80px;
  font-weight: 900;
}

.text-block-8 {
  color: var(--black_01);
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-block-9 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 47px;
  font-weight: 900;
  line-height: 64px;
}

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

.columns-3 {
  margin-top: 136px;
  margin-bottom: 108px;
}

.cs_hero {
  background-image: url('../images/img-aboutus.png');
  background-position: 0 0;
  background-size: auto;
  height: auto;
  padding: 96px 96px 0;
}

.cs_hero.work-img {
  background-image: url('../images/img-work.png');
  background-position: 0 0;
  background-size: cover;
}

.cs_hero.enough-img {
  background-image: url('../images/img-enoughtalk.png');
  background-position: 0 0;
  background-size: cover;
  height: auto;
}

.cs_hero.case-img {
  background-image: url('../images/img-case.png');
  background-position: 0 0;
  background-size: cover;
}

.cs_hero.dt-img {
  background-image: url('../images/img-dt.png');
  background-size: cover;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  display: flex;
}

.cs_hero.rock-img {
  background-image: url('../images/img-rockefeller.png');
  background-size: cover;
}

.cs_hero.dt-img2 {
  background-image: url('../images/img-dt2.png');
  background-position: 100%;
  background-size: cover;
}

.cs_hero.team-img {
  background-image: url('../images/img-team.png');
}

.image-7 {
  float: right;
}

.text-block-11 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 35px;
}

.div-block-19 {
  flex-direction: column;
  margin-top: 464px;
  display: flex;
}

.capabilities-black {
  color: #0000;
  background-color: #0000;
  width: 100%;
  max-width: 1440px;
  height: auto;
  padding-top: 80px;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
  position: relative;
}

.capabilities-black.black {
  background-color: var(--black_01);
  color: var(--black_02);
}

.image-8 {
  float: right;
}

.text-block-13 {
  color: #dd7373;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.heading-20 {
  margin-bottom: 8px;
  font-size: 47px;
}

.text-block-14 {
  color: #fff;
  margin-bottom: 48px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-10 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 400;
}

.paragraph-11 {
  color: #fff;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 27px;
}

.div-block-20 {
  flex-direction: column;
  margin-bottom: 272px;
  display: flex;
}

.heading-21 {
  margin-bottom: 96px;
}

.image-9 {
  float: right;
}

.text-block-15 {
  color: #fff;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.text-block-16 {
  color: #fff;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 35px;
}

.paragraph-12 {
  color: #fff;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.column-8, .column-9, .column-10 {
  padding-left: 0;
  padding-right: 40px;
}

.columns-4 {
  margin-bottom: 64px;
}

.column-11, .column-12 {
  padding-left: 0;
  padding-right: 40px;
}

.columns-5 {
  margin-bottom: 120px;
}

.image-10 {
  float: right;
}

.heading-22 {
  color: var(--black_01);
  margin-bottom: 0;
  font-size: 47px;
}

.text-block-19 {
  color: var(--black_01);
  font-family: Lato, sans-serif;
}

.image-11 {
  float: right;
}

.text-block-20 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

.text-block-21 {
  color: #fff;
  font-family: Lato, sans-serif;
}

.div-block-21 {
  flex-direction: column;
  margin-bottom: 172px;
  display: flex;
}

.div-block-22 {
  margin-top: 64px;
}

.div-block-23, .div-block-24 {
  margin-bottom: 24px;
}

.image-12 {
  float: right;
}

.div-block-25, .div-block-26 {
  margin-bottom: 24px;
}

.div-block-27 {
  margin-bottom: 172px;
}

.div-block-28 {
  margin-top: 64px;
}

.image-13 {
  float: right;
}

.div-block-29 {
  margin-top: 464px;
}

.image-14 {
  float: right;
}

.list {
  color: #fff;
  margin-top: 32px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.text-block-22 {
  color: #fff;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.image-15 {
  float: right;
}

.text-block-23 {
  color: #ff0056;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.column-13 {
  padding-left: 0;
  padding-right: 32px;
}

.text-block-24 {
  color: var(--black_01);
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
}

.text-block-25 {
  color: var(--black_01);
  font-family: Lato, sans-serif;
}

.div-block-30, .div-block-31, .div-block-32 {
  margin-bottom: 24px;
}

.div-block-34 {
  align-items: center;
  margin-top: 16px;
  margin-bottom: 80px;
  display: flex;
}

.columns-6 {
  margin-top: 48px;
}

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

.image-16 {
  position: relative;
}

.image-17 {
  float: right;
}

.div-block-35 {
  margin-top: 504px;
}

.image-18 {
  float: right;
}

.text-block-26 {
  color: var(--black_01);
  margin-bottom: 32px;
  font-family: Lato, sans-serif;
  font-size: 27px;
  line-height: 40px;
}

.text-block-27 {
  color: var(--black_01);
  font-family: Lato, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-28 {
  color: var(--black_01);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-29 {
  color: #000000a6;
  font-family: Lato, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.div-block-36 {
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 48px;
  display: flex;
}

.div-block-37 {
  margin-bottom: 64px;
}

.div-block-38 {
  align-items: center;
  margin-bottom: 144px;
  display: flex;
}

.image-19 {
  order: -1;
}

.image-20, .image-21 {
  float: right;
}

.heading-25 {
  text-align: center;
  margin-bottom: 0;
}

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

.image-22 {
  float: right;
}

.image-23 {
  align-self: center;
  margin-top: auto;
  margin-bottom: auto;
}

.image-24 {
  float: right;
}

.heading-26 {
  color: var(--black_01);
  text-align: center;
  margin-bottom: 0;
  font-size: 47px;
}

.text-block-30 {
  color: var(--black_01);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 29px;
}

.div-block-41 {
  margin-top: 80px;
  margin-bottom: 96px;
}

.div-block-42 {
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.image-25 {
  float: right;
}

.text-block-31 {
  color: #fff;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 29px;
}

.intro-columns {
  padding-left: 0;
  padding-right: 40px;
}

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

.list-item {
  color: #fff;
  font-family: Lato, sans-serif;
  line-height: 24px;
}

.deloitte-case-study-title, .columns-7 {
  margin-bottom: 80px;
}

.heading-27 {
  color: var(--black_01);
  margin-bottom: 16px;
  font-size: 36px;
}

.heading-27.white {
  color: #fff;
}

.paragraph-14 {
  color: var(--black_01);
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-14.white {
  color: #fff;
}

.capabilities-off-white-no-padding {
  background-color: #f6f6ef;
  padding-top: 0;
  padding-left: 96px;
}

.capabilities-off-white-no-padding.gnome-img {
  background-color: #0000;
  flex-flow: row;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 720px;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
  overflow: visible;
}

.capabilities-off-white-no-padding.gnome-img.right-image {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 620px;
  margin-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  left: auto;
  right: auto;
}

.capabilities-off-white-no-padding.gnome-img.right-image.challenge {
  margin-top: 120px;
}

.capabilities-off-white-no-padding.gnome-img.right-image.community {
  background-color: #f2f1f3;
  height: 550px;
}

.capabilities-off-white-no-padding.gnome-img.onboarding {
  margin-top: 80px;
  margin-bottom: 80px;
}

.capabilities-off-white-no-padding.gnome-img.features {
  margin-top: 80px;
}

.capabilities-off-white-no-padding.cortex-approach-img {
  background-image: url('../images/img-cortex-approach.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.capabilities-off-white-no-padding.cortex-sharing-img {
  background-image: url('../images/img-cortex-sharing.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.capabilities-off-white-no-padding.rock-online-img {
  background-image: url('../images/img-rock-online.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.capabilities-off-white-no-padding.rock-global-img {
  background-image: url('../images/img-rock-global.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
}

.capabilities-off-white-no-padding.rock-com-img {
  background-image: url('../images/img-rock-community.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.capabilities-off-white-no-padding.ai-chal-img {
  background-image: url('../images/img-ai-challenge.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.capabilities-off-white-no-padding.ai-ds-img {
  background-image: url('../images/img-ai-ds.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.capabilities-off-white-no-padding.ai-flex-img {
  background-image: url('../images/img-ai-flex.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-44 {
  align-items: center;
  height: 720px;
  display: flex;
}

.div-block-45 {
  z-index: 1;
  order: -1;
  width: 40%;
  margin-right: 0;
  position: relative;
  right: 0;
}

.div-block-45.concept {
  width: 50vw;
}

.div-block-45.features {
  width: 35vw;
}

.div-block-45.challenge {
  width: 45vw;
}

.div-block-45.white-left {
  width: 100%;
}

.div-block-46 {
  align-items: center;
  height: 720px;
  display: flex;
}

.text-block-32 {
  color: #dd7373;
  text-transform: uppercase;
  margin-bottom: 90px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.capabilities-navy {
  background-color: #3b3561;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-33 {
  color: #dd7373;
  font-family: Lato, sans-serif;
  font-size: 21px;
}

.div-block-47 {
  width: 90%;
  max-width: 1440px;
  padding-top: 200px;
  padding-bottom: 120px;
}

.text-block-34 {
  color: #dd7373;
  text-transform: uppercase;
  margin-bottom: 137px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.div-block-48 {
  justify-content: flex-start;
  align-items: center;
  height: 720px;
  display: flex;
}

.text-block-35 {
  clear: right;
  color: #f6f6ef;
  margin-top: 120px;
  font-family: Lato, sans-serif;
}

.div-block-49 {
  width: 90%;
  max-width: 1440px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-27 {
  float: right;
}

.div-block-50 {
  margin-top: 133px;
}

.div-block-51 {
  background-color: #fff;
  align-items: flex-start;
  margin-top: 96px;
  margin-bottom: 8px;
  padding: 32px 40px;
  display: flex;
  box-shadow: 1px 1px 4px #0000001f;
}

.text-block-37 {
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
}

.text-span-4 {
  color: #ff0056;
}

.image-28 {
  margin-right: 32px;
}

.text-block-38 {
  color: var(--black_01);
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.div-block-52 {
  margin-bottom: 208px;
}

.image-29 {
  margin-top: 320px;
  margin-bottom: 320px;
}

.image-30 {
  float: right;
  height: auto;
}

.image-31 {
  margin-top: 96px;
}

.div-block-54 {
  flex-direction: column;
  align-items: center;
  margin-top: 200px;
  display: flex;
}

.image-32 {
  float: right;
}

.div-block-55 {
  margin-bottom: 80px;
}

.columns-8 {
  margin-bottom: 208px;
}

.div-block-56 {
  flex-direction: row;
  align-items: center;
  height: 720px;
  display: flex;
}

.div-block-57 {
  justify-content: flex-end;
  align-items: center;
  height: 720px;
  padding-right: 20%;
  display: flex;
}

.div-block-58 {
  align-items: center;
  height: 720px;
  display: flex;
}

.image-33 {
  float: right;
}

.div-block-60 {
  flex-direction: column;
  align-items: center;
  margin-top: 200px;
  display: flex;
}

.image-34 {
  margin-top: 96px;
}

.image-35 {
  float: right;
}

.columns-9 {
  margin-bottom: 96px;
}

.div-block-61 {
  align-items: center;
  height: 680px;
  display: flex;
}

.capabilities-navy-no-padding {
  background-color: #3b3561;
  padding-bottom: 0;
  padding-left: 96px;
}

.capabilities-navy-no-padding.ai-approach-img {
  background-image: url('../images/img-ai-approach.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.heading-28 {
  margin-bottom: 16px;
  font-size: 36px;
}

.paragraph-15 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block-62, .div-block-63, .div-block-64 {
  align-items: center;
  height: 720px;
  display: flex;
}

.div-block-65 {
  margin-top: 160px;
}

.columns-10 {
  margin-top: 48px;
  margin-bottom: 0;
  padding-bottom: 132px;
}

.text-block-40 {
  color: var(--black_01);
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  line-height: 22px;
}

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

.image-36 {
  float: right;
}

.heading-29 {
  color: var(--black_01);
  white-space: nowrap;
  margin-bottom: 8px;
  font-size: 61px;
}

.text-block-41 {
  color: var(--black_01);
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 900;
  line-height: 24px;
}

.paragraph-16 {
  float: right;
  color: var(--black_01);
  max-width: 60%;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-size: 21px;
}

.div-block-66 {
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 296px;
  display: block;
}

.div-block-67 {
  margin-right: 0;
}

.image-37 {
  float: right;
}

.div-block-68 {
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 224px;
  display: block;
}

.image-38 {
  float: right;
}

.text-block-42 {
  color: #ff0056;
  margin-top: 8px;
  font-family: Lato, sans-serif;
  line-height: 22px;
}

.div-block-69 {
  align-items: flex-start;
  display: block;
}

.div-block-70 {
  margin-top: 24px;
  margin-bottom: 184px;
}

.image-39 {
  float: right;
}

.heading-30 {
  color: var(--black_01);
  margin-bottom: 16px;
  font-size: 105px;
}

.text-block-43 {
  color: #ff0056;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
}

.text-block-44 {
  color: #ff0056;
  font-family: Lato, sans-serif;
  font-size: 21px;
  line-height: 29px;
}

.div-block-71 {
  margin-top: 208px;
}

.div-block-72 {
  margin-top: 128px;
  margin-bottom: 96px;
}

.column-17 {
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0;
  display: flex;
}

.image-40 {
  flex: 0 auto;
}

.div-block-73 {
  margin-bottom: 48px;
}

.columns-11 {
  margin-bottom: 32px;
}

.columns-12 {
  margin-bottom: 112px;
}

.text-span-5 {
  color: var(--black_01);
  text-decoration: underline;
}

.link-3, .link-4, .link-5, .link-6 {
  color: #fff;
}

.image-41 {
  width: auto;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-42 {
  float: right;
}

.heading-31 {
  margin-bottom: 0;
}

.div-block-75 {
  margin-top: 320px;
  margin-bottom: 96px;
}

.image-43 {
  float: right;
}

.div-block-76 {
  margin-bottom: 72px;
}

.list-3 {
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 24px;
}

.columns-13 {
  background-image: url('../images/img-doublediamond.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 80px;
}

.image-44 {
  float: right;
}

.div-block-77 {
  margin-top: 72px;
}

.image-45 {
  float: right;
}

.columns-14 {
  margin-top: 32px;
  margin-bottom: 112px;
}

.image-46 {
  float: right;
}

.columns-15 {
  margin-bottom: 320px;
}

.image-47 {
  float: right;
}

.columns-16 {
  margin-bottom: 32px;
}

.columns-17 {
  margin-bottom: 48px;
}

.image-48 {
  float: right;
}

.columns-18 {
  margin-bottom: 48px;
}

.text-block-45 {
  color: #fff;
  margin-top: 16px;
  font-family: Lato, sans-serif;
  line-height: 22px;
}

.columns-19 {
  margin-top: 16px;
  margin-bottom: 72px;
}

.image-49 {
  float: right;
}

.columns-20 {
  margin-bottom: 48px;
}

.columns-21 {
  margin-bottom: 144px;
}

.image-50 {
  float: right;
}

.columns-22 {
  margin-bottom: 208px;
}

.image-51, .image-52 {
  float: right;
}

.paragraph-17 {
  color: #fff;
  max-width: 50%;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.div-block-78 {
  margin-bottom: 28px;
}

.capabilities-white {
  background-color: #fff;
  padding-top: 96px;
  padding-left: 96px;
  padding-right: 96px;
}

.image-53 {
  float: right;
}

.column-20 {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-block-46 {
  color: var(--black_01);
  text-align: center;
  margin-bottom: 8px;
  font-family: Lato, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 150%;
}

.text-block-47 {
  color: var(--black_03);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 150%;
}

.div-block-79 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.picture {
  margin-bottom: 8px;
}

.columns-23 {
  margin-top: 96px;
  margin-bottom: 80px;
}

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

.capabilities-white-gray {
  background-color: #fff;
  background-image: url('../images/img-gray.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 96px;
  padding-left: 96px;
  padding-right: 96px;
}

.image-54 {
  float: right;
}

.heading-32 {
  color: var(--black_01);
  margin-bottom: 8px;
  font-size: 61px;
}

.text-block-48 {
  color: #ff0056;
  font-family: Lato, sans-serif;
}

.text-block-49 {
  color: #ff0056;
  margin-left: 6px;
  margin-right: 6px;
  font-family: Lato, sans-serif;
}

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

.div-block-81 {
  align-items: center;
  margin-top: 8px;
  margin-bottom: 32px;
  display: flex;
}

.image-55 {
  margin-right: 6px;
}

.div-block-82 {
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 144px;
  display: flex;
}

.paragraph-18 {
  color: #353535;
  text-align: center;
  max-width: 50%;
  font-family: Lato, sans-serif;
  font-size: 21px;
}

.image-56 {
  float: right;
}

.div-block-83 {
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 176px;
  display: flex;
}

.image-57, .image-58, .image-59, .image-60, .image-61 {
  float: right;
}

.white-block {
  z-index: -1;
  background-color: #f6f6ef;
  order: 0;
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
  left: 0;
  right: auto;
}

.left-image {
  order: -1;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  height: 720px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -5vw;
  overflow: hidden;
}

.right-section-image {
  height: 90%;
  min-height: auto;
  max-height: none;
  margin-left: 0;
  padding-right: 0;
  position: absolute;
  left: auto;
  right: 0;
  overflow: visible;
}

.right-section-image.features {
  left: auto;
  right: 0;
}

.right-section-image.challenge {
  height: 100vh;
  min-height: 400px;
  top: 0;
  left: auto;
  right: auto;
}

.right-section-image.concept {
  height: 50vh;
  min-height: 400px;
  max-height: 600px;
  left: auto;
  right: 0;
}

.image-62 {
  height: auto;
}

.body-3 {
  background-color: var(--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.purple-bg {
  z-index: -1;
  background-color: var(--background);
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0% auto auto -5vw;
}

.link-block-2 {
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-50 {
  color: var(--white_01);
  text-decoration: none;
}

.div-block-84 {
  width: 90%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 5%;
  position: relative;
  top: 0;
  bottom: 0;
}

.div-block-85 {
  width: 80%;
  max-width: 1440px;
  margin-top: 0;
  display: inline-block;
  position: relative;
  left: 10%;
}

.backtowork {
  padding: 6px;
  display: inline-block;
}

.image-63 {
  width: 100%;
}

.right-image {
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 60%;
  height: 100%;
  display: flex;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.body-4 {
  background-color: var(--background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-64 {
  z-index: -1;
  position: absolute;
  inset: 2% auto auto -16px;
}

.yellow-block {
  position: absolute;
  top: 160px;
  left: -40px;
  right: auto;
}

.yellow-block.first {
  top: 221px;
  left: auto;
  right: 0;
}

.blue-dots {
  margin-left: -40px;
  position: absolute;
  left: -24px;
}

.image-65 {
  opacity: .3;
  height: 140px;
  position: absolute;
  top: -78px;
  left: 325px;
  right: auto;
}

.image-65.challenge {
  left: 235px;
}

.image-66 {
  opacity: .3;
  height: 140px;
  position: absolute;
  inset: -140px auto auto -60px;
}

.image-67 {
  position: absolute;
  top: 41px;
  right: 0;
}

.left-yellow {
  position: absolute;
  left: -56px;
}

.section-2 {
  z-index: 1;
  background-color: #fbf7f6;
  width: 100%;
  max-width: 1440px;
  margin-top: -120px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.div-block-86 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.image-68, .image-69 {
  width: 100%;
}

.left-section-image {
  position: absolute;
  right: 0;
}

.image-70 {
  opacity: .3;
  height: 140px;
  position: absolute;
  inset: -130px auto auto -80px;
}

.image-71 {
  height: 400px;
  position: absolute;
  right: 0;
}

.case-studies-cards {
  flex-direction: column;
  display: flex;
}

.case-card {
  background-color: #ebf3e1;
  border-radius: 16px;
  align-items: center;
  width: 100%;
  height: 600px;
  display: flex;
  overflow: hidden;
}

.case-card.deloitte {
  margin-bottom: 80px;
  position: relative;
}

.case-card.lms {
  background-color: #474d5c;
  margin-bottom: 80px;
}

.case-card.virgin {
  background-color: #fbcecf;
  margin-bottom: 80px;
}

.case-card.ai-homecard {
  background-color: #373253;
  background-image: url('../images/ai-girl.png');
  background-position: 370px -220px;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 80px;
}

.div-block-87 {
  width: 450px;
  margin-left: 56px;
}

.heading {
  color: #fff;
  margin-bottom: 8px;
}

.heading.deloitte {
  color: var(--black_02);
}

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

.desc {
  color: #fff;
}

.desc.deloitte {
  color: var(--black_02);
}

.desc.virgin {
  color: var(--white);
}

.view-project {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
}

.view-project.deloitte {
  color: var(--black_02);
}

.view-project.virgin {
  color: var(--white_01);
}

.project-link {
  flex-flow: row;
  justify-content: flex-start;
  display: flex;
}

.view-project-arrow {
  color: var(--white);
  width: 24px;
  margin-left: 6px;
}

.div-block-88 {
  display: inline-block;
}

.div-block-89 {
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-72 {
  z-index: auto;
  opacity: .8;
  height: 954px;
  position: absolute;
  inset: 24px auto auto 0%;
}

.image-73 {
  z-index: 1;
  height: 180px;
  position: absolute;
  top: 149px;
  left: 92px;
}

.image-74 {
  height: 140px;
  position: absolute;
  top: 15px;
  left: 250px;
}

.image-75 {
  height: 220px;
  position: absolute;
  top: 169px;
  left: 490px;
}

.image-76 {
  position: absolute;
  top: 60px;
  left: 192px;
}

.lms-cir2 {
  position: absolute;
  top: 221px;
}

.lms-cir3 {
  position: absolute;
  top: 303px;
  left: 364px;
}

.image-78 {
  min-width: auto;
  height: 455px;
  position: absolute;
  top: auto;
  left: -160px;
}

.image-79 {
  height: 470px;
  position: absolute;
  left: 88px;
}

.image-80 {
  height: 455px;
  position: absolute;
  left: 324px;
}

.image-81 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-82 {
  position: absolute;
  top: 0;
}

.image-83 {
  width: 700px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-84 {
  height: 60px;
  position: absolute;
  top: 166px;
  left: 491px;
}

.image-85 {
  height: 200px;
  position: absolute;
  top: 389px;
  left: 123px;
}

.link-block-4 {
  height: 60vh;
  margin-bottom: 32px;
}

.link-block-5 {
  height: 60vh;
}

.article-i {
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.paragraph-19 {
  display: block;
}

.grid-7 {
  grid-row-gap: 40px;
  grid-template-rows: minmax(auto, 30vh);
  grid-template-columns: 30vw auto;
  grid-auto-rows: minmax(auto, 30vh);
}

.article-title {
  margin-bottom: .125em;
}

.articles {
  padding: 8em 16px;
}

.article {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 30vw) 1fr;
  margin-bottom: 10vh;
}

.div-block-90 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: start;
}

.someelse {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 24px;
  display: block;
}

.someelse.bullet-list {
  flex-direction: row;
  padding-bottom: 24px;
}

.someelse.team-1 {
  flex-direction: row;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  margin: auto 40px auto 0;
  padding-bottom: 0;
  padding-right: 24px;
  display: flex;
}

.someelse.team-1.name {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.dm-logo {
  margin-bottom: 16px;
}

.list-4 {
  padding-left: 0;
}

.body_lg-2 {
  color: #efdcf0;
  flex-direction: column;
  flex: 1;
  order: -1;
  align-self: center;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 27px;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.grid-8 {
  grid-column-gap: 32px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto auto;
  grid-template-areas: "."
                       "."
                       "."
                       ".";
  grid-auto-flow: row;
  place-content: space-around start;
  place-items: stretch start;
  margin-bottom: 40px;
}

.div-block-2-copy {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
}

.div-block-2-copy.bullet-list {
  flex-direction: row;
  padding-bottom: 24px;
}

.div-block-2-copy.team-1 {
  object-fit: fill;
  flex-direction: row;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  min-width: 90%;
  margin: auto 0;
  padding-bottom: 0;
  padding-right: 24px;
  display: flex;
}

.div-block-2-copy.team-1.name {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.div-block-2-copy.team-1 {
  flex-direction: row;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  margin: auto 40px auto 0;
  padding-bottom: 0;
  padding-right: 24px;
  display: flex;
}

.div-block-2-copy.team-1.name {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.heading-33 {
  text-align: right;
}

.body_md-copy.clear {
  color: #efdcf0cc;
  text-align: right;
  justify-content: flex-end;
}

.body_md-copy-copy {
  clear: left;
  flex-direction: row;
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 16px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.body_md-copy-copy.sg-color-name {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.body_md-copy-copy.bold {
  font-weight: 600;
}

.body_md-copy-copy.case-study-card {
  padding-left: 24px;
  padding-right: 24px;
}

.body_md-copy-copy.white-02 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  font-weight: 300;
}

.body_md-copy-copy.subname {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  font-size: 24px;
}

.body_md-copy-copy.white-02 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  font-weight: 300;
  display: block;
}

.body_md-copy-copy.clear {
  color: #efdcf0cc;
}

.body_md-copy {
  clear: left;
  flex-direction: row;
  flex: 1;
  align-self: center;
  margin-top: 0;
  margin-bottom: 16px;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.body_md-copy.sg-color-name {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.body_md-copy.bold {
  font-weight: 600;
}

.body_md-copy.case-study-card {
  padding-left: 24px;
  padding-right: 24px;
}

.body_md-copy.white-02 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  font-weight: 300;
}

.body_md-copy.subname {
  text-align: left;
  flex-direction: row;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  font-size: 24px;
}

.body_md-copy.white-02 {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  font-weight: 300;
  display: block;
}

.body_md-copy.clear {
  color: #efdcf0cc;
}

.accordian-content-copy {
  background-color: #120e2300;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
}

.accordian-item-trigger-copy {
  color: #333;
  cursor: pointer;
  background-color: #3330;
  align-items: center;
  padding: 24px;
  display: flex;
}

.text-block-51 {
  color: #fff;
  margin-top: 32px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.div-block-92 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.div-block-93 {
  background-color: #0000;
  border-radius: 8px;
  margin-top: 24px;
  margin-bottom: 80px;
  padding: 0;
}

.text-block-52 {
  color: #fff;
  text-align: center;
  object-fit: contain;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.div-block-94 {
  border-left: 4px none var(--brand-primary_01);
  padding-left: 0;
}

.div-block-95 {
  border-radius: 100px;
  width: 64px;
  height: 64px;
}

.image-87 {
  border: 2px solid var(--white_01);
  border-radius: 100px;
}

.div-block-96 {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.text-block-53 {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-54 {
  color: #fff;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.div-block-97 {
  margin-left: 16px;
}

.image-88 {
  margin-top: 0;
}

.div-block-98 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.yellow-rectangle-bg {
  position: absolute;
  inset: 0% 0% auto auto;
}

.content-section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.content-section.blue {
  background-color: #01216e;
  position: relative;
}

.slider {
  opacity: 1;
  color: #fff;
  background-color: #0000;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.testimonial-author-image {
  margin-right: 20px;
}

.testimonial-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-34 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.heading-34.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonial {
  color: #fff;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
}

.mask {
  width: auto;
  max-width: 1200px;
  height: auto;
}

.testimonial-author-wrap {
  align-items: center;
  display: flex;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.body-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}

.body-text.light {
  color: #ffffffb3;
}

.body-text.light.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.slide {
  border: 1px none var(--background_⬆⬆-higher);
  background-color: #0000;
  border-radius: 0;
  height: auto;
  margin: auto;
  padding: 0;
  overflow: auto;
}

.section-title-wrap {
  text-align: left;
  max-width: 530px;
}

.section-title-wrap.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav {
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 8px;
  display: flex;
}

.left-arrow {
  align-items: flex-end;
  display: flex;
  inset: 0% auto 0% -35%;
}

.right-arrow {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  inset: 0% -35% 0% auto;
}

.heading-1 {
  font-size: 56px;
  font-weight: 500;
  line-height: 1.4;
}

.heading-1.white {
  color: #fff;
}

.div-block-99 {
  color: var(--white_01);
  background-color: #29234880;
  border: 1px #000;
  border-radius: 20px;
  padding: 48px;
}

.section-3 {
  background-color: var(--background);
  margin-top: 140px;
  padding-top: 0;
}

.section-4 {
  display: none;
}

.heading-35 {
  color: #fff;
}

.text-block-55 {
  color: #fff;
  font-family: Rubik, sans-serif;
}

.link-block-7 {
  align-items: center;
  display: flex;
}

.text-block-56 {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.mycontain-copy42 {
  float: none;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
}

.mycontain-copy42.hero {
  text-align: left;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 10%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mycontain-copy42.nav {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.mycontain-copy42.footer {
  padding-bottom: 20px;
}

.text-block-52-copy {
  color: #fff;
  text-align: center;
  object-fit: contain;
  margin-top: 140px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.text-block-52-copy-copy {
  color: #fff;
  text-align: center;
  object-fit: contain;
  margin-top: 160px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

.image-88-copyq {
  margin-top: 0;
}

.div-block-93-copy {
  background-color: #0000;
  border-radius: 8px;
  margin-top: 24px;
  margin-bottom: 80px;
  padding: 120px 0 0;
}

.div-block-98-copy {
  justify-content: center;
  margin-top: 32px;
  padding-top: 60px;
  display: flex;
}

.div-block-98-copy2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.div-block-100 {
  justify-content: center;
  display: flex;
}

.backedlogo {
  margin-right: 40px;
}

.ai-showcases {
  background-color: var(--background);
  color: #fff;
  width: auto;
  min-width: auto;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-101 {
  width: 321px;
  margin-bottom: 24px;
}

.div-block-102 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-37 {
  color: #fff;
}

.logo-guide {
  opacity: .5;
  color: #fff;
  cursor: pointer;
}

.div-block-103 {
  margin-top: 58px;
  margin-bottom: 0;
  padding-bottom: 80px;
}

.paragraph-20 {
  color: #fff;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 600px;
  max-height: none;
  display: block;
  overflow: auto;
}

.div-block-104 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  margin-top: 24px;
  margin-bottom: auto;
  padding-top: 0;
  display: flex;
}

.div-block-105 {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.video {
  margin-top: 0;
}

.mask-2 {
  height: 40px;
}

.slider-2 {
  -webkit-text-fill-color: inherit;
  background-color: #ddd0;
  background-image: url('../images/Video-cover-3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto 550px;
  background-clip: border-box;
  height: 650px;
  margin-top: 48px;
}

.slide-nav-2 {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-top: 48px;
}

.icon-2 {
  object-fit: scale-down;
  font-size: 26px;
}

.icon-3 {
  font-size: 26px;
}

.video-2 {
  margin-top: 48px;
}

.slide-2 {
  background-color: #0000;
  height: 0;
}

.slider-3 {
  background-color: #fff;
  height: 100%;
  min-height: 500px;
  margin-top: 48px;
}

.icon-4 {
  font-size: 26px;
  font-weight: 400;
  line-height: 26px;
}

.icon-5 {
  font-size: 26px;
}

.slide-nav-3 {
  color: #fff;
  background-color: #120e23;
  height: 100%;
}

.slide-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slider-4 {
  background-image: linear-gradient(#00000080, #00000080);
  height: 100%;
}

.slide-4 {
  background-color: #120e23;
  height: 100%;
}

.video-3 {
  margin-top: 48px;
}

.left-arrow-2 {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 860px;
  margin-bottom: 0;
  font-size: 24px;
  display: flex;
}

.icon-6 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.right-arrow-2 {
  margin-top: 860px;
}

.icon-7 {
  font-size: 24px;
}

.paragraph-21 {
  color: #fff;
  object-fit: contain;
  flex-flow: column;
  width: 800px;
  margin-top: 32px;
  margin-bottom: 0;
  font-size: 27px;
  font-weight: 300;
  overflow: visible;
}

.div-block-106 {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  height: auto;
  padding-bottom: 40px;
  display: block;
}

.video-4 {
  border-radius: 16px;
  max-width: 1130px;
  height: 400px;
  margin-top: 48px;
  padding-bottom: 0;
  overflow: hidden;
}

.lottie-animation-3-copy {
  z-index: auto;
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 70% 70%;
  height: auto;
  min-height: 0;
  max-height: 100vh;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.mycontain-copy {
  float: none;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mycontain-copy.hero {
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 10% 0 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mycontain-copy.nav {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.mycontain-copy.footer {
  padding-bottom: 20px;
}

.mycontain-copy.hero-copy {
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.body-6 {
  background-color: var(--background);
  transition: opacity .2s;
}

.body-6.spacing {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.text-block-57 {
  color: #ffffffb3;
  letter-spacing: .25px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.section-5 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  text-align: left;
  background-color: #05133800;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  position: static;
}

.section-5.mit_3 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.div-block-107 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-90 {
  width: 24px;
  height: 24px;
}

.text-block-58 {
  color: #fff;
  letter-spacing: .25px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.info-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.heading-38 {
  color: #fff;
  align-self: flex-start;
  margin-bottom: 64px;
  font-family: Rubik, sans-serif;
  font-size: 47px;
  line-height: 120%;
}

.section-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--background);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 24px;
  display: flex;
}

.process-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.text-block-59 {
  color: #fff;
  letter-spacing: .25px;
  object-fit: fill;
  flex: none;
  width: 500px;
  font-family: Rubik, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 140%;
}

.paragraph-22 {
  color: #fff;
  letter-spacing: .25px;
  flex: 0 auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.list-item-2, .list-item-3 {
  color: #fff;
  letter-spacing: .25px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.list-5 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 130%;
  display: block;
}

.button_red {
  text-align: center;
  overflow-wrap: normal;
  background-color: #ff0056;
  border-radius: 4px;
  align-self: center;
  width: 204px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
}

.button_red:hover {
  background-color: #ce0146;
}

.section-8 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--background);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-start;
  place-items: flex-start center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 24px;
  display: flex;
}

.heading-39 {
  color: #fff;
  font-size: 36px;
  line-height: 140%;
}

.image-91 {
  float: right;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.div-block-1011 {
  background-image: url('../images/Guide-video-section-2.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 50%;
  max-width: 50%;
  display: block;
}

.div-block-1010 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.paragraph-23 {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.section-9 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: var(--background);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 24px 140px;
  transition: opacity .2s;
  display: grid;
}

.div-block-1012 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.div-block-1013 {
  clear: none;
  background-image: url('../images/1-online-video-cutter.com-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
}

.heading-40 {
  color: #fff;
  letter-spacing: .25px;
  font-family: Rubik, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 140%;
  display: block;
}

.text-block-60 {
  color: #fff;
  letter-spacing: .25px;
  -webkit-text-stroke-width: 0px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.list-6 {
  color: #fff;
  font-size: 16px;
  line-height: 140%;
}

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

.div-block-1014 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #cad3ff33;
  border-radius: 1000px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.text-block-61 {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.section-10 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 140px auto;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.image-92 {
  flex: 0 auto;
}

.div-block-1015 {
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  background-image: url('../images/guide-online-video-cutter.com-2.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
}

.section-11 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 140px auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.div-block-1016 {
  background-image: url('../images/guide-online-video-cutter.com-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
}

.div-block-1017 {
  clear: none;
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/222-online-video-cutter.com-1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-clip: border-box;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.section-14 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 140px auto;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.div-block-1018 {
  background-image: url('../images/222-online-video-cutter.com-1.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
}

.cards_section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  align-items: flex-start;
  max-width: 1200px;
  margin: 140px auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.image-93 {
  flex: 0 auto;
  width: 50%;
}

.image-94 {
  border-radius: 8px;
  width: 100%;
}

.image-95 {
  border-radius: 8px;
  width: 50%;
}

.image-96 {
  border-radius: 8px;
  width: 100%;
}

.image-97 {
  border-radius: 8px;
  flex: 0 auto;
  width: 100%;
}

.image-98 {
  width: 50%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

.heading-41 {
  color: #fff;
  letter-spacing: .25px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 140%;
}

.text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.paragraph-24 {
  color: #fff;
  letter-spacing: .25px;
  flex: 0 auto;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
  display: block;
}

.cards_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: grid;
}

.card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #cad3ff1a;
  border: 1px solid #cad3ff26;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.image-99 {
  width: 32px;
  height: 32px;
}

.icon_box {
  background-color: #cad3ff33;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  display: flex;
}

.text-block-62 {
  color: #fff;
  letter-spacing: .25px;
  font-family: Rubik, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 140%;
}

.text-block-63 {
  color: #fff;
  letter-spacing: .25px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 140%;
}

.image-100 {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.card_text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.list-item-4, .list-item-5, .list-item-6 {
  letter-spacing: .25px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.section-15 {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: column;
  max-width: 1200px;
  margin: 140px auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.heading-42 {
  color: #fff;
  text-align: center;
  font-family: Rubik, sans-serif;
  font-size: 47px;
  line-height: 70px;
}

.text-block-64 {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 80px;
  font-weight: 300;
  line-height: 70px;
}

.text-block-65 {
  color: #fff;
  letter-spacing: .25px;
  font-family: Rubik, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1019 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block-1020 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-16 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  margin: 140px 108px;
  display: flex;
}

.heading-43 {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 47px;
  line-height: 70px;
}

.slide-5 {
  position: absolute;
}

.div-block-1021 {
  flex-flow: column;
  align-items: flex-end;
  display: flex;
}

.slide-6 {
  margin-left: 108px;
  margin-right: 108px;
}

.image-101 {
  width: 50%;
}

.image-102 {
  width: 50%;
  margin-left: 32px;
}

.slide-7 {
  vertical-align: baseline;
  background-color: #120e23;
}

.div-block-1022 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  align-items: center;
  display: flex;
}

.image-103, .image-104 {
  width: 48%;
}

.section-17 {
  background-color: #1f1359;
  justify-content: center;
  align-items: center;
  height: 308px;
  display: flex;
}

.heading-44 {
  color: #fff;
}

.heading-45 {
  color: #fff;
  text-transform: none;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 54px;
}

.text-block-66 {
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.div-block-1023 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-1024 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: flex-start start;
  display: flex;
}

.text-block-67 {
  color: #fff;
  text-align: left;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.flex-block-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
}

.button-2 {
  text-align: center;
  background-color: #ff0056;
  border-radius: 4px;
  width: 204px;
  height: 56px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
}

.slide-nav-4 {
  margin-top: 40px;
  position: relative;
}

.hero_section.spacing {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: #05133800;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.hero_text {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  width: 60vw;
}

.image-106 {
  height: 70px;
}

.paragraph-25 {
  font-family: var(--27px);
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  font-size: 27px;
  line-height: 40px;
}

.image-107 {
  width: 80%;
}

.flex-block-4 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
}

.section_info {
  grid-column-gap: 136px;
  grid-row-gap: 136px;
  background-color: #0d1337;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 90%;
  height: 105px;
  margin: 140px 80px;
  padding: 24px 104px;
  display: flex;
}

.section-18 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.section-18.mit_4 {
  margin-bottom: 140px;
}

.paragraph-26 {
  font-family: var(--27px);
  color: var(--white);
  padding: 0;
  font-weight: 300;
}

.flex-block-5 {
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-1025 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-1025.min_4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.card2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #cad3ff1a;
  border: 1px solid #cad3ff26;
  border-radius: 16px;
  padding: 32px 24px;
}

.text-block-68 {
  color: #fff;
  width: auto;
  font-family: Rubik, sans-serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 130%;
}

.text-block-69 {
  color: #ffffffb3;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.flex-block-7 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
}

.text-block-70 {
  font-family: var(--27px);
  color: var(--white);
  letter-spacing: .25px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.section-hero-2 {
  background-color: #051338;
  height: auto;
  padding-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
}

.lottie-animation-4 {
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 70% 70%;
  min-height: 0;
  max-height: 80vh;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mycontain-2 {
  float: none;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mycontain-2.hero {
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 10% 0 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-1026 {
  clear: none;
  aspect-ratio: auto;
  text-align: center;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
  left: 56px;
}

.title-span-2 {
  color: #bf2455;
  background-color: #0000;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.lottie-animation-4-copy {
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 70% 70%;
  width: auto;
  height: auto;
  min-height: 0;
  max-height: 100%;
  margin-left: 0;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.mycontain-2-copy {
  float: none;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mycontain-2-copy.hero {
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  height: 60vh;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 10% 0 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mycontain-2-copy.hero-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 0% 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-19 {
  background-color: var(--background);
}

.flex-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--background);
  padding-bottom: 48px;
}

.slide-9 {
  vertical-align: baseline;
  height: 700px;
}

.flex-block-9 {
  background-color: var(--background);
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.image-108 {
  width: 100%;
}

.slider-5 {
  background-color: var(--background);
  max-width: 1200px;
  height: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
}

.image-109 {
  vertical-align: baseline;
  object-fit: fill;
  border-radius: 0;
  width: 70%;
  height: auto;
  position: relative;
  left: 15%;
  overflow: auto;
}

.image-110 {
  height: 50px;
}

.right-arrow-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 0;
  display: flex;
  inset: 95% 0% 0% 20%;
}

.left-arrow-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 95% 20% 0% 0%;
}

.section-20 {
  height: 500px;
}

.mask-3 {
  width: auto;
}

.slide-10 {
  height: 700px;
}

.video-5 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 70%;
  position: relative;
  inset: auto auto 0% 15%;
}

.paragraph-27, .paragraph-28 {
  color: var(--white);
}

.section-21 {
  width: 100vw;
  height: 80vh;
}

.video-6 {
  opacity: 1;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
}

.overlay {
  background-color: #0000008c;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.flex-block-10, .flex-block-11, .flex-block-12, .flex-block-13 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.div-block-1027 {
  background-color: #f88;
}

.flex-block-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.ai {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin: 140px auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.heading-46 {
  color: #fff;
}

.flex-block-16 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.link-block-8 {
  border-radius: 16px;
  width: 50%;
}

.link-block-8:hover {
  width: 50%;
  box-shadow: 0 0 13px #d0ccff42;
}

.image-113 {
  width: 100%;
  box-shadow: 0 2px 5px #0003;
}

.image-113:hover {
  opacity: 1;
  pointer-events: auto;
  mix-blend-mode: normal;
  background-color: #0000;
}

.link-block-9 {
  border-radius: 16px;
  width: 50%;
}

.link-block-9:hover {
  width: 50%;
  box-shadow: 0 0 10px #d0ccff42;
}

.flex-block-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

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

.section-22 {
  background-color: #051338;
  background-image: url('../images/Frame-1000004998-2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 70vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 24px;
  padding-right: 24px;
  display: block;
}

.section-23 {
  max-width: 1200px;
}

.flex-block-19 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.image-114 {
  height: 70px;
}

.paragraph-29 {
  color: #fff;
  width: 100%;
  font-size: 27px;
}

.youtube {
  border-radius: 16px;
  overflow: hidden;
}

.div-block-1028 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.div-block-1029 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1200px;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-24 {
  object-fit: fill;
  background-color: #051338;
  background-image: url('../images/Frame-1000004998-2.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 85vh;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-1031 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 24px;
  display: grid;
  position: absolute;
  top: 100px;
}

.image-115 {
  height: 70px;
}

.paragraph-30 {
  color: #fff;
  width: auto;
  font-size: 27px;
  font-weight: 300;
}

.div-block-1032 {
  border-radius: 20px;
}

.video_r {
  outline-offset: 0px;
  pointer-events: auto;
  border-radius: 20px;
  outline: 3px #333;
  overflow: hidden;
}

.section-hero-3 {
  background-color: #051338;
  background-image: url('../images/Frame-1000005001-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 85vh;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.section-hero-3.mit-hero {
  background-image: url('../images/Frame-1000005019-1.png');
  background-position: 50% 100%;
  background-size: cover;
}

.mycontain-2-copy2 {
  float: none;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mycontain-2-copy2.hero-copy2 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 24px 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero_text-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.image-116 {
  height: 64px;
}

.paragraph-31 {
  color: #fff;
  text-align: left;
  -webkit-text-stroke-color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 40px;
}

.div-block-1033 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #2a377d4d;
  border-radius: 16px;
  margin: 0;
  padding: 28px 5px 10px 28px;
  box-shadow: inset 0 0 11px 4px #1b6fac33;
}

.div-block-1033.mit {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  padding-left: 10px;
  padding-right: 15px;
}

.section-25 {
  color: #06233e;
  background-color: #06233e;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin: 80px 80px 40px;
  padding: 24px;
  display: flex;
}

.nav-menu-2 {
  z-index: 2;
  object-position: 50% 50%;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.mycontain-3 {
  float: none;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mycontain-3.nav {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.menu-button-2 {
  z-index: 2;
  flex: 1;
  order: 1;
  align-self: center;
}

.button-3 {
  color: #efdcf0;
  background-color: #bf2455;
  border-radius: 4px;
  flex: 0 auto;
  align-self: center;
  margin-left: 12px;
  margin-right: 0;
  padding: 8px 16px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
}

.button-3.primary {
  color: #000;
  background-color: #fff;
  padding-left: 24px;
  padding-right: 24px;
  line-height: 200%;
}

.button-3.primary:hover {
  background-color: #fef8ff;
}

.button-3.primary.pink {
  color: #fff;
  background-color: #ff0056;
  flex: none;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 58px;
  padding-right: 58px;
  font-weight: 600;
}

.button-3.primary.pink:hover {
  background-color: #ce0146;
}

.navbar_copy {
  background-color: #05133800;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.body-7 {
  background-color: var(--background);
}

.section-26 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.link-block-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 50%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.button_wr {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-1034 {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-top: -20px;
  margin-left: 20px;
  display: flex;
}

.image-121 {
  width: 32px;
  height: 32px;
}

.image_wr {
  background-color: #ffffff1a;
  border-radius: 16px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

.image-120 {
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.flex-block-20 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.flex-block-21 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
}

.div-block-1035 {
  width: 50%;
}

.section-27 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 1200px;
  margin: 140px auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.section-28 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  max-width: 1200px;
  margin: 140px auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

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

.link-block-13 {
  width: 50%;
}

.image-122 {
  object-fit: cover;
  width: 100%;
}

.section-29 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.image-123 {
  font-size: 147px;
  line-height: 30px;
}

.nav-menu-3 {
  z-index: 2;
  object-position: 50% 50%;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.section-hero-4 {
  clear: none;
  background-color: #051338;
  flex-flow: row;
  height: auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.div-block-1066 {
  background-image: url('../images/Frame-1533317974.avif');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.paragraph-32 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  width: auto;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
}

.image-133 {
  width: 637.5px;
  display: block;
}

.hero-title-2 {
  color: #eaecf0;
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  padding-top: 80px;
  padding-right: 0;
  font-family: Rubik, sans-serif;
  font-size: 48px;
  line-height: 118%;
  display: block;
}

.mycontain-4 {
  float: none;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.mycontain-4.nav {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.mycontain-4.footer {
  padding-bottom: 20px;
}

.mycontain-4.hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: visible;
}

.div-block-1065 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  margin-left: 120px;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navbar-2 {
  background-color: #05133800;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  position: sticky;
}

.button-4 {
  color: #efdcf0;
  background-color: #bf2455;
  border-radius: 4px;
  flex: 0 auto;
  align-self: center;
  width: 149px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
}

.button-4.primary {
  color: #000;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 204px;
  height: 56px;
  padding-left: 38px;
  padding-right: 38px;
  font-weight: 600;
  line-height: 200%;
  display: block;
}

.button-4.primary:hover {
  background-color: #fef8ff;
}

.button-4.primary.pink {
  color: #fff;
  background-color: #ff0056;
  background-image: none;
  flex: none;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 48px;
  padding-right: 48px;
  font-weight: 600;
  display: block;
}

.button-4.primary.pink:hover {
  background-color: #ce0146;
}

.div-block-1036 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  width: 76px;
  height: 16px;
  display: flex;
}

.heading-51 {
  letter-spacing: .25px;
  width: 58px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.image-127 {
  width: 16px;
  height: 16px;
}

.heading-50 {
  box-sizing: border-box;
  aspect-ratio: auto;
  letter-spacing: .25px;
  object-fit: fill;
  flex-flow: row;
  flex: 0 auto;
  order: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: auto;
  height: 28px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  display: block;
}

.image-125, .image-134 {
  width: 16px;
  height: 16px;
}

.heading-53 {
  letter-spacing: .25px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.div-block-1039 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  height: 57px;
  display: flex;
}

.container-2 {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  color: #0d1337;
  background-color: #0d1337;
  border-radius: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 105px;
  margin: 80px;
  padding: 24px;
  display: flex;
}

.image-129 {
  width: 16px;
  height: 16px;
}

.div-block-1042 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 194px;
  height: 57px;
  display: flex;
}

.div-block-1038 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 95px;
  height: 16px;
  display: flex;
}

.div-block-1043 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 91px;
  height: 57px;
  display: flex;
}

.div-block-1040 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: stretch;
  width: 58px;
  height: 57px;
  display: flex;
}

.div-block-1041 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: auto;
  height: 57px;
  display: flex;
}

.heading-52 {
  letter-spacing: .25px;
  flex: 0 auto;
  width: auto;
  margin-bottom: 8px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
}

.section-30 {
  color: #120e23;
  background-color: #120e23;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 253px;
  margin: 0 0 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-49 {
  color: #767a8e;
  letter-spacing: .25px;
  -webkit-text-stroke-color: #efdcf0cc;
  overflow-wrap: normal;
  height: 16px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}

.image-128 {
  width: 16px;
  height: 16px;
}

.div-block-1037 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 63px;
  height: 16px;
  display: flex;
}

.heading-54 {
  letter-spacing: .25px;
  width: 95px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.div-block-1044 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 516px;
  display: flex;
}

.div-block-1052 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-1084 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 54px;
  border-bottom-left-radius: 54px;
  width: 222px;
  height: 429px;
  margin: 49px 10px 0;
  display: block;
  position: relative;
}

.image-138 {
  width: 44px;
  height: 44px;
}

.div-block-1046 {
  clear: none;
  color: #59567a;
  -webkit-text-stroke-color: #59567a;
  text-indent: 0;
  background-color: #59567a;
  width: 1px;
  height: 17px;
}

.heading-56 {
  letter-spacing: .25px;
  width: 228px;
  height: 44px;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.div-block-1049 {
  grid-column-gap: 3.5px;
  grid-row-gap: 3.5px;
  flex-flow: column;
  display: flex;
}

.div-block-1083 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Frame-1533318006.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: center;
  align-items: flex-start;
  width: 517px;
  height: 517px;
  display: flex;
  position: relative;
  right: auto;
  overflow: hidden;
}

.div-block-1051 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 516px;
  display: flex;
}

.image-130 {
  width: 44px;
  height: 44px;
}

.paragraph-33 {
  color: #fff;
  width: 516px;
  font-weight: 300;
  line-height: 140%;
  display: block;
}

.heading-57 {
  letter-spacing: .25px;
  height: 44px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.div-block-1045 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  display: flex;
}

.code-embed-2 {
  box-sizing: border-box;
  border-radius: 0 4px 32px 32px;
  justify-content: center;
  align-items: flex-end;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-137 {
  width: 44px;
  height: 44px;
}

.section-31 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #120e23;
  border: 1px solid #120e23;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start center;
  width: 100vw;
  height: 100%;
  margin: 0;
  padding: 100px 0 100px 120px;
  display: flex;
}

.heading-55 {
  letter-spacing: .25px;
  width: 516px;
  height: 100px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  line-height: 140%;
}

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

.div-block-1048 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 44px;
  display: flex;
}

.div-block-1050 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.heading-58 {
  letter-spacing: .25px;
  align-self: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.heading-59 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  letter-spacing: .25px;
  flex-flow: column;
  width: 500px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  display: block;
}

.div-block-1062 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-1054 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  order: -1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 620px;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.div-block-1059 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.div-block-1053 {
  width: 100vw;
  height: auto;
  padding-bottom: 100px;
}

.paragraph-34 {
  color: #fff;
  letter-spacing: .25px;
  width: 500px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-text-image {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-60 {
  letter-spacing: .25px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 120px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  line-height: 140%;
  display: flex;
}

.image-132 {
  width: 132px;
  height: 17px;
}

.image-140 {
  width: 44px;
}

.div-block-1063 {
  color: #18182d;
  background-color: #18182d;
  order: 1;
  width: 500px;
  height: 100%;
}

.image-136 {
  width: 64px;
  height: 64px;
}

.div-block-1060 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-139 {
  width: 44px;
}

.div-block-1057 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  order: 1;
  width: 500px;
  padding-top: 48px;
  display: flex;
}

.div-block-1061 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 500px;
  padding-top: 48px;
  display: flex;
}

.heading-62 {
  letter-spacing: .25px;
  width: 550px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 140%;
}

.div-block-1064 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.div-block-1055 {
  color: #18182d;
  -webkit-text-stroke-color: #18182d;
  background-color: #18182d;
  order: 1;
  width: 500px;
  height: 100%;
  overflow: hidden;
}

.heading-61 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.code-embed-3 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.section-32 {
  background-image: url('../images/Frame-1410115312496.avif');
  background-position: 0 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-36 {
  color: #fff;
  letter-spacing: .25px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1058 {
  color: #18182d;
  background-color: #18182d;
  order: -1;
  width: 500px;
  height: auto;
}

.paragraph-35 {
  color: #fff;
  width: 500px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1080 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.timeline {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.heading-68 {
  letter-spacing: .25px;
  margin-bottom: 0;
  padding-left: 16px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1079, .div-block-1076, .div-block-1073 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.paragraph-37 {
  color: #fff;
  letter-spacing: .25px;
  column-count: auto;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 625px;
  height: 91px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.the-aspiration {
  background-color: #120e23;
}

.div-block-1077 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-1075 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

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

.heading-65 {
  letter-spacing: .25px;
  width: 407px;
  height: auto;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 32px;
  line-height: 140%;
}

.div-block-1067 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: start;
  place-items: start center;
  height: 817px;
  margin-bottom: 100px;
  display: grid;
}

.div-block-1072 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  height: 92px;
  display: flex;
}

.heading-67 {
  letter-spacing: .25px;
  margin-bottom: 0;
  padding-left: 16px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1074 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-1081 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  display: flex;
}

.image-135 {
  border-radius: 4px;
  width: auto;
  max-width: 100%;
  height: 40px;
}

.text-span-6 {
  color: #fff;
  letter-spacing: .25px;
  -webkit-text-stroke-color: #fff;
  text-indent: 0;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  display: block;
}

.div-block-1071 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  padding-top: 100px;
  display: flex;
}

.div-block-1068 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 625px;
  display: flex;
}

.heading-63 {
  letter-spacing: .25px;
  width: 625px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  line-height: 140%;
}

.heading-73 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.paragraph-39 {
  color: #fff;
  letter-spacing: .25px;
  padding-left: 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
  display: flex;
}

.heading-6-month {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-38 {
  color: #fff;
  letter-spacing: .25px;
  text-indent: 0;
  width: 625px;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.heading-66 {
  letter-spacing: .25px;
  width: 68px;
  height: 21px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.heading-69 {
  margin-bottom: 0;
  padding-left: 16px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-1069 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 625px;
  display: flex;
}

.heading-64 {
  letter-spacing: .25px;
  flex-flow: column;
  width: 625px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  line-height: 140%;
  display: block;
}

.div-block-1070 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 745px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 120px;
  display: flex;
}

.heading-74 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.image-141 {
  width: auto;
  max-width: 100%;
  height: 40px;
}

.heading-70 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.other-cases {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #120e23;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin: 140px auto;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.heading-75 {
  color: #fff;
}

.section-35 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.link-block-14 {
  width: 50%;
}

.image-142 {
  object-fit: cover;
  width: 100%;
}

.paragraph-40 {
  color: #fff;
}

.heading-76 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 769px;
}

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

.section-36 {
  background-color: #0000;
  border: 0 #000;
  padding: 80px 16px;
}

.section-36.section-contactus {
  background-color: #2f199d;
  padding: 42px 176px;
}

.columns-25 {
  display: flex;
}

.div-block-1085 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.div-block-1085.button-contact {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

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

.button-5 {
  color: #efdcf0;
  background-color: #bf2455;
  border-radius: 4px;
  flex: 0 auto;
  align-self: center;
  width: 149px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
}

.button-5.primary {
  color: #000;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 204px;
  height: 56px;
  padding-left: 38px;
  padding-right: 38px;
  font-weight: 600;
  line-height: 200%;
  display: block;
}

.button-5.primary:hover {
  background-color: #fef8ff;
}

.button-5.primary.pink {
  color: #fff;
  background-color: #ff0056;
  background-image: none;
  flex: none;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 48px;
  padding-right: 48px;
  font-weight: 600;
  display: block;
}

.button-5.primary.pink:hover {
  background-color: #ce0146;
}

.image-143 {
  width: 24px;
}

.footer-2 {
  text-align: center;
  background-color: #120e23;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.div-block-1086 {
  flex-direction: column;
  flex: none;
  order: -1;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-top: 16px;
  display: flex;
}

.div-block-1086.footer-contact {
  margin-right: 0;
}

.div-block-1086.footer-logo {
  padding-top: 0;
}

.body_sm-2 {
  color: #efdcf0cc;
  background-color: #0000;
  flex: 1;
  margin-bottom: .125em;
  font-family: Rubik, sans-serif;
  font-size: 15px;
  line-height: 150%;
}

.body_sm-2.footer-copyright {
  color: #efdcf04d;
  background-color: #0000;
  background-image: none;
  margin-bottom: 0;
  font-weight: 300;
  display: none;
}

.flex-block-22 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
}

.body-8 {
  background-color: #120e23;
}

.image-144 {
  width: 240px;
}

.heading-77 {
  letter-spacing: .25px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  line-height: 140%;
}

.div-block-1087 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
}

.div-block-1088 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  width: 100%;
  display: grid;
}

.div-block-1089 {
  background-color: #0f142c;
  border: 1px solid #353a4e;
  border-radius: 8px;
  width: 595px;
  height: 150px;
  padding: 24px;
}

.image-145 {
  width: 56px;
  height: 56px;
}

.heading-78 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.paragraph-41 {
  color: var(--white);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.div-block-1090 {
  box-sizing: border-box;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  object-fit: fill;
  flex-flow: column;
  flex: 1;
  order: 0;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  height: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-1091 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0f142c;
  border: 1px solid #353a4e;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px;
  display: flex;
}

.div-block-1092 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-1093 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0f142c;
  border: 1px solid #353a4e;
  border-radius: 8px;
  order: 0;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px;
  display: flex;
}

.heading-79 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.paragraph-42 {
  color: var(--white);
  letter-spacing: .25px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1094 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.image-146 {
  width: 56px;
  height: 56px;
}

.div-block-1095 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0f142c;
  border: 1px solid #353a4e;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 24px;
  display: flex;
}

.heading-80 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 140%;
}

.paragraph-43 {
  color: var(--white);
  letter-spacing: .25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1096 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.image-147 {
  width: 56px;
  height: 56px;
}

.image-148 {
  font-size: 147px;
  line-height: 30px;
}

.nav-menu-4 {
  z-index: 2;
  object-position: 50% 50%;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.section-hero-5 {
  clear: none;
  background-color: #051338;
  background-image: url('../images/homebg001.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100ch;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.div-block-1097 {
  background-image: url('../images/Frame-27.avif');
  background-position: 0 0;
  background-size: cover;
  flex-flow: column;
  width: 100vw;
  display: flex;
}

.paragraph-44 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  width: auto;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
}

.image-150 {
  width: 100%;
  padding-top: 0;
}

.hero-title-3 {
  color: #eaecf0;
  flex: 0 auto;
  align-self: flex-start;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 48px;
  line-height: 118%;
  display: block;
}

.div-block-1098 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: start stretch;
  width: 100%;
  max-width: 1200px;
  height: 650px;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 40px;
  display: flex;
  position: absolute;
  top: 100px;
}

.navbar-4 {
  color: #051338;
  background-color: #05133800;
  border: 1px solid #0000;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
  position: sticky;
}

.button-6 {
  color: #efdcf0;
  background-color: #bf2455;
  border-radius: 4px;
  flex: 0 auto;
  align-self: center;
  width: 149px;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px 16px;
  font-family: Rubik, sans-serif;
  font-size: 20px;
}

.button-6.primary {
  color: #000;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 204px;
  height: 56px;
  padding-left: 38px;
  padding-right: 38px;
  font-weight: 600;
  line-height: 200%;
  display: block;
}

.button-6.primary:hover {
  background-color: #fef8ff;
}

.button-6.primary.pink {
  color: #fff;
  background-color: #ff0056;
  background-image: none;
  flex: none;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 48px;
  padding-right: 48px;
  font-weight: 600;
  display: block;
}

.button-6.primary.pink:hover {
  background-color: #ce0146;
}

.div-block-1099 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.div-block-1100 {
  grid-column-gap: 37px;
  grid-row-gap: 37px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-1101 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 54px;
  border-bottom-left-radius: 54px;
  width: 222px;
  height: 429px;
  margin: 16px 10px 10px;
  position: relative;
}

.image-151 {
  width: 44px;
  height: 44px;
}

.div-block-1102 {
  clear: none;
  color: #59567a;
  -webkit-text-stroke-color: #59567a;
  text-indent: 0;
  background-color: #59567a;
  width: 1px;
  height: 17px;
}

.heading-81 {
  letter-spacing: .25px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
}

.div-block-1103 {
  grid-column-gap: 3.5px;
  grid-row-gap: 3.5px;
  flex-flow: column;
  display: flex;
}

.div-block-1104 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Frame-1533318006.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 509px;
  display: flex;
  position: relative;
  right: auto;
  overflow: hidden;
}

.div-block-1105 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.image-152 {
  width: 44px;
  height: 44px;
}

.paragraph-45 {
  color: #fff;
  width: auto;
  height: auto;
  margin-top: 8px;
  font-weight: 300;
  line-height: 140%;
  display: block;
}

.heading-82 {
  letter-spacing: .25px;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 44px;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 140%;
  display: flex;
}

.div-block-1106 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  display: flex;
}

.code-embed-4 {
  box-sizing: border-box;
  border-radius: 0 4px 32px 32px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 0;
  text-decoration: none;
  display: block;
  position: static;
  overflow: hidden;
}

.image-153 {
  width: 44px;
  height: 44px;
}

.section-row-01 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  place-items: center;
  width: auto;
  height: auto;
  margin: 0;
  padding: 100px 0;
  display: grid;
}

.section-row-01.bring-your-story {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #120e23;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: auto;
  padding: 100px 16px;
  display: flex;
}

.section-row-01.makeondemand {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #120e23;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-row-01.makeondemand01 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #180e44;
  background-image: linear-gradient(166deg, #051338, #120e23 72%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 16px;
  display: flex;
}

.section-row-01.why-work-wirth-us {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #120e23;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px 122px;
  display: flex;
}

.section-row-01.marketing-that-converts {
  background-image: url('../images/Grid-bottom-bg.png'), url('../images/Grid-bg.png'), linear-gradient(165deg, #051338, #120e23 75%);
  background-position: 100% 560%, 0 0, 0 0;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: auto, contain, auto;
  background-attachment: scroll, scroll, scroll;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.section-row-01.interestinhearingmore {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #120e23;
  background-image: url('../images/ai-girl.png'), linear-gradient(90deg, #0c0f13, #120e23);
  background-position: 112% 36%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 740px, auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 16px;
  display: flex;
}

.heading-83 {
  letter-spacing: .25px;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  line-height: 140%;
}

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

.div-block-1108 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  height: 44px;
  display: flex;
}

.div-block-1109 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.heading-84 {
  letter-spacing: .25px;
  align-self: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.section-38 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #06233e;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.heading-85 {
  letter-spacing: .25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 100px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  line-height: 140%;
  display: flex;
}

.div-block-1110 {
  background-color: var(--white);
  border: 15px solid #fff;
  border-radius: 16px;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.body-9 {
  background-color: #120e23;
}

.heading-86 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  line-height: 140%;
}

.section-39 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-top: 100px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.paragraph-46 {
  color: var(--white);
  letter-spacing: .25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1111 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-1112 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.div-block-1113 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1c1b2d;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 32px 136px 32px 32px;
  display: flex;
  box-shadow: 0 2px 8px #dfe4fc73;
}

.div-block-1114 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1c1b2d;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding: 32px 136px 32px 32px;
  display: flex;
  box-shadow: 0 2px 8px #dfe4fc75;
}

.image-154 {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

.heading-87 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.heading-88 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-1115 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.heading-89 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1116 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.image-155 {
  width: 16px;
  height: 16px;
  margin-top: 4px;
  padding-top: 0;
}

.heading-90 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1117 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  order: 0;
  display: flex;
}

.image-156 {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

.div-block-1118 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.heading-91 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.heading-92 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1119 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.image-157 {
  height: 16px;
  margin-top: 4px;
}

.heading-93 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1120 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.image-158 {
  width: 16px;
  height: 16px;
  margin-top: 4px;
}

.heading-94 {
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.image-159 {
  height: 16px;
  margin-top: 4px;
}

.div-block-1121 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-1122 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.section-40 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  height: 1006px;
  padding: 100px 120px;
  display: flex;
}

.heading-95 {
  letter-spacing: .25px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 36px;
  line-height: 140%;
}

.div-block-1123 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #06233e;
  border-radius: 8px;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: flex-start stretch;
  height: 334px;
  padding: 32px 32px 0;
  display: flex;
}

.heading-96 {
  letter-spacing: .25px;
  width: auto;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.paragraph-47 {
  color: var(--white);
  letter-spacing: .25px;
  width: auto;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1124 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-top: 2px;
  display: flex;
}

.div-block-1125, .div-block-1126 {
  background-color: #06233e;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 334px;
  padding: 32px 0 0 32px;
  display: flex;
}

.div-block-1127 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch;
  place-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-1128 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.image-160 {
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: 360px;
  margin-right: 0;
  padding-left: 0;
  display: block;
}

.heading-97 {
  letter-spacing: .25px;
  width: 100%;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.paragraph-48 {
  color: var(--white);
  letter-spacing: .25px;
  width: 100%;
  margin-bottom: 0;
  padding-right: 36px;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1129 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.heading-98 {
  letter-spacing: .25px;
  width: 100%;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  line-height: 140%;
  display: block;
}

.paragraph-49 {
  color: var(--white);
  letter-spacing: .25px;
  width: 100%;
  margin-bottom: 0;
  padding-right: 36px;
  font-size: 18px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1130 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image-161 {
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
  width: auto;
  height: 290px;
  max-height: 300px;
  padding-top: 0;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
  overflow: clip;
}

.image-162 {
  align-self: flex-end;
  width: 335px;
  height: 175px;
  display: block;
}

.image-163 {
  align-self: flex-end;
  width: 95%;
  height: 175px;
  display: block;
}

.div-block-1131 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.section-41 {
  grid-column-gap: 156px;
  grid-row-gap: 156px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch start;
  place-items: start center;
  height: 694px;
  padding: 100px 120px;
  display: grid;
}

.paragraph-50 {
  color: var(--white);
  letter-spacing: .25px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.paragraph-51 {
  color: var(--white);
  letter-spacing: .25px;
  margin-bottom: 0;
  padding-left: 8px;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1132 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.heading-99 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 140%;
}

.paragraph-52 {
  color: var(--white);
  letter-spacing: .25px;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1133 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-1134 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.heading-100 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  line-height: 140%;
}

.div-block-1135 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-1136, .div-block-1137 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.image-164 {
  width: 280px;
}

.div-block-1138 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-1139 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: auto;
  place-items: flex-start center;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 0;
  display: flex;
}

.image-165 {
  width: 100%;
  height: 100%;
}

.image-166 {
  width: 100%;
  height: 100%;
  display: block;
}

.div-block-1140 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.image-167 {
  width: 100vh;
  height: auto;
}

.code-embed-5 {
  width: auto;
  height: auto;
}

.div-block-1141 {
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.code-embed-6 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.div-block-1143 {
  border-radius: 8px;
  width: 625px;
  height: auto;
}

.code-embed-7 {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.text-block-75 {
  color: #fff;
  width: 56px;
  font-family: Rubik, sans-serif;
}

.div-block-1144 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  width: 64px;
  padding: 4px 8px;
}

.div-block-1145 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  align-items: center;
  display: grid;
}

.div-block-1146 {
  border: 1px solid #fff;
  border-radius: 20px;
  width: 88px;
  padding: 4px 8px;
}

.text-block-76 {
  color: #fff;
  width: 39px;
  font-family: Rubik, sans-serif;
}

.div-block-1147 {
  border: 1px solid #fff;
  border-radius: 20px;
  width: 58px;
  padding: 4px 8px;
}

.text-block-77 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 4px 8px;
  font-family: Rubik, sans-serif;
}

.text-block-78 {
  color: #fff;
  width: 64px;
  font-family: Rubik, sans-serif;
}

.div-block-1148 {
  border: 1px solid #fff;
  border-radius: 20px;
  width: 79px;
  padding: 4px 8px;
}

.heading-101 {
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.heading-102 {
  border: 1px solid #fff;
  border-radius: 20px;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 90px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 4px 12px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  overflow: visible;
}

.heading-103 {
  border: 1px solid #fff;
  border-radius: 20px;
  width: 104px;
  margin-bottom: 0;
  padding: 4px 12px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.heading-104 {
  border: 1px solid #fff;
  border-radius: 20px;
  width: 68px;
  margin-bottom: 0;
  padding: 4px 12px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.heading-105 {
  border: 1px solid #fff;
  border-radius: 20px;
  width: 81px;
  margin-bottom: 0;
  padding: 4px 12px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.heading-106 {
  border: 1px solid #fff;
  border-radius: 20px;
  width: 92px;
  margin-bottom: 0;
  padding: 4px 12px;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.div-block-1149 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: start;
  display: grid;
}

.image-168 {
  width: 259px;
}

.body-10 {
  background-color: #120e23;
}

.div-block-1150 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  justify-content: center;
  align-items: center;
  height: 650px;
  padding-left: 120px;
  padding-right: 50px;
  display: flex;
}

.section-42 {
  background-image: url('../images/Frame-27_1.avif');
  background-position: 0 0;
  background-size: cover;
}

.text-block-79 {
  color: #fff;
  letter-spacing: .25px;
  text-indent: 0;
  width: auto;
  font-family: Rubik, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1151 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-169 {
  width: 240px;
}

.image-170 {
  width: 680px;
  height: 411px;
}

.section-43 {
  height: 253px;
}

.section-44 {
  height: auto;
  padding: 100px 120px;
  display: block;
}

.heading-107 {
  letter-spacing: .25px;
  font-size: 36px;
  line-height: 140%;
}

.heading-108 {
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 64px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
}

.div-block-1152 {
  background-color: #b21b1f;
  flex-flow: column;
  width: 1px;
  height: 50px;
  display: flex;
}

.div-block-1153 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 56px;
  height: 319px;
  display: flex;
}

.heading-109 {
  letter-spacing: .25px;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  line-height: 140%;
  display: block;
}

.text-block-80 {
  color: #fff;
  width: 472px;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1154 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 472px;
  display: flex;
}

.div-block-1155 {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  flex-flow: column;
  display: flex;
}

.div-block-1156 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 90%;
  height: 100%;
  display: flex;
}

.div-block-1157 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  width: 102%;
  display: flex;
}

.image-171 {
  width: 50%;
}

.section-45 {
  width: 100%;
  height: 800px;
  padding: 100px 120px;
}

.div-block-1158 {
  background-image: url('../images/Image-4156.avif');
  background-position: 0 0;
  background-size: 100% 100%;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px;
  display: flex;
}

.div-block-1159 {
  background-image: url('../images/Image-145.avif');
  background-position: 0 0;
  background-size: 100% 100%;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px;
  display: flex;
}

.div-block-1160 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-1161 {
  background-image: url('../images/Image-484548.avif');
  background-position: 0 0;
  background-size: 100% 100%;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 24px;
  display: flex;
}

.heading-110 {
  margin: 0 0 16px;
  padding-left: 0;
  padding-right: 0;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.text-block-81 {
  color: var(--white);
  letter-spacing: .25px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.heading-111 {
  letter-spacing: 1px;
  margin: 0 0 16px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.text-block-82 {
  color: var(--white);
  letter-spacing: .25px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.heading-112 {
  margin: 0 0 16px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.text-block-83 {
  color: var(--white);
  letter-spacing: .25px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.section-46 {
  background-image: url('../images/Container.avif');
  background-position: 0 0;
  background-size: auto;
  height: auto;
  padding: 100px 120px;
}

.heading-113 {
  margin-bottom: 64px;
  font-family: Rubik, sans-serif;
  font-size: 36px;
}

.div-block-1162 {
  grid-column-gap: 184px;
  grid-row-gap: 184px;
  background-image: url('../images/Image-1-block.avif');
  background-position: 0 0;
  background-size: 100% 100%;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 48px;
  display: flex;
}

.heading-114 {
  letter-spacing: .25px;
  width: auto;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 0;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.text-block-84 {
  color: var(--white);
  letter-spacing: .25px;
  width: auto;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1163 {
  width: auto;
}

.image-172 {
  height: 320px;
  padding-left: 0;
}

.div-block-1164 {
  grid-column-gap: 184px;
  grid-row-gap: 184px;
  background-image: url('../images/Image-2-block.avif');
  background-position: 0 0;
  background-size: 100% 100%;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 48px;
  display: flex;
}

.div-block-1165 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.heading-115 {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.text-block-85 {
  color: var(--white);
  letter-spacing: .25px;
  width: auto;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1166 {
  width: auto;
}

.image-173 {
  height: 320px;
}

.div-block-1167 {
  grid-column-gap: 184px;
  grid-row-gap: 184px;
  background-image: url('../images/3-block.avif');
  background-position: 0 0;
  background-size: 100% 100%;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 48px;
  display: flex;
}

.heading-116 {
  letter-spacing: .25px;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.text-block-86 {
  color: var(--white);
  width: auto;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 140%;
}

.div-block-1168 {
  width: auto;
}

.image-174 {
  height: 320px;
}

.image-175, .image-176, .image-177 {
  border: 8px solid var(--white_04);
  border-radius: 12px;
  width: 100%;
  height: auto;
  margin: 48px 0 0;
}

.div-block-1169 {
  padding: 0;
}

.div-block-1170 {
  flex-flow: column;
  width: 1190px;
  display: flex;
}

.heading-117 {
  letter-spacing: .25px;
  flex: none;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  line-height: 140%;
  display: block;
}

.flex-block-23 {
  width: auto;
}

.image-178 {
  width: 100%;
}

.section_row_01_content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_row_01_content.bring-your-story-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

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

.card01 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-text-fill-color: inherit;
  background-color: #cad3ff1a;
  background-image: url('../images/card-01-bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  border: 1px solid #cad3ff26;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  padding: 24px 24px 0;
  display: flex;
  position: static;
}

.grid-colum-02 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template: "Area Area-2 Area-3"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.div-block-1172 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-118 {
  direction: ltr;
  color: var(--white);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.div-block-1173 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.paragraph-200, .paragraph-45-copy {
  color: #fff;
  width: auto;
  margin-top: 8px;
  font-weight: 300;
  line-height: 140%;
  display: block;
}

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

.div-block-image-text {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

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

.code-embed-8 {
  width: 100%;
  height: 279px;
}

.code-embed-9 {
  width: 100%;
  height: 670px;
}

.div-block-1175 {
  margin-top: 24px;
}

.code-embed-10 {
  width: 100%;
  height: 680px;
}

.code-embed-11 {
  width: 100%;
  height: 840px;
}

.code-embed-12, .code-embed-13 {
  width: 100%;
  height: 300px;
}

.heading-117-copy {
  letter-spacing: .25px;
  flex: none;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  line-height: 140%;
  display: block;
}

.div-block-1176 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.infoemail {
  color: #fffc;
  text-align: left;
  align-self: flex-start;
  height: auto;
  margin-bottom: 0;
  padding-top: 9px;
  font-size: 20px;
  line-height: 140%;
  display: block;
}

.infoemail:hover {
  text-decoration: underline;
}

.heading-121, .heading-122 {
  letter-spacing: .25px;
  flex: none;
  width: auto;
  height: auto;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 36px;
  line-height: 140%;
  display: block;
}

.image-1083 {
  width: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-89-copy {
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 56px;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  a {
    flex: 0 auto;
  }

  .mycontain.hero {
    height: auto;
    padding-bottom: 2rem;
  }

  .mycontain.nav {
    width: 100%;
  }

  .mycontain.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding: 40px 24px;
  }

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

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

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

  .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link {
    margin: 24px;
    padding-left: 0;
    display: block;
  }

  .icon {
    width: auto;
    max-width: none;
    display: inline-block;
  }

  .nav-menu {
    z-index: 2;
    background-color: #051338;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    display: flex;
  }

  .menu-button {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0% 24px 0% auto;
  }

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

  .button.primary {
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button.primary.pink {
    order: 1;
    align-self: auto;
  }

  .section-hero {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .body_md.white-02 {
    font-size: 15px;
  }

  .div-block {
    align-self: center;
    width: 100%;
  }

  .body_lg.wwd, .body_lg.name {
    font-size: 20px;
  }

  .column {
    align-items: center;
    padding-right: 24px;
  }

  .column.wwd3 {
    flex: 1;
    order: 1;
    align-items: flex-end;
  }

  .feature {
    flex: 0 auto;
    align-self: flex-end;
  }

  .feature.about {
    margin-right: 24px;
  }

  .div-block-2 {
    padding-bottom: 8px;
  }

  .div-block-2.team-1 {
    margin-right: auto;
  }

  .grid_clients {
    box-sizing: border-box;
    clear: none;
    grid-row-gap: 32px;
    object-fit: fill;
    grid-template-rows: 1fr 1fr auto auto auto auto auto auto;
    grid-template-columns: .3fr .3fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-content: space-between space-around;
    place-items: center stretch;
    display: grid;
    position: relative;
  }

  .title-span {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

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

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

  .div-block-5.button-contact {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .heading-6 {
    padding-right: 40px;
  }

  .column-2 {
    order: -1;
  }

  .hero-title {
    letter-spacing: .5px;
    max-width: 78vw;
    font-size: 47px;
  }

  .grid-4 {
    flex-direction: column;
    grid-template: "."
    / 1fr;
    justify-content: space-around;
    height: auto;
    display: flex;
  }

  .div-block-7.card-casestudy1 {
    height: 40vh;
    margin-bottom: 24px;
  }

  .div-block-7.card-casestudy2 {
    background-image: linear-gradient(#bf245580, #bf245580), url('../images/Case-Study_RF1.png');
    background-position: 0 0, 50% 40%;
    flex: 0 auto;
    align-self: stretch;
    height: 40vh;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .div-block-7.card-casestudy3 {
    background-image: linear-gradient(to bottom, var(--accent-3-3-●●○○), var(--accent-3-3-●●○○)), url('../images/The-Bar-at-Commons-Club-Nashville-1154x600.jpg');
    background-position: 0 0, 20% 100%;
    background-repeat: repeat, repeat-y;
    background-size: auto, auto;
    height: 40vh;
    margin-top: 24px;
  }

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

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .div-block-8.footer-logo {
    padding-top: 8px;
  }

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

  .paragraph {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-11.cs-card-1 {
    height: 60%;
  }

  .div-block-11.cs-card-2 {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-clip: border-box;
    height: 90%;
  }

  .div-block-11.cs-card-3 {
    object-fit: fill;
    flex: 1;
    order: 1;
    align-self: flex-start;
    width: 50%;
  }

  .heading-15 {
    padding-top: 24px;
  }

  .column-3 {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-16 {
    font-size: 27px;
  }

  .heading-16.stat {
    padding-right: 24px;
  }

  .white-02 {
    padding-right: 0;
  }

  .image-4.person {
    max-width: 30%;
  }

  .lottie-animation-3 {
    object-fit: fill;
    object-position: 50% 0%;
    max-width: 100%;
    height: auto;
    max-height: 70%;
    inset: 0% -15% auto 0%;
  }

  .link-block {
    height: auto;
  }

  .logo {
    vertical-align: baseline;
    max-width: 100%;
    display: inline-block;
  }

  .capabilities-brand {
    padding-left: 40px;
    padding-right: 40px;
  }

  .body {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-clip: border-box;
    display: block;
    overflow: visible;
  }

  .capabilities-off-white {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-18 {
    margin-bottom: 220px;
  }

  .cs_hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cs_hero.dt-img {
    background-size: cover;
  }

  .div-block-19 {
    margin-top: 320px;
  }

  .capabilities-black {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-16 {
    max-width: 50%;
    margin-top: 140px;
  }

  .div-block-35 {
    margin-top: 400px;
  }

  .capabilities-off-white-no-padding {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding-left: 40px;
  }

  .capabilities-off-white-no-padding.gnome-img, .capabilities-off-white-no-padding.cortex-approach-img, .capabilities-off-white-no-padding.cortex-sharing-img, .capabilities-off-white-no-padding.rock-online-img, .capabilities-off-white-no-padding.rock-global-img, .capabilities-off-white-no-padding.rock-com-img, .capabilities-off-white-no-padding.ai-chal-img, .capabilities-off-white-no-padding.ai-ds-img, .capabilities-off-white-no-padding.ai-flex-img {
    background-size: 60%;
  }

  .capabilities-navy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .capabilities-navy-no-padding.ai-approach-img {
    background-size: 60%;
    padding-left: 40px;
  }

  .text-span-5 {
    color: var(--black_01);
    text-decoration: underline;
  }

  .case-card.virgin {
    margin-bottom: 80px;
  }

  .case-card.ai-homecard {
    background-position: 270px -20px;
    background-size: 600px;
    margin-bottom: 80px;
  }

  .div-block-89 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-size: cover;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-left: 60px;
    padding-top: 0;
    display: flex;
  }

  .link-block-4, .link-block-5 {
    height: auto;
  }

  .grid-7 {
    grid-template-columns: 30vw auto;
  }

  .article {
    grid-template-rows: minmax(20vh, 1fr);
  }

  .someelse {
    padding-bottom: 8px;
  }

  .someelse.team-1 {
    margin-right: auto;
  }

  .body_lg-2.name {
    font-size: 20px;
  }

  .div-block-2-copy {
    padding-bottom: 8px;
  }

  .div-block-2-copy.team-1 {
    margin-right: auto;
  }

  .body_md-copy.white-02, .body_md-copy-copy.white-02, .body_md-copy-copy.white-02, .body_md-copy.white-02, .body_md-copy.white-02, .body_md-copy.white-02, .body_md-copy.white-02 {
    font-size: 15px;
  }

  .text-block-51 {
    font-size: 16px;
    line-height: 30px;
  }

  .div-block-93 {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 40px;
    padding: 0;
  }

  .text-block-52 {
    width: 100%;
    font-size: 24px;
    line-height: 36px;
  }

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

  .div-block-96, .div-block-98 {
    width: 100%;
    margin-top: 24px;
  }

  .yellow-rectangle-bg {
    width: 20%;
  }

  .content-section {
    overflow: hidden;
  }

  .slider {
    width: 100%;
    max-width: none;
  }

  .testimonial-wrap {
    max-width: 1200px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .mask {
    width: 100%;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .body-text {
    font-size: 18px;
  }

  .slide {
    box-sizing: border-box;
    clear: none;
    aspect-ratio: auto;
    object-fit: fill;
    width: 100%;
    position: static;
    overflow: auto;
  }

  .left-arrow {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% auto 0% -25px;
  }

  .right-arrow {
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    inset: 0% -25px 0% auto;
  }

  .heading-1 {
    font-size: 48px;
  }

  .section-3 {
    margin-top: 32px;
    padding-top: 32px;
    padding-left: 40px;
    padding-right: 24px;
  }

  .mycontain-copy42.hero {
    height: 40vh;
  }

  .mycontain-copy42.nav {
    width: 100%;
  }

  .mycontain-copy42.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-52-copy, .text-block-52-copy-copy {
    font-size: 24px;
    line-height: 36px;
  }

  .div-block-93-copy {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 40px;
    padding: 120px 0 0;
  }

  .div-block-98-copy {
    width: 100%;
    margin-top: 24px;
  }

  .div-block-98-copy2 {
    margin-top: 24px;
  }

  .paragraph-20 {
    width: 430px;
  }

  .div-block-104 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 24px;
  }

  .paragraph-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: contain;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: baseline;
    align-items: stretch;
    width: 100%;
    min-height: 100px;
    margin-bottom: 0;
    display: flex;
  }

  .video-4 {
    height: auto;
  }

  .lottie-animation-3-copy {
    object-fit: fill;
    object-position: 50% 0%;
    max-width: 100%;
    height: auto;
    max-height: 70%;
    inset: 0% -15% auto 0%;
  }

  .mycontain-copy.hero {
    height: 40vh;
  }

  .mycontain-copy.nav {
    width: 100%;
  }

  .mycontain-copy.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .mycontain-copy.hero-copy {
    height: auto;
    padding-bottom: 40px;
  }

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

  .section-5 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-left: 24px;
    margin-right: 24px;
    padding: 0;
  }

  .div-block-107 {
    justify-content: center;
    align-items: center;
  }

  .text-block-58 {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: left;
    object-fit: fill;
    font-size: 20px;
  }

  .info-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .section-6 {
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 0;
    padding-bottom: 80px;
  }

  .process-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .list-5 {
    margin-left: 0;
  }

  .section-8 {
    flex-flow: column;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section-9 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-40 {
    clear: none;
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: block;
  }

  .text-block-61 {
    text-align: center;
    flex: 0 auto;
    align-self: auto;
    width: auto;
    height: auto;
    line-height: 150%;
  }

  .section-10 {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-left: 24px;
    margin-right: 24px;
  }

  .section-11 {
    flex-flow: column;
    margin-left: 24px;
    margin-right: 24px;
  }

  .section-14 {
    flex-flow: column;
    grid-template-columns: 1fr;
    margin-left: 24px;
    margin-right: 24px;
  }

  .cards_section {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .image-94, .image-95, .image-96 {
    width: 100%;
  }

  .image-97 {
    mix-blend-mode: normal;
    width: 100%;
  }

  .image-98 {
    width: 100%;
  }

  .text {
    margin-bottom: 24px;
  }

  .cards_wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
    place-items: stretch stretch;
  }

  .card {
    padding: 16px;
  }

  .image-99 {
    width: 24px;
    height: 24px;
  }

  .icon_box {
    width: 40px;
    height: 40px;
  }

  .text-block-62 {
    font-size: 27px;
  }

  .text-block-63 {
    font-size: 18px;
    line-height: 140%;
  }

  .hero_text {
    width: 80%;
  }

  .image-106 {
    height: 60px;
  }

  .image-107 {
    width: 90%;
  }

  .section_info {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: center stretch;
    height: 100%;
    margin-left: 48px;
    margin-right: 48px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .div-block-1025 {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .section-hero-2 {
    height: auto;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .lottie-animation-4 {
    object-fit: fill;
    object-position: 50% 0%;
    max-width: 100%;
    height: auto;
    max-height: 70%;
    inset: 0% -15% auto 0%;
  }

  .mycontain-2.hero {
    height: 40vh;
  }

  .div-block-1026 {
    align-self: center;
  }

  .title-span-2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .lottie-animation-4-copy {
    object-fit: fill;
    object-position: 50% 0%;
    width: 100vw;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    inset: 0% 0% auto;
  }

  .mycontain-2-copy.hero {
    height: 40vh;
  }

  .mycontain-2-copy.hero-copy {
    height: auto;
  }

  .flex-block-8 {
    padding-bottom: 16px;
  }

  .slide-9 {
    width: 100%;
    height: auto;
  }

  .flex-block-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
    display: flex;
  }

  .slider-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-109 {
    width: 100%;
  }

  .right-arrow-3 {
    margin-right: 0;
    top: 94%;
    left: 35%;
    right: 0%;
  }

  .left-arrow-3 {
    margin-left: 0;
    position: absolute;
    inset: 95% 30% 0% 0%;
  }

  .slide-10 {
    height: auto;
  }

  .video-5 {
    width: 100%;
    left: 0%;
  }

  .slide-nav-5 {
    width: 100%;
  }

  .flex-block-10, .flex-block-11, .flex-block-12, .flex-block-13 {
    justify-content: flex-start;
    align-items: center;
  }

  .ai {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .flex-block-16 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: flex;
  }

  .link-block-8 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 50%;
    display: block;
  }

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

  .section-24 {
    background-image: url('../images/Frame-1000004998-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    height: 980px;
  }

  .div-block-1031 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template: "."
                   "Area"
                   / 1fr;
    grid-auto-rows: minmax(71px, .75fr);
    grid-auto-flow: column;
    place-items: start stretch;
    height: 100%;
    padding: 64px 24px 40px;
  }

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

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

  .video_r {
    width: 90%;
  }

  .section-hero-3 {
    background-position: 50% 100%;
    background-size: contain;
    height: auto;
    padding: 24px 24px 40px;
  }

  .section-hero-3.mit-hero {
    background-size: contain;
  }

  .mycontain-2-copy2.hero-copy2 {
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 48px;
  }

  .hero_text-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .image-116 {
    height: 60px;
  }

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

  .section-25 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-left: 48px;
    margin-right: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-menu-2 {
    z-index: 2;
    background-color: #292348;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    display: flex;
  }

  .mycontain-3.nav {
    width: 100%;
  }

  .menu-button-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .button-3.primary {
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button-3.primary.pink {
    order: 1;
    align-self: auto;
  }

  .burger_line1 {
    background-color: #fff;
    width: 35px;
    height: 3px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0;
  }

  .navbar_copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .line1, .line2, .line3 {
    background-color: #fff;
    border-radius: 100px;
    width: 24px;
    height: 1.5px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .image_wr {
    height: auto;
  }

  .image-120 {
    object-fit: fill;
  }

  .flex-block-20 {
    width: 100%;
  }

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

  .nav-menu-3 {
    z-index: 2;
    background-color: #051338;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    display: flex;
  }

  .section-hero-4 {
    justify-content: center;
    align-items: center;
    height: 120%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-1066 {
    background-image: url('../images/Frame-561.png');
    background-size: auto;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-32 {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .image-133 {
    width: auto;
    margin-bottom: 32px;
    display: block;
  }

  .hero-title-2 {
    text-align: center;
    letter-spacing: .5px;
    width: 100%;
    max-width: 720vw;
    font-size: 47px;
  }

  .mycontain-4.nav {
    width: 100%;
  }

  .mycontain-4.hero {
    width: auto;
    max-width: 720px;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .mycontain-4.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .mycontain-4.hero {
    width: auto;
    max-width: 720px;
    height: auto;
    padding: 40px 0 0;
  }

  .div-block-1065 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center stretch;
    margin-left: 24px;
    margin-right: 24px;
    display: flex;
  }

  .navbar-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-4.primary {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .button-4.primary.pink {
    order: 1;
    align-self: auto;
  }

  .heading-51 {
    margin-bottom: 0;
  }

  .heading-50 {
    width: auto;
  }

  .heading-53 {
    margin-bottom: 0;
  }

  .div-block-1039 {
    justify-content: center;
    align-items: center;
  }

  .container-2 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center space-between;
    align-items: center;
    width: 100%;
    max-width: 720%;
    height: auto;
    margin-left: 48px;
    margin-right: 48px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .div-block-1042 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

  .div-block-1043 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .div-block-1040 {
    width: auto;
  }

  .div-block-1041 {
    justify-content: space-between;
    align-items: center;
  }

  .heading-52 {
    text-align: left;
    width: auto;
    margin-bottom: 0;
    padding-bottom: 8px;
  }

  .section-30 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .heading-49, .heading-54 {
    margin-bottom: 0;
  }

  .div-block-1084 {
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: center;
    margin-top: 59px;
    display: flex;
  }

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

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

  .section-31 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-items: center;
    height: 1393px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .heading-59 {
    text-align: center;
    width: auto;
  }

  .div-block-1062 {
    justify-content: flex-start;
    align-items: center;
    width: 500px;
  }

  .div-block-1054 {
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .div-block-1059 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-bottom: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .div-block-text-image {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-bottom: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-60 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    padding-top: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .div-block-1060 {
    justify-content: space-between;
    align-items: center;
  }

  .div-block-1057 {
    order: -1;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .div-block-1061 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

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

  .div-block-1064 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .section-32 {
    background-image: url('../images/Frame-14784.avif');
    height: 2896px;
  }

  .paragraph-36 {
    text-align: center;
    width: 500px;
  }

  .div-block-1058 {
    order: 1;
  }

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

  .the-aspiration {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .div-block-1067 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    place-items: start;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-1071 {
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    padding: 0 0 100px;
  }

  .div-block-1070 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .other-cases {
    max-width: none;
    margin: 100px 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-35 {
    flex-flow: row;
  }

  .heading-76 {
    padding-right: 40px;
  }

  .column-21 {
    order: -1;
  }

  .section-36, .section-36.section-contactus {
    padding: 40px 24px;
  }

  .columns-25 {
    flex-wrap: wrap;
    display: flex;
  }

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

  .div-block-1085.button-contact {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .column-22 {
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .button-5.primary {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .button-5.primary.pink {
    order: 1;
    align-self: auto;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-1086.footer-logo {
    padding-top: 8px;
  }

  .div-block-1088 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .div-block-1091, .div-block-1093, .div-block-1094, .div-block-1095 {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .nav-menu-4 {
    z-index: 2;
    background-color: #051338;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    display: flex;
  }

  .section-hero-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/Frame-28.avif');
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
    height: 940px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    overflow: visible;
  }

  .div-block-1097 {
    background-image: url('../images/Frame-28.avif');
    flex-flow: column;
  }

  .paragraph-44 {
    text-align: center;
    width: 720px;
  }

  .image-150 {
    width: auto;
    margin-bottom: 0;
    display: block;
  }

  .hero-title-3 {
    text-align: center;
    letter-spacing: .5px;
    width: 720px;
    max-width: 720vw;
    font-size: 47px;
  }

  .div-block-1098 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: space-between center;
    place-items: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navbar-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-6.primary {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .button-6.primary.pink {
    order: 1;
    align-self: auto;
  }

  .div-block-1101 {
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0;
    justify-content: center;
    align-items: center;
    width: 221px;
    margin-top: 36px;
    display: flex;
  }

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

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

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

  .section-row-01 {
    grid-column-gap: 180px;
    grid-row-gap: 180px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-items: center;
    height: 1393px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-row-01.bring-your-story, .section-row-01.makeondemand, .section-row-01.makeondemand01, .section-row-01.why-work-wirth-us {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-row-01.interestinhearingmore {
    background-position: 130% 30%, 0 0;
    background-size: 550px, auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .section-38 {
    height: auto;
    margin-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-1110 {
    border-width: 12px;
    width: 100%;
    height: auto;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .body-9 {
    background-color: #120e23;
  }

  .section-39 {
    margin-bottom: 0;
    padding-bottom: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .section-40 {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-1123 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: stretch;
    place-items: start center;
    height: 338px;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 0;
    display: grid;
  }

  .paragraph-47, .div-block-1124 {
    width: 100%;
  }

  .div-block-1125, .div-block-1126 {
    height: 338px;
  }

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

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

  .image-161 {
    width: 124%;
    height: 192px;
    position: static;
    bottom: 0%;
  }

  .image-162 {
    width: 370px;
    height: 200px;
  }

  .image-163 {
    width: 100%;
    height: 200px;
  }

  .section-41 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: stretch;
    place-items: center start;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-164 {
    width: 320px;
  }

  .div-block-1139 {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    place-items: center;
    padding: 60px 24px 40px;
  }

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

  .div-block-1140 {
    justify-content: space-between;
    align-items: center;
  }

  .image-167 {
    width: 100%;
  }

  .div-block-1141 {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
  }

  .code-embed-6 {
    width: auto;
    height: auto;
  }

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

  .code-embed-7 {
    border-radius: 8px;
  }

  .div-block-1149 {
    justify-content: stretch;
    align-self: auto;
    place-items: start stretch;
  }

  .image-168 {
    width: 50%;
  }

  .div-block-1150 {
    flex-flow: column;
    height: auto;
    padding: 60px 56px;
  }

  .section-42 {
    background-size: 100% 100%;
  }

  .section-43 {
    height: auto;
  }

  .section-44 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-1157 {
    flex-flow: column;
    width: auto;
  }

  .image-171 {
    width: 100%;
  }

  .section-45 {
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-1158 {
    background-size: 100% 100%;
    height: auto;
  }

  .div-block-1159 {
    height: auto;
  }

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

  .div-block-1161 {
    height: auto;
  }

  .section-46 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-1162 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    padding: 24px;
  }

  .image-172 {
    width: 100%;
    height: 480px;
  }

  .div-block-1164 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-position: 100% 0;
    background-size: 160% 100%;
    flex-flow: column;
    padding: 24px;
  }

  .div-block-1166 {
    order: 1;
  }

  .image-173 {
    order: 2;
    width: 100%;
    height: 480px;
  }

  .div-block-1167 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    padding: 24px;
  }

  .image-174 {
    width: 100%;
    height: 480px;
  }

  .image-175, .image-176, .image-177 {
    border-width: 12px;
    border-radius: 24px;
  }

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

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

  .section_row_01_content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .card01 {
    max-width: none;
  }

  .grid-colum-02 {
    grid-template: "Area . Area-3"
                   "Area-2 . ."
                   ". . ."
                   / 1fr;
    grid-auto-flow: row;
    display: flex;
  }

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

  .paragraph-45-copy, .heading-119 {
    text-align: center;
  }

  .div-block-image-text {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
    margin-bottom: 100px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .code-embed-8 {
    height: 390px;
  }

  .code-embed-9 {
    height: 450px;
  }

  .code-embed-10 {
    height: 410px;
  }

  .code-embed-11 {
    height: 740px;
  }

  .code-embed-12, .code-embed-13 {
    height: 300px;
  }

  .heading-117-copy {
    text-align: center;
  }

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

  .heading-121, .heading-122 {
    text-align: left;
  }

  .image-1083 {
    object-fit: cover;
    width: 171%;
    margin-top: auto;
    margin-bottom: auto;
  }

  .div-block-89-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-size: cover;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    margin-left: 60px;
    padding-top: 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .mycontain {
    padding-top: 0;
  }

  .mycontain.hero {
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0%;
    display: flex;
  }

  .mycontain.nav {
    width: 100%;
  }

  .mycontain.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    background-color: #0000;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .section.section-work {
    margin-top: 100px;
  }

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

  .section.section-team {
    background-color: var(--background);
    background-color: #120e23;
  }

  .brand.logo-footer {
    padding-left: 0;
  }

  .nav-menu {
    background-color: #051338;
  }

  .section-hero {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-bottom: 0;
    display: flex;
  }

  .body_md.case-study-card {
    font-size: 15px;
  }

  .body_md.white-02 {
    margin-bottom: 0;
  }

  .div-block {
    justify-content: flex-start;
    align-self: flex-start;
    width: auto;
    max-width: 1200px;
    display: flex;
  }

  .body_lg.wwd {
    float: none;
    clear: none;
    align-items: flex-start;
    display: flex;
  }

  .body_lg.service {
    font-size: 20px;
  }

  .body_lg.name {
    margin-bottom: 8px;
  }

  .feature.about {
    margin-right: 0;
  }

  .wwd_icon {
    min-width: auto;
    max-width: 12%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 24px;
  }

  .div-block-2 {
    margin-bottom: 16px;
    padding-bottom: 0;
  }

  .div-block-2.team-1 {
    align-items: flex-end;
  }

  .div-block-3 {
    justify-content: center;
    display: flex;
  }

  .grid_clients {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: 1fr 1fr auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: grid;
  }

  .div-block-4 {
    margin-top: 24px;
    margin-bottom: 0;
  }

  .columns-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-6 {
    padding-right: 40px;
    font-size: 27px;
  }

  .hero-title {
    align-self: center;
    max-width: 70vw;
    margin-bottom: 0;
    font-size: 32px;
  }

  .div-block-7.card-casestudy1 {
    align-self: auto;
    height: 80vh;
    margin-bottom: 24px;
  }

  .div-block-7.card-casestudy2 {
    height: 60vh;
  }

  .div-block-7.card-casestudy3 {
    background-image: linear-gradient(to bottom, var(--accent-3-4-●○○○), var(--accent-3-4-●○○○)), url('../images/The-Bar-at-Commons-Club-Nashville-1154x600.jpg');
    background-position: 0 0, 20% 0;
    background-size: auto, cover;
    height: 70vh;
  }

  .heading-8 {
    font-size: 27px;
  }

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

  .footer {
    padding: 40px 20px 0;
  }

  .footer-flex-container {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-heading {
    margin-bottom: 8px;
  }

  .heading-14 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 400;
  }

  .paragraph {
    padding-left: 24px;
    padding-right: 40px;
    font-size: 15px;
  }

  .div-block-11.cs-card-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 50%;
    display: block;
  }

  .div-block-11.cs-card-2 {
    background-position: 0 100%;
    height: 70%;
  }

  .div-block-11.cs-card-3 {
    flex: 1;
    width: 40%;
    display: block;
  }

  .heading-15 {
    margin-bottom: 8px;
    padding-top: 24px;
    font-size: 27px;
  }

  .heading-16 {
    margin-bottom: 8px;
  }

  .white-02 {
    font-size: 15px;
  }

  .grid-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .image-4 {
    padding-top: 4px;
  }

  .grid-6 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .lottie-animation-3 {
    height: auto;
    max-height: none;
    padding-bottom: 0;
    left: 0%;
    right: -40%;
  }

  .logo {
    max-width: 100%;
  }

  .capabilities-brand {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .capabilities-off-white {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-18 {
    font-size: 80px;
  }

  .column-4, .column-6 {
    padding-bottom: 24px;
  }

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

  .columns-3 {
    margin-top: 0;
  }

  .cs_hero {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cs_hero.dt-img {
    background-size: cover;
  }

  .capabilities-black {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-21 {
    font-size: 64px;
  }

  .column-8 {
    margin-bottom: 32px;
    padding-right: 0;
  }

  .column-9, .column-10 {
    margin-bottom: 24px;
    padding-right: 0;
  }

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

  .column-11 {
    margin-bottom: 24px;
    padding-right: 0;
  }

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

  .div-block-23, .div-block-24, .div-block-25, .div-block-26 {
    margin-bottom: 32px;
  }

  .list {
    margin-top: 16px;
  }

  .column-13 {
    margin-bottom: 24px;
    padding-right: 0;
  }

  .div-block-34 {
    flex-direction: column;
  }

  .image-16 {
    max-width: 80%;
    margin-top: 40px;
  }

  .div-block-36 {
    margin-left: 0;
  }

  .div-block-38 {
    flex-direction: column;
  }

  .heading-25 {
    font-size: 64px;
  }

  .intro-columns {
    margin-bottom: 32px;
    padding-right: 0;
  }

  .capabilities-off-white-no-padding.gnome-img, .capabilities-off-white-no-padding.cortex-approach-img {
    background-position: 50% 100%;
    background-size: 70%;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .capabilities-off-white-no-padding.cortex-sharing-img {
    background-position: 50% 100%;
    background-size: 70%;
    height: 800px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .capabilities-off-white-no-padding.rock-online-img, .capabilities-off-white-no-padding.rock-global-img {
    background-position: 50% 100%;
    background-size: 70%;
    height: 720px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .capabilities-off-white-no-padding.rock-com-img {
    background-position: 50% 100%;
    background-size: 70%;
    height: 680px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .capabilities-off-white-no-padding.ai-chal-img, .capabilities-off-white-no-padding.ai-ds-img {
    background-position: 50% 100%;
    background-size: 70%;
    height: 720px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .capabilities-off-white-no-padding.ai-flex-img {
    background-position: 50% 100%;
    background-size: 70%;
    height: 744px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-44 {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .div-block-46 {
    flex-direction: column;
    height: 848px;
  }

  .capabilities-navy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-34 {
    margin-bottom: 90px;
  }

  .div-block-48 {
    flex-direction: column;
  }

  .div-block-49 {
    padding-top: 160px;
  }

  .div-block-51 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-37 {
    font-size: 24px;
  }

  .image-28 {
    margin-right: 24px;
  }

  .text-block-38 {
    color: var(--black_01);
  }

  .div-block-56, .div-block-57, .div-block-58, .div-block-61 {
    flex-direction: column;
  }

  .capabilities-navy-no-padding.ai-approach-img {
    background-position: 50% 100%;
    background-size: 70%;
    height: 800px;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-62, .div-block-63, .div-block-64 {
    flex-direction: column;
  }

  .column-16 {
    padding-left: 40px;
  }

  .paragraph-16 {
    float: left;
    max-width: 100%;
    margin-top: 80px;
  }

  .heading-30 {
    font-size: 80px;
  }

  .column-17 {
    margin-bottom: 16px;
  }

  .columns-11 {
    margin-bottom: 0;
  }

  .column-18 {
    margin-bottom: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-19 {
    margin-bottom: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span-5 {
    color: var(--black_01);
    text-decoration: underline;
  }

  .case-card.virgin {
    margin-bottom: 80px;
  }

  .case-card.ai-homecard {
    background-position: 210px 230px;
    background-repeat: no-repeat;
    background-size: 440px;
    margin-bottom: 80px;
  }

  .div-block-89 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-size: cover;
    justify-content: center;
    align-items: center;
  }

  .article-i {
    margin-left: auto;
    margin-right: auto;
  }

  .grid-7 {
    grid-template-rows: minmax(auto, 20vh) minmax(auto, 20vh);
    grid-auto-rows: minmax(auto, 20vh);
  }

  .article {
    grid-template-rows: minmax(20vh, 1fr);
  }

  .someelse {
    margin-bottom: 16px;
    padding-bottom: 0;
  }

  .someelse.team-1 {
    align-items: flex-end;
  }

  .image-86 {
    max-width: 140px;
    margin-top: 4px;
  }

  .div-block-91 {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .body_lg-2.name {
    margin-bottom: 8px;
  }

  .grid-8 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .div-block-2-copy {
    margin-bottom: 16px;
    padding-bottom: 0;
  }

  .div-block-2-copy.team-1 {
    align-items: flex-end;
  }

  .body_md-copy-copy.case-study-card {
    font-size: 15px;
  }

  .body_md-copy-copy.white-02 {
    margin-bottom: 0;
  }

  .body_md-copy.case-study-card {
    font-size: 15px;
  }

  .body_md-copy.white-02 {
    margin-bottom: 0;
  }

  .div-block-93 {
    margin-top: 0;
    padding: 24px;
  }

  .text-block-52 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-94 {
    padding-left: 0;
  }

  .text-block-53 {
    font-size: 18px;
  }

  .text-block-54 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-97 {
    margin-left: 16px;
  }

  .testimonial-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slide {
    width: 100%;
  }

  .section-3 {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .mycontain-copy42 {
    padding-top: 0;
  }

  .mycontain-copy42.hero {
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    height: 20vh;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0%;
    display: flex;
  }

  .mycontain-copy42.nav {
    width: 100%;
  }

  .mycontain-copy42.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-52-copy, .text-block-52-copy-copy {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-93-copy {
    margin-top: 24px;
    margin-bottom: auto;
    padding: 120px 0 24px;
  }

  .div-block-100 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 24px;
    padding-left: 24px;
    display: flex;
  }

  .backedlogo {
    flex-flow: row;
  }

  .paragraph-20 {
    width: auto;
  }

  .div-block-104 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .paragraph-21 {
    flex-flow: row;
    width: auto;
  }

  .lottie-animation-3-copy {
    height: auto;
    max-height: 320px;
    left: 0%;
    right: -40%;
  }

  .mycontain-copy {
    padding-top: 0;
  }

  .mycontain-copy.hero {
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    height: 30vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0%;
    display: flex;
  }

  .mycontain-copy.nav {
    width: 100%;
  }

  .mycontain-copy.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .mycontain-copy.hero-copy {
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0%;
    display: flex;
  }

  .section-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-bottom: 40px;
  }

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

  .section-6 {
    margin: 80px auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .process-item, .paragraph-22 {
    width: 100%;
  }

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

  .section-9 {
    margin: 80px auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-40 {
    align-self: center;
  }

  .section-10 {
    margin: 80px auto;
  }

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

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

  .text-block-64 {
    font-size: 47px;
    line-height: 130%;
  }

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

  .div-block-1019 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-1020 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .hero_text {
    width: 100%;
    padding-top: 24px;
  }

  .image-106 {
    width: 70%;
    height: auto;
  }

  .image-107 {
    width: 100%;
  }

  .section_info {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    place-content: start space-around;
    place-items: center start;
    margin: 80px 24px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-18 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-1025 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .div-block-1025.min_4 {
    grid-template-columns: 1fr;
  }

  .div11 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .flex-block-6 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-hero-2 {
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .lottie-animation-4 {
    height: auto;
    max-height: 320px;
    left: 0%;
    right: -40%;
  }

  .mycontain-2 {
    padding-top: 0;
  }

  .mycontain-2.hero {
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    height: 30vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0%;
    display: flex;
  }

  .div-block-1026 {
    justify-content: flex-start;
    align-self: flex-start;
    display: flex;
  }

  .lottie-animation-4-copy {
    height: auto;
    max-height: 320px;
    left: 0%;
    right: -40%;
  }

  .mycontain-2-copy {
    padding-top: 0;
  }

  .mycontain-2-copy.hero {
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    height: 30vh;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0%;
    display: flex;
  }

  .mycontain-2-copy.hero-copy {
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0%;
    display: flex;
  }

  .slide-9 {
    width: 100%;
  }

  .image-109 {
    width: 100%;
    left: 0%;
  }

  .right-arrow-3 {
    margin-right: 0;
  }

  .left-arrow-3 {
    margin-left: 0;
    position: absolute;
    inset: 94% 35% 0% 0%;
  }

  .video-5 {
    width: 100%;
    left: 0%;
  }

  .slide-nav-5, .link-block-8 {
    width: 100%;
  }

  .section-24 {
    background-image: url('../images/Frame-1000004998-2.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    height: 880px;
  }

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

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

  .video_r {
    width: 90%;
  }

  .section-hero-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .mycontain-2-copy2 {
    padding-top: 0;
  }

  .mycontain-2-copy2.hero-copy2 {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: grid;
  }

  .hero_text-2 {
    width: 100%;
    padding-top: 24px;
  }

  .image-116 {
    width: auto;
    height: 70px;
  }

  .section-25 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-left: 24px;
    margin-right: 24px;
    padding-left: 8px;
  }

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

  .mycontain-3.nav {
    width: 100%;
  }

  .image-117 {
    max-width: 140px;
    margin-top: 4px;
  }

  .section-26 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .link-block-12 {
    width: 100%;
  }

  .image_wr {
    object-fit: fill;
    width: auto;
    height: auto;
  }

  .flex-block-20, .flex-block-21 {
    flex-flow: column;
  }

  .link-block-13 {
    width: 100%;
  }

  .section-29 {
    flex-flow: column;
  }

  .nav-menu-3 {
    background-color: #051338;
  }

  .image-124 {
    max-width: 140px;
    margin-top: 4px;
  }

  .section-hero-4 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .div-block-1066 {
    width: auto;
  }

  .paragraph-32 {
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }

  .image-133 {
    width: 568px;
  }

  .hero-title-2 {
    align-self: center;
    width: auto;
    max-width: none;
    margin-bottom: 0;
    font-size: 32px;
  }

  .mycontain-4 {
    padding-top: 0;
  }

  .mycontain-4.nav {
    width: 100%;
  }

  .mycontain-4.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .mycontain-4.hero {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-1065 {
    width: 520px;
    display: flex;
  }

  .heading-50 {
    width: auto;
  }

  .div-block-1039 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .container-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-left: 24px;
    margin-right: 24px;
    padding-right: 8px;
  }

  .div-block-1042 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .div-block-1043, .div-block-1040 {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-1041 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .heading-52 {
    width: auto;
  }

  .section-30 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-1084 {
    margin-top: 60px;
  }

  .section-31 {
    height: auto;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-1062 {
    width: auto;
  }

  .div-block-1054 {
    width: auto;
    padding-left: 0;
  }

  .div-block-1053 {
    height: auto;
  }

  .paragraph-34 {
    width: auto;
  }

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

  .div-block-1063 {
    width: auto;
  }

  .div-block-1061 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .heading-62, .div-block-1055 {
    width: auto;
  }

  .section-32 {
    height: auto;
  }

  .paragraph-36, .div-block-1058, .paragraph-35 {
    width: auto;
  }

  .paragraph-37 {
    width: auto;
    height: auto;
  }

  .div-block-1071 {
    padding-bottom: 0;
  }

  .div-block-1068, .heading-63, .paragraph-38, .div-block-1069, .heading-64 {
    width: auto;
  }

  .other-cases {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-35 {
    flex-flow: column;
  }

  .link-block-14 {
    width: 100%;
  }

  .heading-76 {
    padding-right: 40px;
    font-size: 27px;
  }

  .section-36 {
    background-color: #0000;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-36.section-contactus {
    padding: 40px 24px;
  }

  .columns-25 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-2 {
    padding: 40px 20px 0;
  }

  .nav-menu-4 {
    background-color: #051338;
  }

  .image-149 {
    max-width: 140px;
    margin-top: 4px;
  }

  .section-hero-5 {
    justify-content: space-between;
    align-items: center;
    height: 93vh;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paragraph-44 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-150 {
    width: 100%;
  }

  .hero-title-3 {
    align-self: center;
    max-width: 70vw;
    margin-bottom: 0;
    font-size: 32px;
  }

  .div-block-1098 {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .navbar-4 {
    color: #051338;
  }

  .div-block-1099 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-1101 {
    margin-top: 43px;
  }

  .div-block-1103 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-1104 {
    background-size: auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 508px;
  }

  .div-block-1105 {
    width: auto;
  }

  .paragraph-45 {
    width: auto;
    margin-bottom: 0;
    font-size: 20px;
  }

  .section-row-01 {
    grid-auto-flow: row;
    place-content: stretch space-between;
    place-items: center;
    width: auto;
    height: auto;
    padding-left: 24px;
  }

  .section-row-01.interestinhearingmore {
    background-position: 130%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 410px, auto;
  }

  .heading-83 {
    width: auto;
    height: auto;
    font-size: 36px;
  }

  .section-38 {
    height: auto;
  }

  .div-block-1110 {
    border-width: 8px;
    border-radius: 12px;
    margin-bottom: 0;
  }

  .section-39 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-40 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-1123 {
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: space-between;
    place-items: center stretch;
    display: flex;
  }

  .image-161 {
    width: 400px;
    height: 175px;
  }

  .image-162 {
    width: 360px;
  }

  .image-163 {
    width: 440px;
    height: 175px;
  }

  .section-41 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-1139 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .div-block-1140 {
    width: auto;
  }

  .image-167 {
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .image-168 {
    width: 70%;
  }

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

  .section-44 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-109, .text-block-80, .div-block-1154 {
    width: 100%;
  }

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

  .div-block-1162 {
    padding: 24px;
  }

  .image-172 {
    height: auto;
  }

  .div-block-1164 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-position: 100% 0;
    background-size: 180% 100%;
    padding: 24px;
  }

  .image-173 {
    height: 357.986px;
  }

  .div-block-1167 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 24px;
  }

  .image-174 {
    height: auto;
  }

  .heading-117 {
    width: auto;
    height: auto;
    font-size: 36px;
  }

  .section_row_01_content {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .paragraph-200, .paragraph-45-copy {
    width: auto;
    margin-bottom: 0;
    font-size: 20px;
  }

  .code-embed-8 {
    height: 320px;
  }

  .code-embed-9 {
    height: 300px;
  }

  .code-embed-10 {
    height: 290px;
  }

  .code-embed-11 {
    height: 440px;
  }

  .code-embed-12, .code-embed-13 {
    height: 180px;
  }

  .heading-117-copy, .heading-121 {
    width: auto;
    height: auto;
    font-size: 36px;
  }

  .heading-122 {
    width: 70%;
    height: auto;
    font-size: 36px;
  }

  .div-block-89-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .mycontain {
    padding-bottom: 0;
    position: static;
  }

  .mycontain.hero {
    align-self: flex-start;
    align-items: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
    display: flex;
  }

  .mycontain.footer {
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.section-features {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .section.section-about {
    background-color: var(--background);
    padding-top: 24px;
    padding-bottom: 0;
  }

  .section.section-work {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .section.bullet-list {
    padding-bottom: 16px;
  }

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

  .body_sm {
    margin-bottom: .125em;
  }

  .body_sm.footer-copyright {
    text-align: center;
  }

  .navbar {
    background-color: #05133800;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    position: relative;
  }

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

  .icon {
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
  }

  .nav-menu {
    background-color: #051338;
    flex: 0 auto;
    align-self: auto;
    width: 100vw;
    padding-top: 16px;
    position: absolute;
    inset: 20% 0 auto 0%;
  }

  .menu-button {
    z-index: auto;
    flex: none;
    order: 1;
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    inset: 0% 24px 0% auto;
  }

  .button.primary.pink {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 24px;
    font-size: 15px;
    position: static;
  }

  .text-logo.small {
    align-self: center;
  }

  .section-hero {
    align-items: flex-start;
    height: auto;
    padding-bottom: 0;
    padding-right: 24px;
  }

  .body_md {
    font-size: 15px;
  }

  .body_md.case-study-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .body_md.white-02 {
    margin-bottom: 0;
  }

  .body_md.clear {
    box-sizing: border-box;
    object-fit: fill;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: block;
  }

  .div-block {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .body_lg.wwd {
    margin-top: 0;
    font-size: 20px;
  }

  .body_lg.service {
    padding-left: 4px;
    font-size: 20px;
  }

  .body_lg.name {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .column {
    padding-right: 0;
  }

  .column.about1 {
    padding-top: 16px;
  }

  .columns {
    clear: left;
  }

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

  .feature.about {
    flex-direction: row;
    display: block;
  }

  .wwd_icon {
    order: -1;
    min-width: auto;
    max-width: 25%;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 200%;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 16px;
    display: flex;
  }

  .div-block-2.bullet-list {
    padding-bottom: 16px;
  }

  .div-block-2.team-1 {
    justify-content: flex-start;
  }

  .div-block-2.team-1.name {
    padding-right: 0;
  }

  .grid_clients {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: 1fr 1fr auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .div-block-5.button-contact {
    padding-top: 0;
  }

  .heading-6 {
    padding-right: 0;
    font-size: 27px;
  }

  .hero-title {
    letter-spacing: 0;
    flex: 0 auto;
    align-self: center;
    max-width: 270px;
    margin-top: auto;
    font-size: 27px;
  }

  .div-block-7.card-casestudy1 {
    height: 50vh;
  }

  .div-block-7.card-casestudy2 {
    background-image: linear-gradient(#bf24554d, #bf24554d), url('../images/Case-Study_RF1.png');
    background-position: 0 0, 10%;
    background-repeat: repeat, repeat-x;
    height: 50vh;
  }

  .div-block-7.card-casestudy3 {
    background-image: linear-gradient(to bottom, var(--accent-3-4-●○○○), var(--accent-3-4-●○○○)), url('../images/The-Bar-at-Commons-Club-Nashville-1154x600.jpg');
    background-position: 0 0, 33% 100%;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    height: 50vh;
  }

  .heading-8 {
    font-size: 27px;
  }

  .body_home {
    background-image: none;
  }

  .footer {
    text-align: left;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-heading {
    margin-top: 0;
    margin-bottom: 16px;
  }

  .heading-14 {
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 400;
  }

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

  .accordian-item-trigger {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-11.cs-card-1 {
    height: 70%;
  }

  .div-block-11.cs-card-2 {
    background-size: cover;
    height: 70%;
  }

  .div-block-11.cs-card-3 {
    width: 60%;
  }

  .heading-15 {
    margin-bottom: 8px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 27px;
    display: block;
  }

  .heading-16 {
    margin-bottom: 8px;
    font-size: 27px;
  }

  .heading-16.stat {
    margin-bottom: 0;
    font-size: 36px;
  }

  .white-02 {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .image-4 {
    margin-right: 16px;
    padding-top: 0;
    padding-right: 0;
  }

  .image-4.person {
    align-self: center;
    width: 100%;
    min-width: auto;
    max-width: none;
    margin-right: 0;
    padding-right: 0;
  }

  .paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6, .paragraph-7, .paragraph-8, .paragraph-9 {
    font-size: 15px;
  }

  .lottie-animation-3 {
    align-self: flex-start;
    max-width: 150%;
    max-height: 40vh;
    position: absolute;
    left: -50%;
    right: -40%;
  }

  .logo {
    max-width: 100%;
  }

  .capabilities-brand {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-17 {
    margin-top: 144px;
    margin-bottom: 80px;
    font-size: 48px;
  }

  .div-block-12, .div-block-13 {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .div-block-14 {
    flex-direction: column;
    margin-bottom: 80px;
  }

  .capabilities-off-white {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-18, .heading-19 {
    font-size: 48px;
  }

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

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

  .cs_hero {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cs_hero.dt-img, .cs_hero.dt-img2 {
    background-size: cover;
  }

  .div-block-19 {
    margin-top: 160px;
  }

  .capabilities-black {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-20, .paragraph-10, .paragraph-11 {
    font-size: 24px;
  }

  .div-block-20 {
    margin-top: 40px;
    margin-bottom: 80px;
  }

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

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

  .columns-5 {
    margin-bottom: 40px;
  }

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

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

  .div-block-21, .div-block-27 {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .div-block-29 {
    margin-top: 160px;
  }

  .image-16 {
    max-width: 100%;
  }

  .div-block-35 {
    margin-top: 160px;
  }

  .text-block-26 {
    font-size: 24px;
  }

  .div-block-38 {
    align-items: center;
    margin-bottom: 80px;
  }

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

  .heading-25 {
    font-size: 48px;
  }

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

  .image-23 {
    margin-top: 144px;
    margin-bottom: 144px;
  }

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

  .columns-7 {
    margin-bottom: 40px;
  }

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

  .capabilities-off-white-no-padding.gnome-img, .capabilities-off-white-no-padding.cortex-approach-img {
    background-size: 90%;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .capabilities-off-white-no-padding.cortex-sharing-img {
    background-size: 90%;
    height: auto;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .capabilities-off-white-no-padding.rock-online-img {
    height: 560px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .capabilities-off-white-no-padding.rock-global-img {
    height: 584px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .capabilities-off-white-no-padding.rock-com-img {
    height: 480px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .capabilities-off-white-no-padding.ai-chal-img {
    height: 560px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .capabilities-off-white-no-padding.ai-ds-img {
    height: 616px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .capabilities-off-white-no-padding.ai-flex-img {
    height: 640px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-46 {
    height: 824px;
  }

  .text-block-32 {
    margin-bottom: 40px;
  }

  .capabilities-navy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-47 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .div-block-48 {
    height: 704px;
  }

  .text-block-35 {
    margin-top: 80px;
  }

  .div-block-49 {
    padding-top: 96px;
  }

  .div-block-51 {
    flex-direction: column;
    margin-top: 40px;
  }

  .text-block-38 {
    color: #2a2346;
  }

  .div-block-52 {
    margin-bottom: 80px;
  }

  .image-29 {
    margin-top: 144px;
    margin-bottom: 144px;
  }

  .div-block-54 {
    margin-top: 96px;
  }

  .div-block-55, .columns-8 {
    margin-bottom: 40px;
  }

  .div-block-56, .div-block-57, .div-block-58 {
    height: auto;
  }

  .div-block-60 {
    margin-top: 96px;
  }

  .columns-9 {
    margin-bottom: 40px;
  }

  .div-block-61 {
    height: auto;
  }

  .capabilities-navy-no-padding.ai-approach-img {
    height: 704px;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-62, .div-block-63, .div-block-64 {
    height: auto;
  }

  .div-block-65 {
    margin-top: 40px;
  }

  .columns-10 {
    padding-bottom: 40px;
  }

  .column-16 {
    padding-left: 24px;
  }

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

  .div-block-66, .div-block-68, .div-block-70 {
    margin-bottom: 80px;
  }

  .heading-30 {
    font-size: 48px;
  }

  .text-block-43 {
    line-height: 32px;
  }

  .div-block-73 {
    margin-bottom: 24px;
  }

  .columns-12 {
    margin-bottom: 80px;
  }

  .link-2 {
    color: var(--black_01);
  }

  .text-span-5 {
    text-decoration: underline;
  }

  .case-studies-cards {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .case-card {
    padding-right: 24px;
  }

  .case-card.deloitte, .case-card.lms {
    height: 400px;
  }

  .case-card.virgin {
    background-color: #fbcecf;
    height: 400px;
    margin-bottom: 80px;
  }

  .case-card.ai-homecard {
    background-color: #373253;
    background-image: none;
    height: 400px;
    margin-bottom: 80px;
  }

  .div-block-87 {
    margin-left: 24px;
  }

  .heading.virgin, .desc.virgin, .view-project.virgin {
    color: var(--white);
  }

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

  .grid-7 {
    grid-row-gap: 40px;
    grid-template-columns: auto;
    grid-auto-flow: row;
  }

  .article-title {
    margin-bottom: .125em;
  }

  .article-link {
    padding-bottom: 0;
  }

  .article-link.div {
    padding-bottom: 10vh;
  }

  .article {
    grid-template-rows: minmax(40vh, 40vh);
    grid-template-columns: 1fr;
  }

  .someelse {
    margin-bottom: 16px;
  }

  .someelse.bullet-list {
    padding-bottom: 16px;
  }

  .someelse.team-1 {
    justify-content: flex-start;
  }

  .link-block-6 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .body_lg-2.name {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .div-block-2-copy {
    margin-bottom: 16px;
  }

  .div-block-2-copy.bullet-list {
    padding-bottom: 16px;
  }

  .div-block-2-copy.team-1 {
    justify-content: flex-start;
  }

  .body_md-copy-copy {
    font-size: 15px;
  }

  .body_md-copy-copy.case-study-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .body_md-copy-copy.white-02 {
    margin-bottom: 0;
  }

  .body_md-copy {
    font-size: 15px;
  }

  .body_md-copy.case-study-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .body_md-copy.white-02 {
    margin-bottom: 0;
  }

  .accordian-item-trigger-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-51 {
    font-size: 12px;
    line-height: 24px;
  }

  .div-block-93 {
    margin-top: 0;
    margin-bottom: 56px;
    padding: 16px 0 0;
  }

  .text-block-52 {
    text-align: left;
    width: 100%;
    font-size: 16px;
  }

  .div-block-94 {
    padding-left: 0;
  }

  .image-87 {
    max-width: 40px;
  }

  .div-block-96 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 16px;
  }

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

  .text-block-54 {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .image-88 {
    width: 100%;
    max-width: 80%;
  }

  .slider {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-author-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .testimonial-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial {
    margin-bottom: 30px;
  }

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

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

  .slide {
    background-color: var(--background);
    padding: 0;
  }

  .left-arrow, .right-arrow {
    margin-top: 30px;
    display: none;
    position: relative;
  }

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

  .section-3 {
    margin-top: 0;
    padding-top: 40px;
  }

  .section-4 {
    display: none;
  }

  .mycontain-copy42.hero {
    align-self: flex-start;
    align-items: center;
    height: 24vh;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
    display: flex;
  }

  .mycontain-copy42.footer {
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-52-copy, .text-block-52-copy-copy {
    text-align: left;
    font-size: 16px;
  }

  .image-88-copyq {
    width: 35%;
    max-width: 80%;
  }

  .div-block-93-copy {
    margin-top: 24px;
    margin-bottom: auto;
    padding: 160px 0 0;
  }

  .div-block-98-copy {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: contain;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-top: 40px;
    display: flex;
    position: relative;
  }

  .div-block-100 {
    flex-direction: column;
    align-items: center;
  }

  .backedlogo {
    margin-bottom: 16px;
    margin-right: 0;
  }

  .image-89 {
    width: 50%;
  }

  .logo-guide {
    max-width: 100%;
  }

  .paragraph-21 {
    text-align: center;
    object-fit: contain;
    width: auto;
  }

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

  .video-4 {
    height: auto;
  }

  .lottie-animation-3-copy {
    align-self: flex-start;
    max-width: 100%;
    height: auto;
    max-height: none;
    position: absolute;
    inset: 0%;
  }

  .mycontain-copy.hero {
    align-self: flex-start;
    align-items: center;
    height: 24vh;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
    display: flex;
  }

  .mycontain-copy.footer {
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .mycontain-copy.hero-copy {
    object-fit: fill;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-right: 0%;
    display: flex;
  }

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

  .section-5 {
    box-sizing: border-box;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    object-fit: fill;
    flex-flow: wrap;
    grid-template: "."
    / 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: space-around center;
    place-items: center stretch;
    margin: 40px auto 0;
    padding: 0 24px 24px;
    display: flex;
  }

  .section-5.mit_3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-107 {
    align-items: center;
  }

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

  .info-wrapper {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: 50% 50%;
    align-items: stretch;
    width: auto;
  }

  .heading-38 {
    margin-bottom: 24px;
    font-size: 27px;
  }

  .section-6 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin: 40px auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .process-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

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

  .paragraph-22, .list-item-2, .list-item-3 {
    font-size: 16px;
  }

  .button_red {
    width: 100%;
  }

  .section-8 {
    flex-flow: column;
    margin: 64px auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-39 {
    flex-flow: row;
    justify-content: flex-start;
    width: auto;
    font-size: 27px;
    line-height: 130%;
    display: block;
  }

  .div-block-1010 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
  }

  .paragraph-23 {
    width: auto;
    font-size: 16px;
    line-height: 140%;
  }

  .section-9 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    margin: 0 auto 80px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .div-block-1014 {
    width: 40px;
    height: 40px;
  }

  .text-block-61 {
    font-size: 18px;
  }

  .section-10 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin: 80px auto;
  }

  .section-11 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    margin: 80px auto;
  }

  .section-14 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    margin: 80px auto;
  }

  .cards_section {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin: 80px auto;
  }

  .image-94, .image-95, .image-96, .image-97, .image-98 {
    width: 100%;
  }

  .heading-41 {
    font-size: 27px;
    line-height: 130%;
  }

  .paragraph-24 {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 140%;
  }

  .cards_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: auto;
  }

  .card {
    padding: 24px;
  }

  .image-99 {
    width: 24px;
    height: 24px;
  }

  .icon_box {
    width: 48px;
    height: 48px;
  }

  .text-block-62 {
    font-size: 24px;
  }

  .text-block-63 {
    font-size: 16px;
    line-height: 140%;
  }

  .list-item-4, .list-item-5, .list-item-6 {
    font-size: 16px;
  }

  .section-15 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin: 80px auto;
  }

  .heading-42 {
    font-size: 27px;
  }

  .text-block-64 {
    font-size: 32px;
    line-height: 130%;
  }

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

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

  .div-block-1020 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .section-16 {
    margin: 80px 24px;
  }

  .heading-43 {
    font-size: 27px;
    line-height: 130%;
  }

  .flex-block-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-105 {
    height: auto;
  }

  .hero_text {
    padding-top: 40px;
  }

  .section_info {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template: "."
                   "."
                   / 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-auto-columns: 1fr;
    place-content: space-around flex-start;
    place-items: center start;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

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

  .text-block-68 {
    font-size: 24px;
  }

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

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

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

  .section-hero-2 {
    align-items: flex-start;
    height: auto;
    padding-right: 24px;
  }

  .lottie-animation-4 {
    align-self: flex-start;
    max-width: 150%;
    max-height: 40vh;
    position: absolute;
    left: -50%;
    right: -40%;
  }

  .mycontain-2.hero {
    align-self: flex-start;
    align-items: center;
    height: 24vh;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
    display: flex;
  }

  .div-block-1026 {
    align-self: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lottie-animation-4-copy {
    align-self: flex-start;
    max-width: 150%;
    max-height: 40vh;
    position: absolute;
    inset: 0% 0% auto;
  }

  .mycontain-2-copy.hero {
    align-self: flex-start;
    align-items: center;
    height: 24vh;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
    display: flex;
  }

  .mycontain-2-copy.hero-copy {
    align-self: flex-start;
    align-items: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0%;
    display: flex;
  }

  .slide-9 {
    width: 100%;
    height: auto;
  }

  .image-109 {
    width: 100%;
  }

  .left-arrow-3 {
    top: 94%;
    left: 0;
    right: 32%;
  }

  .mask-3, .slide-10 {
    height: auto;
  }

  .video-5 {
    width: 100%;
    left: 0%;
    right: 0;
  }

  .slide-nav-5 {
    width: 100%;
  }

  .flex-block-10, .flex-block-11, .flex-block-12 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .flex-block-13 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: center;
    align-items: center;
  }

  .linkedin {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 140px;
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 24px;
    display: flex;
  }

  .text-block-71 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
  }

  .email {
    width: auto;
    margin-bottom: 80px;
    margin-left: 24px;
    margin-right: 24px;
    padding-top: 24px;
  }

  .image-111 {
    max-width: 140px;
    height: auto;
  }

  .flex-block-14 {
    justify-content: flex-end;
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
  }

  .image-112 {
    height: 30px;
  }

  .ai {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

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

  .link-block-8, .link-block-9, .flex-block-19 {
    width: 100%;
  }

  .image-114 {
    height: auto;
  }

  .section-24 {
    background-image: url('../images/Frame-1000004998-2.png');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: scroll;
    height: 580px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-1031 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-115 {
    height: auto;
  }

  .paragraph-30 {
    text-align: center;
    width: 100%;
    font-size: 20px;
    line-height: 140%;
  }

  .video_r {
    width: 100%;
  }

  .section-hero-3 {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    align-items: flex-start;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .mycontain-2-copy2.hero-copy2 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-self: flex-start;
    align-items: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 24px 16px 40px;
    display: flex;
  }

  .hero_text-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-top: 40px;
    display: grid;
  }

  .image-116 {
    flex: none;
    align-self: flex-start;
    width: 273px;
    height: 40px;
  }

  .paragraph-31 {
    font-size: 20px;
    line-height: 130%;
  }

  .div-block-1033 {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #2a377d00;
    padding: 0;
  }

  .div-block-1033.mit {
    padding-left: 0;
    padding-right: 0;
  }

  .section-25 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    margin: 80px 16px;
    padding: 24px 8px;
  }

  .nav-menu-2 {
    background-color: #051338;
    flex: 0 auto;
    align-self: auto;
    width: 100vw;
    padding-top: 16px;
    position: absolute;
    inset: 20% 0 auto 0%;
  }

  .mycontain-3 {
    position: static;
  }

  .text-block-72 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
  }

  .burger-line-2 {
    background-color: #fff;
    border-radius: 100px;
    width: 24px;
    height: 1.5px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    z-index: auto;
    flex: none;
    order: 1;
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    inset: 0% 24px 0% auto;
  }

  .button-3.primary.pink {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    font-size: 15px;
    position: static;
  }

  .burger_line1 {
    border-radius: 100px;
    width: 24px;
    height: 1.5px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_copy {
    background-color: #051338;
    padding-left: 8px;
    padding-right: 16px;
    position: relative;
  }

  .burger-line3, .line1, .line2, .line3 {
    background-color: #fff;
    border-radius: 100px;
    width: 24px;
    height: 1.5px;
    margin-top: 4px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .section-26 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image_wr {
    border-radius: 8px;
    height: auto;
  }

  .section-27 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .heading-47 {
    font-size: 27px;
  }

  .section-28 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .heading-48 {
    font-size: 27px;
  }

  .text-block-73 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
  }

  .nav-menu-3 {
    background-color: #051338;
    flex: 0 auto;
    align-self: auto;
    width: 100vw;
    padding-top: 16px;
    position: absolute;
    inset: 20% 0 auto 0%;
  }

  .section-hero-4 {
    background-image: url('../images/Frame-561.png');
    background-position: 0 0;
    background-size: auto;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-1066 {
    background-image: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: flex;
  }

  .paragraph-32 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .image-133 {
    width: 320px;
  }

  .hero-title-2 {
    letter-spacing: 0;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: auto;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
    font-size: 25px;
    display: flex;
  }

  .mycontain-4 {
    padding-bottom: 0;
    position: static;
  }

  .mycontain-4.nav {
    width: auto;
  }

  .mycontain-4.footer {
    padding-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

  .mycontain-4.hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-1065 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 92%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .navbar-2 {
    background-color: #05133800;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 8px;
    padding-right: 16px;
    display: block;
    position: relative;
  }

  .button-4.primary.pink {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 24px;
    font-size: 15px;
    display: flex;
    position: static;
  }

  .div-block-1039 {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .container-2 {
    flex-flow: column;
    width: 100%;
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-1042, .div-block-1043, .div-block-1040, .div-block-1041 {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .section-30 {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-54 {
    width: auto;
  }

  .div-block-1044 {
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .div-block-1051 {
    width: 320px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-33 {
    width: auto;
    font-size: 16px;
  }

  .heading-57 {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    display: flex;
  }

  .section-31 {
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .heading-55 {
    width: auto;
    height: auto;
    font-size: 24px;
  }

  .heading-58 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .heading-59 {
    font-size: 20px;
  }

  .div-block-1062 {
    width: auto;
  }

  .div-block-1054 {
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-1059 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-34 {
    width: auto;
    font-size: 16px;
  }

  .div-block-text-image {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-60 {
    font-size: 24px;
  }

  .div-block-1063 {
    width: auto;
    height: auto;
  }

  .div-block-1061 {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-62 {
    width: auto;
    font-size: 20px;
  }

  .div-block-1064 {
    margin-bottom: 0;
    padding-bottom: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-1055 {
    width: auto;
    height: auto;
  }

  .heading-61 {
    font-size: 20px;
  }

  .code-embed-3 {
    width: auto;
  }

  .section-32 {
    height: auto;
  }

  .paragraph-36 {
    width: auto;
    font-size: 16px;
  }

  .div-block-1058 {
    width: auto;
    height: auto;
  }

  .paragraph-35 {
    width: auto;
    font-size: 16px;
  }

  .div-block-1080 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: auto;
  }

  .timeline, .heading-68 {
    width: 92%;
  }

  .heading-65 {
    width: auto;
    font-size: 18px;
  }

  .div-block-1067 {
    place-items: start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-1072 {
    height: auto;
  }

  .heading-67 {
    width: 92%;
  }

  .div-block-1071 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-63 {
    width: auto;
    font-size: 18px;
  }

  .heading-73, .heading-6-month {
    width: 92%;
  }

  .heading-64 {
    font-size: 18px;
  }

  .div-block-1070 {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .other-cases {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .heading-75 {
    font-size: 18px;
  }

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

  .heading-76 {
    flex-flow: wrap;
    padding-right: 0;
    font-size: 27px;
    display: block;
    overflow: visible;
  }

  .section-36.section-contactus {
    width: 320px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .div-block-1085.button-contact {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .button-5.primary.pink {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 24px;
    font-size: 15px;
    display: flex;
    position: static;
  }

  .image-143 {
    width: auto;
  }

  .footer-2 {
    text-align: left;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .body_sm-2 {
    margin-bottom: .125em;
  }

  .body_sm-2.footer-copyright {
    text-align: center;
  }

  .heading-77 {
    font-size: 24px;
  }

  .heading-78, .heading-79, .heading-80 {
    font-size: 20px;
  }

  .text-block-74 {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
  }

  .nav-menu-4 {
    background-color: #051338;
    flex: 0 auto;
    align-self: auto;
    width: 100vw;
    padding-top: 16px;
    position: absolute;
    inset: 20% 0 auto 0%;
  }

  .section-hero-5 {
    background-image: url('../images/image-2431598.avif');
    background-position: 50% 0;
    background-size: auto;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: 556px;
    margin-bottom: 40px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-1097 {
    background-image: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .paragraph-44 {
    width: 100%;
    font-size: 16px;
  }

  .image-150 {
    width: 100%;
  }

  .hero-title-3 {
    letter-spacing: 0;
    flex: 0 auto;
    align-self: center;
    width: auto;
    max-width: 270px;
    margin-top: auto;
    font-size: 27px;
  }

  .div-block-1098 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    place-items: center;
    width: 100vw;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: grid;
  }

  .navbar-4 {
    color: #120e23;
    background-color: #05133800;
    border: 1px solid #0000;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 16px;
    display: block;
    position: relative;
  }

  .button-6.primary.pink {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: center;
    object-fit: fill;
    width: 100%;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 24px;
    font-size: 15px;
    display: flex;
    position: static;
  }

  .div-block-1099 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-1103 {
    justify-content: center;
    align-items: flex-start;
    width: 80%;
  }

  .div-block-1105 {
    justify-content: center;
    align-items: flex-start;
    width: 100vw;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-45 {
    width: 100%;
    font-size: 16px;
  }

  .heading-82 {
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    display: flex;
  }

  .section-row-01 {
    background-image: none;
    width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section-row-01.bring-your-story, .section-row-01.makeondemand, .section-row-01.makeondemand01, .section-row-01.why-work-wirth-us {
    padding: 48px 16px;
  }

  .section-row-01.interestinhearingmore {
    background-position: 50% 110%, 0 0;
    padding: 48px 16px 330px;
  }

  .heading-83 {
    width: auto;
    height: auto;
    font-size: 24px;
  }

  .heading-84 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-38 {
    padding-bottom: 80px;
  }

  .heading-85 {
    padding-top: 40px;
    font-size: 24px;
  }

  .div-block-1110 {
    border-width: 6px;
    border-radius: 8px;
    margin-top: 24px;
  }

  .heading-86 {
    font-size: 24px;
  }

  .div-block-1113, .div-block-1114 {
    padding: 16px;
  }

  .heading-87 {
    font-size: 18px;
  }

  .heading-88, .heading-89, .heading-90 {
    font-size: 16px;
  }

  .heading-91 {
    font-size: 18px;
  }

  .heading-92, .heading-93, .heading-94 {
    font-size: 16px;
  }

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

  .heading-95 {
    font-size: 24px;
  }

  .div-block-1123 {
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    padding-left: 16px;
  }

  .heading-96 {
    font-size: 18px;
  }

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

  .div-block-1125, .div-block-1126 {
    padding-top: 16px;
    padding-left: 16px;
  }

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

  .heading-98 {
    font-size: 18px;
  }

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

  .image-161 {
    border-radius: 8px;
    width: 100%;
    height: auto;
  }

  .image-162 {
    width: 80%;
    height: auto;
  }

  .image-163 {
    width: 90%;
    height: 130%;
  }

  .section-41 {
    place-content: stretch;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-50, .paragraph-51 {
    width: 92%;
  }

  .div-block-1132 {
    align-self: flex-start;
    width: 100vw;
  }

  .heading-99 {
    font-size: 24px;
  }

  .paragraph-52 {
    width: 92%;
  }

  .heading-100 {
    width: 92%;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .div-block-1136, .image-164, .div-block-1138 {
    width: 92%;
  }

  .div-block-1139 {
    width: 100%;
    padding-top: 40px;
  }

  .div-block-1140 {
    align-self: auto;
    width: 116%;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-1142 {
    justify-content: flex-end;
    align-self: flex-end;
    align-items: center;
    display: flex;
  }

  .div-block-1145 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .image-168 {
    width: 100%;
  }

  .div-block-1150 {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .image-169 {
    width: 180px;
  }

  .heading-108 {
    font-size: 24px;
  }

  .div-block-1152 {
    height: 70px;
  }

  .div-block-1153 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .heading-109 {
    font-size: 18px;
  }

  .text-block-80 {
    font-family: Rubik, sans-serif;
    font-weight: 300;
  }

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

  .div-block-1158, .div-block-1159 {
    padding: 12px;
  }

  .heading-110, .heading-111, .heading-112 {
    font-size: 18px;
  }

  .heading-113 {
    font-size: 24px;
  }

  .div-block-1162 {
    padding: 16px 12px;
  }

  .heading-114 {
    font-size: 18px;
  }

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

  .div-block-1164 {
    padding: 16px 12px;
  }

  .heading-115 {
    font-size: 18px;
  }

  .image-173 {
    height: auto;
  }

  .div-block-1167 {
    padding: 16px 12px;
  }

  .heading-116 {
    font-size: 18px;
  }

  .image-175, .image-176 {
    border-width: 6px;
    border-radius: 12px;
  }

  .image-177 {
    border-width: 8px;
    border-radius: 12px;
  }

  .heading-117 {
    width: auto;
    height: auto;
    font-size: 24px;
  }

  .paragraph-200, .paragraph-45-copy {
    width: 100%;
    font-size: 16px;
  }

  .div-block-image-text {
    padding-left: 16px;
    padding-right: 16px;
  }

  .code-embed-8 {
    height: 165px;
  }

  .code-embed-9 {
    height: 180px;
  }

  .code-embed-10 {
    height: 190px;
  }

  .code-embed-11 {
    height: 420px;
  }

  .code-embed-12, .code-embed-13 {
    height: 190px;
  }

  .heading-117-copy {
    width: auto;
    height: auto;
    font-size: 24px;
  }

  .div-block-1176 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .infoemail {
    width: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .heading-121 {
    width: auto;
    height: auto;
    font-size: 24px;
  }

  .heading-122 {
    text-align: center;
    width: auto;
    height: auto;
    font-size: 24px;
  }

  .div-block-89-copy {
    display: none;
  }
}

#w-node-_4bb4bd42-5776-f155-407e-7703b9f029ba-ab2428be {
  justify-self: center;
}

#w-node-_3d633b64-b4cb-ca37-4655-523b718b7ae2-ab2428be, #w-node-_5349698d-38e6-b171-5155-bb1c4fc54f63-ab2428be, #w-node-b1903ad9-a0c8-720e-4e0e-84c2d4265674-ab2428be, #w-node-dd8890b9-6c57-3d09-bfc3-032f3b7c8634-ab2428be, #w-node-_465da297-7c9e-057b-f505-af2ba62300af-ab2428be, #w-node-f7432d84-de9d-d2e3-7b10-fb312294d770-ab2428be, #w-node-_2bca05b6-be49-2343-71a1-cfd1edec6d1a-ab2428be, #w-node-f059717d-c736-7a87-24f6-e8ea0db0aab7-ab2428be, #w-node-e533cbd9-7f40-249c-8288-2b72130c5237-ab2428be, #w-node-_1ec26aee-a454-4cd5-3620-97ae149dd839-ab2428be, #w-node-a48956f0-5e41-e0e8-d94c-9f315a9b4334-ab2428be, #w-node-_4e080cce-3492-3fd0-129e-89c8d275b192-ab2428be, #w-node-_82692cdf-5d45-1d6e-cd81-0ec306e4cea2-ab2428be, #w-node-_70b2345b-8bf7-69d8-1e16-6e28cd0b7fb6-ab2428be {
  place-self: center;
}

#w-node-be52ebc9-8dd0-5059-90d5-30016d33903a-ab2428be {
  order: -9999;
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_78afa582-1a20-61ff-773b-e8f515d5f8c7-15d5f8bb, #w-node-_43e1af1b-02f3-b80c-e0e9-2cd24fd27220-15d5f8bb {
  justify-self: center;
}

#w-node-af03321f-64d8-b22e-825f-70b3c0d4474c-ab2428c6, #w-node-_3ff6a0b4-23bd-b21a-a2fc-735e2aa3bccb-ab2428c6, #w-node-b757f3d1-7325-bc90-6c64-69e7534abd56-ab2428c6, #w-node-_5aa0ffce-a2fc-5cfd-5d22-928516b50f5b-ab2428c6, #w-node-_004d6a8e-920b-68fb-5e1c-39e05506cb2a-ab2428c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05950bb4-9aec-7020-4628-3fe1eee8efc7-ab2428c8 {
  order: -9999;
}

#w-node-_05950bb4-9aec-7020-4628-3fe1eee8efd1-ab2428c8 {
  order: 9999;
}

#w-node-_4d0af3e6-489d-9b1f-a37a-be154216560c-ab2428c9, #w-node-_0ec29da7-e8f1-7170-3aea-e164cca2c18a-a730a36c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_5d64de55-8edb-f964-c56b-da71ccfdd286-ab2428be {
    align-self: center;
  }

  #w-node-_6edc912d-a023-bec5-e88d-34487a2162fc-ab2428be, #w-node-_6edc912d-a023-bec5-e88d-34487a216302-ab2428be, #w-node-_6edc912d-a023-bec5-e88d-34487a216308-ab2428be {
    align-self: start;
  }

  #w-node-_02e2af46-3c06-c307-f4e1-69d593ce5d9f-ab2428c5 {
    place-self: auto;
  }

  #w-node-_113f8938-825f-3ff8-0ca8-9a9c5775b9df-ab2428c5 {
    align-self: center;
  }

  #w-node-_99e06e11-1e5f-bd4d-6b65-f9c5407acc3a-ab2428c5, #w-node-edd66aa8-6b7d-39fa-c7a2-57b95d477741-ab2428c5, #w-node-_5682b2f7-8aaa-0ac7-cca5-cf6db93e4e93-ab2428c6, #w-node-_76ddc94d-d243-53e4-1b9e-640dbf3df80b-ab2428c7 {
    order: 9999;
  }

  #w-node-_4d0af3e6-489d-9b1f-a37a-be154216560c-ab2428c9 {
    justify-self: end;
  }

  #w-node-_0ec29da7-e8f1-7170-3aea-e164cca2c18a-a730a36c {
    justify-self: center;
  }

  #w-node-_15ebcd42-7b81-0389-9461-dbb80e531bbe-a730a36c {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b6d38034-0d98-b0dc-73b0-39253c7a2012-ab2428be {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78afa582-1a20-61ff-773b-e8f515d5f8c7-15d5f8bb, #w-node-_43e1af1b-02f3-b80c-e0e9-2cd24fd27220-15d5f8bb {
    justify-self: start;
  }

  #w-node-_004d6a8e-920b-68fb-5e1c-39e05506cb2a-ab2428c8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_22c44122-aac3-781c-a063-7a0e5b2645e7-ab2428c8, #w-node-_165fb870-41d5-1d2a-f10a-dbb058fe312e-ab2428ca {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1ec26aee-a454-4cd5-3620-97ae149dd839-ab2428be {
    place-self: center;
  }

  #w-node-_72c09752-4228-e236-438c-b6433282011b-ab2428c5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_99e06e11-1e5f-bd4d-6b65-f9c5407acc3a-ab2428c5, #w-node-edd66aa8-6b7d-39fa-c7a2-57b95d477741-ab2428c5, #w-node-_5682b2f7-8aaa-0ac7-cca5-cf6db93e4e93-ab2428c6 {
    order: 9999;
  }

  #w-node-_77dc6d1b-cfcb-74c1-2ac5-1ffb0df29e89-ab2428c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_76ddc94d-d243-53e4-1b9e-640dbf3df80b-ab2428c7 {
    order: 9999;
  }
}


