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

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

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

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

h3 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Rubik, sans-serif;
  color: #efdcf0;
  font-size: 36px;
  line-height: 150%;
  font-weight: 600;
  letter-spacing: 0.25px;
}

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

p {
  font-family: Rubik, sans-serif;
  color: #efdcf0;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
}

a {
  text-decoration: none;
}

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

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

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

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

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

.section.section-features {
  position: static;
  padding-top: 80px;
  padding-bottom: 80px;
  clear: none;
  background-color: #120e23;
}

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

.section.section-work {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #120e23;
}

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

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

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

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

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

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.body_sm {
  margin-bottom: 0.125em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  font-family: Rubik, sans-serif;
  color: rgba(239, 220, 240, 0.8);
  font-size: 15px;
  line-height: 150%;
}

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

.body_sm.footer-copyright {
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  color: rgba(239, 220, 240, 0.3);
  font-weight: 300;
}

.navbar {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
}

.brand {
  display: inline-block;
  max-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav-link {
  display: inline-block;
  margin-right: 12px;
  margin-left: 12px;
  padding: 8px 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Rubik, sans-serif;
  color: #efdcf0;
  font-size: 20px;
  line-height: 150%;
  font-weight: 400;
  text-decoration: none;
}

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

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

.menu-button {
  z-index: 2;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

.button.primary.pink {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 58px;
  padding-left: 58px;
  background-color: #ff0056;
  color: #efdcf0;
  font-weight: 600;
}

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

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

.section-hero {
  height: 70vh;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 16px;
}

.body_md {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-right: 0px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 400;
}

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

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

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

.body_md.white-02 {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

.body_md.subname {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 24px;
  text-align: left;
}

.body_md.clear {
  color: rgba(239, 220, 240, 0.8);
}

.body_md.white-02 {
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

.body_md.clear {
  color: rgba(239, 220, 240, 0.8);
}

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

.div-block {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.body_lg {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #efdcf0;
  font-size: 27px;
  text-decoration: none;
}

.body_lg.bold {
  display: block;
  color: #efdcf0;
  font-weight: 600;
}

.body_lg.wwd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 8px;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: contain;
  object-fit: contain;
}

.body_lg.service {
  margin-bottom: 0px;
  color: rgba(239, 220, 240, 0.8);
}

.body_lg.service:focus {
  color: #efdcf0;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding: 32px 64px 0px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns {
  display: inline-block;
  overflow: visible;
  margin-top: 0px;
  margin-right: 0px;
  padding-left: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.feature {
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.feature.about {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-2.bullet-list {
  padding-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-2.team-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 90%;
  margin: auto 0px;
  padding-right: 24px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-2.team-1.name {
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-2.team-1.name {
  display: block;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-2.team-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto 40px auto 0px;
  padding-right: 24px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-2.team-1.name {
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.grid_clients {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 80px;
  float: none;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 32px 1fr;
  grid-template-rows: 1fr 1fr;
}

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

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

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

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

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

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

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

.grid-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-template-areas: ". ."
    "Area-2 Area-2";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

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

.div-block-7.card-casestudy1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d760d9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(215, 96, 217, 0.5)), to(rgba(215, 96, 217, 0.5))), url('../images/image_CS_Cortex.png');
  background-image: linear-gradient(180deg, rgba(215, 96, 217, 0.5), rgba(215, 96, 217, 0.5)), url('../images/image_CS_Cortex.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
  background-clip: padding-box;
  -webkit-text-fill-color: inherit;
}

.div-block-7.card-casestudy2 {
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 36, 85, 0.5)), to(rgba(191, 36, 85, 0.5))), url('../images/Case-Study_RF1.png');
  background-image: linear-gradient(180deg, rgba(191, 36, 85, 0.5), rgba(191, 36, 85, 0.5)), url('../images/Case-Study_RF1.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.div-block-7.card-casestudy3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #49b6f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 182, 245, 0.5)), to(rgba(73, 182, 245, 0.5))), url('../images/The-Bar-at-Commons-Club-Nashville-1154x600.jpg');
  background-image: linear-gradient(180deg, rgba(73, 182, 245, 0.5), rgba(73, 182, 245, 0.5)), url('../images/The-Bar-at-Commons-Club-Nashville-1154x600.jpg');
  background-position: 0px 0px, 150% 100%;
  background-size: auto, cover;
}

.heading-8 {
  margin-top: 0px;
}

.accordian-wrapper {
  display: block;
  margin-bottom: 32px;
  padding: 0px;
  background-color: #221b3c;
}

.sg-color-card {
  display: block;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 8px;
  background-color: #120e23;
}

.sg-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 160px;
  max-height: 13vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: transparent;
}

.sg-color.white-01 {
  background-color: #efdcf0;
  color: #efdcf0;
}

.sg-color.white-02 {
  background-color: rgba(239, 220, 240, 0.8);
}

.sg-color.white-03 {
  background-color: rgba(239, 220, 240, 0.55);
}

.sg-color.white-04 {
  background-color: rgba(239, 220, 240, 0.3);
}

.sg-color.bg-1 {
  background-color: #120e23;
}

.sg-color.black-01 {
  border: 0px none transparent;
  background-color: #000;
}

.sg-color.black-02 {
  background-color: rgba(0, 0, 0, 0.8);
}

.sg-color.black-03 {
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.3);
}

.sg-color.black-04 {
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.2);
}

.sg-color.bg-02 {
  background-color: #19142e;
}

.sg-color.bg-04 {
  background-color: #292348;
}

.sg-color.bg-03 {
  background-color: #221b3c;
}

.sg-color.accent-1-2 {
  background-color: rgba(47, 25, 157, 0.8);
}

.sg-color.accent-1-1 {
  background-color: #2f199d;
}

.sg-color.accent-1-3 {
  background-color: rgba(47, 25, 157, 0.5);
}

.sg-color.accent-1-4 {
  background-color: rgba(47, 25, 157, 0.3);
}

.sg-color.accent-2-1 {
  background-color: #d760d9;
}

.sg-color.accent-2-2 {
  background-color: rgba(215, 96, 217, 0.8);
}

.sg-color.accent-2-3 {
  background-color: rgba(215, 96, 217, 0.5);
}

.sg-color.accent-2-4 {
  background-color: rgba(215, 96, 217, 0.3);
}

.sg-color.accent-3-1 {
  background-color: #49b6f5;
}

.sg-color.accent-3-2 {
  background-color: rgba(73, 182, 245, 0.8);
}

.sg-color.accent-3-3 {
  background-color: rgba(73, 182, 245, 0.5);
}

.sg-color.accent-3-4 {
  background-color: rgba(73, 182, 245, 0.3);
}

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

.sg-color-contain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

.body_home {
  background-color: #120e23;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

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

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

.footer-heading {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 20px;
  line-height: 150%;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: rgba(239, 220, 240, 0.8);
  text-align: left;
  text-decoration: none;
}

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

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: 0px;
  padding-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

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

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

.social-icon.twitter {
  background-color: transparent;
}

.social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.paragraph {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 80px;
  padding-bottom: 24px;
  padding-left: 24px;
  color: rgba(239, 220, 240, 0.55);
}

.arrow:focus {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

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

.div-block-11.cs-card-1 {
  display: block;
  height: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #d760d9;
  background-image: none;
}

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

.div-block-11.cs-card-3 {
  width: 30%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #49b6f5;
  background-image: none;
}

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

.heading-16 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

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

.white-02 {
  margin-bottom: 16px;
  color: rgba(239, 220, 240, 0.8);
}

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

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

.image-4 {
  display: inline-block;
  margin-right: 24px;
  padding-top: 4px;
  padding-right: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-radius: 20px;
}

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

.image-4.person {
  max-width: 40%;
}

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

.lottie-animation-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  max-height: 80vh;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 70% 70%;
  object-position: 70% 70%;
}

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

.logo {
  opacity: 0.5;
}

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

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

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #120e23;
}

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

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

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

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
}

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

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

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.heading-18 {
  margin-bottom: 280px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 105px;
  font-weight: 900;
}

.image-6 {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.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% 50%;
  background-size: cover;
}

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

.image-7 {
  float: right;
}

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

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 464px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.capabilities-black.black {
  background-color: #000;
  color: rgba(0, 0, 0, 0.8);
}

.image-8 {
  float: right;
}

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

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

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

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

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

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 272px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.image-9 {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

.image-10 {
  float: right;
}

.heading-22 {
  margin-bottom: 0px;
  color: #000;
  font-size: 47px;
}

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

.image-11 {
  float: right;
}

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

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

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 172px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

.image-12 {
  float: right;
}

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

.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 {
  margin-top: 32px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #fff;
}

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

.image-15 {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

.image-16 {
  position: relative;
}

.image-17 {
  float: right;
}

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

.image-18 {
  float: right;
}

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

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

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

.text-block-29 {
  font-family: Lato, sans-serif;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  font-weight: 400;
}

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

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

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

.image-19 {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.image-20 {
  float: right;
}

.image-21 {
  float: right;
}

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

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

.image-22 {
  float: right;
}

.image-23 {
  margin-top: auto;
  margin-bottom: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-24 {
  float: right;
}

.heading-26 {
  margin-bottom: 0px;
  color: #000;
  font-size: 47px;
  text-align: center;
}

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

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

.div-block-42 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-25 {
  float: right;
}

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

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

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

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

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

.columns-7 {
  margin-bottom: 80px;
}

.heading-27 {
  margin-bottom: 16px;
  color: #000;
  font-size: 36px;
}

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

.paragraph-14 {
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

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

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

.capabilities-off-white-no-padding.gnome-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 720px;
  max-width: 1440px;
  padding-right: 10%;
  padding-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  background-color: transparent;
}

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

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

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

.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% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

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

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

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

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

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

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

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

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

.div-block-45 {
  position: relative;
  right: 0px;
  z-index: 1;
  width: 40%;
  margin-right: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 720px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

.image-27 {
  float: right;
}

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

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 96px;
  margin-bottom: 8px;
  padding: 32px 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.12);
}

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

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

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

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

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

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

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

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

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-32 {
  float: right;
}

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

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

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 720px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

.image-33 {
  float: right;
}

.div-block-60 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.image-35 {
  float: right;
}

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

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

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

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

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

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

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 720px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 720px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 720px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

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

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

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

.image-36 {
  float: right;
}

.heading-29 {
  margin-bottom: 8px;
  color: #000;
  font-size: 61px;
  white-space: nowrap;
}

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

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

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

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

.image-37 {
  float: right;
}

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

.image-38 {
  float: right;
}

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

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

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

.image-39 {
  float: right;
}

.heading-30 {
  margin-bottom: 16px;
  color: #000;
  font-size: 105px;
}

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

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

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

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

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

.image-40 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

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

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

.text-span-5 {
  color: #000;
  text-decoration: underline;
}

.link-3 {
  color: #fff;
}

.link-4 {
  color: #fff;
}

.link-5 {
  color: #fff;
}

.link-6 {
  color: #fff;
}

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

.image-42 {
  float: right;
}

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

.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: 0px;
  padding-left: 24px;
}

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

.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 {
  margin-top: 16px;
  font-family: Lato, sans-serif;
  color: #fff;
  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 {
  float: right;
}

.image-52 {
  float: right;
}

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

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

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

.image-53 {
  float: right;
}

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

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

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

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.picture {
  margin-bottom: 8px;
}

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

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

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

.image-54 {
  float: right;
}

.heading-32 {
  margin-bottom: 8px;
  color: #000;
  font-size: 61px;
}

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

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

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

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

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

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 144px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.image-56 {
  float: right;
}

.div-block-83 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 176px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-57 {
  float: right;
}

.image-58 {
  float: right;
}

.image-59 {
  float: right;
}

.image-60 {
  float: right;
}

.image-61 {
  float: right;
}

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

.left-image {
  position: absolute;
  left: -5vw;
  top: 0%;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 55%;
  height: 720px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

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

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

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

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

.image-62 {
  height: auto;
}

.body-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #120e23;
}

.purple-bg {
  position: absolute;
  left: -5vw;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #120e23;
}

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

.text-block-50 {
  color: #efdcf0;
  text-decoration: none;
}

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

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

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

.image-63 {
  width: 100%;
}

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

.body-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #120e23;
}

.image-64 {
  position: absolute;
  left: -16px;
  top: 2%;
  right: auto;
  bottom: auto;
  z-index: -1;
}

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

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

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

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

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

.image-66 {
  position: absolute;
  left: -60px;
  top: -140px;
  right: auto;
  bottom: auto;
  height: 140px;
  opacity: 0.3;
}

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

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

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

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

.image-68 {
  width: 100%;
}

.image-69 {
  width: 100%;
}

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

.image-70 {
  position: absolute;
  left: -80px;
  top: -130px;
  right: auto;
  bottom: auto;
  height: 140px;
  opacity: 0.3;
}

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

.case-studies-cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

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

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

.case-card.virgin {
  background-color: #fbcecf;
}

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

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

.heading.deloitte {
  color: rgba(0, 0, 0, 0.8);
}

.heading.virgin {
  color: rgba(0, 0, 0, 0.8);
}

.desc {
  color: #fff;
}

.desc.deloitte {
  color: rgba(0, 0, 0, 0.8);
}

.desc.virgin {
  color: rgba(0, 0, 0, 0.8);
}

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

.view-project.deloitte {
  color: rgba(0, 0, 0, 0.8);
}

.view-project.virgin {
  color: rgba(0, 0, 0, 0.8);
}

.project-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.view-project-arrow {
  margin-left: 6px;
  color: #fff;
}

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

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

.image-72 {
  position: absolute;
  left: 0%;
  top: 24px;
  right: auto;
  bottom: auto;
  z-index: auto;
  height: 954px;
  opacity: 0.8;
}

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

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

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

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

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

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

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

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

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

.image-81 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

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

.image-83 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 700px;
}

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

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

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

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

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

.paragraph-19 {
  display: block;
}

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

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

.articles {
  padding: 8em 16px;
}

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

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

.someelse {
  display: block;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.someelse.bullet-list {
  padding-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.someelse.team-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto 40px auto 0px;
  padding-right: 24px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.someelse.team-1.name {
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

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

.body_lg-2 {
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #efdcf0;
  font-size: 27px;
  text-decoration: none;
}

.grid-8 {
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-flow: row;
  grid-column-gap: 32px;
  grid-row-gap: 80px;
  grid-template-areas: ".";
  -ms-grid-rows: auto 80px auto 80px auto 80px auto;
  grid-template-rows: auto auto auto auto;
}

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

.div-block-2-copy.bullet-list {
  padding-bottom: 24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.div-block-2-copy.team-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 90%;
  margin: auto 0px;
  padding-right: 24px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-2-copy.team-1.name {
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-2-copy.team-1.name {
  display: block;
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div-block-2-copy.team-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto 40px auto 0px;
  padding-right: 24px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-2-copy.team-1.name {
  min-width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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

.body_md-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-right: 0px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 400;
}

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

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

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

.body_md-copy.white-02 {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

.body_md-copy.subname {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 24px;
  text-align: left;
}

.body_md-copy.clear {
  color: rgba(239, 220, 240, 0.8);
}

.body_md-copy.white-02 {
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

.body_md-copy.clear {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: rgba(239, 220, 240, 0.8);
  text-align: right;
}

.body_md-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-right: 0px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 400;
}

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

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

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

.body_md-copy.white-02 {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

.body_md-copy.subname {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 24px;
  text-align: right;
}

.body_md-copy.clear {
  color: rgba(239, 220, 240, 0.8);
}

.body_md-copy.white-02 {
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

.body_md-copy.clear {
  color: rgba(239, 220, 240, 0.8);
}

.body_md-copy-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-right: 0px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 400;
}

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

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

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

.body_md-copy-copy.white-02 {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

.body_md-copy-copy.subname {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 24px;
  text-align: left;
}

.body_md-copy-copy.clear {
  color: rgba(239, 220, 240, 0.8);
}

.body_md-copy-copy.white-02 {
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

.body_md-copy-copy.clear {
  color: rgba(239, 220, 240, 0.8);
}

.body_md-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-right: 0px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 400;
}

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

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

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

.body_md-copy.white-02 {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

.body_md-copy.subname {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 24px;
  text-align: left;
}

.body_md-copy.clear {
  color: rgba(239, 220, 240, 0.8);
}

.body_md-copy.white-02 {
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

.body_md-copy.clear {
  color: rgba(239, 220, 240, 0.8);
}

.body_md-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-right: 0px;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  font-weight: 400;
}

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

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

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

.body_md-copy.white-02 {
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

.body_md-copy.subname {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-size: 24px;
  text-align: left;
}

.body_md-copy.clear {
  color: rgba(239, 220, 240, 0.8);
}

.body_md-copy.white-02 {
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 300;
}

.body_md-copy.clear {
  color: rgba(239, 220, 240, 0.8);
}

.accordian-content-copy {
  overflow: hidden;
  padding-right: 16px;
  padding-bottom: 0px;
  padding-left: 16px;
  background-color: rgba(18, 14, 35, 0);
}

.accordian-item-trigger-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(51, 51, 51, 0);
  color: #333;
  cursor: pointer;
}

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

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

.div-block-93 {
  margin-top: 32px;
  padding: 32px;
  border-radius: 8px;
  background-color: #292348;
}

.text-block-52 {
  font-family: Rubik, sans-serif;
  color: #efdcf0;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
}

.div-block-94 {
  padding-left: 28px;
  border-left: 4px solid #bf2455;
}

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

.image-87 {
  border-style: solid;
  border-width: 2px;
  border-color: #efdcf0;
  border-radius: 100px;
}

.div-block-96 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-53 {
  font-family: Rubik, sans-serif;
  color: #efdcf0;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
}

.text-block-54 {
  font-family: Rubik, sans-serif;
  color: #efdcf0;
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
}

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

@media screen and (max-width: 991px) {
  a {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .mycontain.hero {
    height: 40vh;
  }

  .mycontain.nav {
    width: 100%;
  }

  .mycontain.footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .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-right: 24px;
    padding-left: 24px;
  }

  .nav-link {
    display: block;
    margin: 24px;
    padding-left: 0px;
  }

  .icon {
    display: inline-block;
    width: auto;
    max-width: none;
  }

  .nav-menu {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #292348;
  }

  .menu-button {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .menu-button.w--open {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: transparent;
  }

  .button.primary {
    display: block;
    margin-right: 24px;
    margin-left: 24px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-hero {
    height: 50vh;
    padding-right: 24px;
    padding-left: 24px;
  }

  .body_md.white-02 {
    font-size: 15px;
  }

  .body_md.white-02 {
    font-size: 15px;
  }

  .div-block {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .body_lg.wwd {
    font-size: 20px;
  }

  .body_lg.name {
    font-size: 20px;
  }

  .column {
    padding-right: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column.wwd3 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .feature {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .feature.about {
    margin-right: 24px;
  }

  .div-block-2 {
    padding-bottom: 8px;
  }

  .div-block-2.team-1 {
    margin-right: auto;
  }

  .div-block-2.team-1 {
    margin-right: auto;
  }

  .grid_clients {
    display: -ms-grid;
    display: grid;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 0.33fr 0.33fr 0.33fr;
    grid-template-columns: 0.33fr 0.33fr 0.33fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }

  .title-span {
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }

  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div-block-5.button-contact {
    padding-top: 24px;
    padding-bottom: 0px;
  }

  .heading-6 {
    padding-right: 40px;
  }

  .column-2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .hero-title {
    max-width: 78vw;
    font-size: 47px;
    letter-spacing: 0.5px;
  }

  .grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .div-block-7.card-casestudy1 {
    height: 40vh;
    margin-bottom: 24px;
  }

  .div-block-7.card-casestudy2 {
    height: 40vh;
    margin-top: 24px;
    margin-bottom: 24px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 36, 85, 0.5)), to(rgba(191, 36, 85, 0.5))), url('../images/Case-Study_RF1.png');
    background-image: linear-gradient(180deg, rgba(191, 36, 85, 0.5), rgba(191, 36, 85, 0.5)), url('../images/Case-Study_RF1.png');
    background-position: 0px 0px, 50% 40%;
  }

  .div-block-7.card-casestudy3 {
    height: 40vh;
    margin-top: 24px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 182, 245, 0.5)), to(rgba(73, 182, 245, 0.5))), url('../images/The-Bar-at-Commons-Club-Nashville-1154x600.jpg');
    background-image: linear-gradient(180deg, rgba(73, 182, 245, 0.5), rgba(73, 182, 245, 0.5)), url('../images/The-Bar-at-Commons-Club-Nashville-1154x600.jpg');
    background-position: 0px 0px, 20% 100%;
    background-size: auto, auto;
    background-repeat: repeat, repeat-y;
  }

  .body_home {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

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

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

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

  .paragraph {
    padding-right: 24px;
    padding-left: 24px;
  }

  .div-block-11.cs-card-1 {
    height: 60%;
  }

  .div-block-11.cs-card-2 {
    height: 90%;
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-11.cs-card-3 {
    width: 50%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading-15 {
    padding-top: 24px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-16 {
    font-size: 27px;
  }

  .heading-16.stat {
    padding-right: 24px;
  }

  .white-02 {
    padding-right: 0px;
  }

  .image-4.person {
    max-width: 30%;
  }

  .image-4.person {
    max-width: 30%;
  }

  .lottie-animation-3 {
    left: 0%;
    top: 0%;
    right: -15%;
    bottom: auto;
    height: auto;
    max-height: 65vh;
    -o-object-fit: fill;
    object-fit: fill;
    -o-object-position: 50% 0%;
    object-position: 50% 0%;
  }

  .link-block {
    height: auto;
  }

  .capabilities-brand {
    padding-right: 40px;
    padding-left: 40px;
  }

  .body {
    display: block;
    overflow: visible;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .capabilities-off-white {
    padding-right: 40px;
    padding-left: 40px;
  }

  .heading-18 {
    margin-bottom: 220px;
  }

  .cs_hero {
    padding-right: 40px;
    padding-left: 40px;
  }

  .cs_hero.dt-img {
    background-size: cover;
  }

  .div-block-19 {
    margin-top: 320px;
  }

  .capabilities-black {
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-16 {
    max-width: 50%;
    margin-top: 140px;
  }

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

  .capabilities-off-white-no-padding {
    padding-left: 40px;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .capabilities-off-white-no-padding.gnome-img {
    background-size: 60%;
  }

  .capabilities-off-white-no-padding.cortex-approach-img {
    background-size: 60%;
  }

  .capabilities-off-white-no-padding.cortex-sharing-img {
    background-size: 60%;
  }

  .capabilities-off-white-no-padding.rock-online-img {
    background-size: 60%;
  }

  .capabilities-off-white-no-padding.rock-global-img {
    background-size: 60%;
  }

  .capabilities-off-white-no-padding.rock-com-img {
    background-size: 60%;
  }

  .capabilities-off-white-no-padding.ai-chal-img {
    background-size: 60%;
  }

  .capabilities-off-white-no-padding.ai-ds-img {
    background-size: 60%;
  }

  .capabilities-off-white-no-padding.ai-flex-img {
    background-size: 60%;
  }

  .capabilities-navy {
    padding-right: 40px;
    padding-left: 40px;
  }

  .capabilities-navy-no-padding.ai-approach-img {
    padding-left: 40px;
    background-size: 60%;
  }

  .text-span-5 {
    color: #000;
    text-decoration: underline;
  }

  .link-block-4 {
    height: auto;
  }

  .link-block-5 {
    height: auto;
  }

  .grid-7 {
    -ms-grid-columns: 30vw auto;
    grid-template-columns: 30vw auto;
  }

  .article {
    -ms-grid-rows: minmax(20vh, 1fr);
    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;
  }

  .div-block-2-copy.team-1 {
    margin-right: auto;
  }

  .body_md-copy.white-02 {
    font-size: 15px;
  }

  .body_md-copy.white-02 {
    font-size: 15px;
  }

  .body_md-copy.white-02 {
    font-size: 15px;
  }

  .body_md-copy.white-02 {
    font-size: 15px;
  }

  .body_md-copy-copy.white-02 {
    font-size: 15px;
  }

  .body_md-copy-copy.white-02 {
    font-size: 15px;
  }

  .body_md-copy.white-02 {
    font-size: 15px;
  }

  .body_md-copy.white-02 {
    font-size: 15px;
  }

  .body_md-copy.white-02 {
    font-size: 15px;
  }

  .body_md-copy.white-02 {
    font-size: 15px;
  }

  .text-block-51 {
    font-size: 16px;
    line-height: 30px;
  }

  .div-block-93 {
    margin-top: 24px;
  }

  .text-block-52 {
    font-size: 24px;
    line-height: 36px;
  }
}

@media screen and (max-width: 767px) {
  .mycontain.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 20vh;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .mycontain.nav {
    width: 100%;
  }

  .mycontain.footer {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: transparent;
  }

  .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: #120e23;
  }

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

  .brand.logo-footer {
    padding-left: 0px;
  }

  .section-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 30vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .body_md.case-study-card {
    font-size: 15px;
  }

  .body_md.white-02 {
    margin-bottom: 0px;
  }

  .body_md.white-02 {
    margin-bottom: 0px;
  }

  .div-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .body_lg.wwd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    clear: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .body_lg.service {
    font-size: 20px;
  }

  .body_lg.name {
    margin-bottom: 8px;
  }

  .feature.about {
    margin-right: 0px;
  }

  .wwd_icon {
    max-width: 12%;
    min-width: auto;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
  }

  .div-block-2 {
    margin-bottom: 16px;
    padding-bottom: 0px;
  }

  .div-block-2.team-1 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-2.team-1 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .grid_clients {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-4 {
    margin-top: 24px;
    margin-bottom: 0px;
  }

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

  .heading-6 {
    padding-right: 40px;
    font-size: 27px;
  }

  .hero-title {
    max-width: 70vw;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 27px;
  }

  .div-block-7.card-casestudy1 {
    height: 80vh;
    margin-bottom: 24px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-7.card-casestudy2 {
    height: 60vh;
  }

  .div-block-7.card-casestudy3 {
    height: 70vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 182, 245, 0.3)), to(rgba(73, 182, 245, 0.3))), url('../images/The-Bar-at-Commons-Club-Nashville-1154x600.jpg');
    background-image: linear-gradient(180deg, rgba(73, 182, 245, 0.3), rgba(73, 182, 245, 0.3)), url('../images/The-Bar-at-Commons-Club-Nashville-1154x600.jpg');
    background-position: 0px 0px, 20% 0%;
    background-size: auto, cover;
  }

  .heading-8 {
    font-size: 27px;
  }

  .body_home {
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    justify-items: start;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-heading {
    margin-bottom: 8px;
  }

  .heading-14 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 400;
  }

  .paragraph {
    padding-right: 40px;
    padding-left: 24px;
    font-size: 15px;
  }

  .div-block-11.cs-card-1 {
    display: block;
    height: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .div-block-11.cs-card-3 {
    display: block;
    width: 40%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .heading-15 {
    margin-bottom: 8px;
    padding-top: 24px;
    font-size: 27px;
  }

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

  .white-02 {
    font-size: 15px;
  }

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

  .image-4 {
    padding-top: 4px;
  }

  .grid-6 {
    justify-items: start;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .lottie-animation-3 {
    left: 0%;
    right: -40%;
    height: auto;
    max-height: 60vh;
  }

  .capabilities-brand {
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
  }

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

  .capabilities-off-white {
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .heading-18 {
    font-size: 80px;
  }

  .column-4 {
    padding-bottom: 24px;
  }

  .column-6 {
    padding-bottom: 24px;
  }

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

  .columns-3 {
    margin-top: 0px;
  }

  .cs_hero {
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .cs_hero.dt-img {
    background-size: cover;
  }

  .capabilities-black {
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .heading-21 {
    font-size: 64px;
  }

  .column-8 {
    margin-bottom: 32px;
    padding-right: 0px;
  }

  .column-9 {
    margin-bottom: 24px;
    padding-right: 0px;
  }

  .column-10 {
    margin-bottom: 24px;
    padding-right: 0px;
  }

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

  .column-11 {
    margin-bottom: 24px;
    padding-right: 0px;
  }

  .column-12 {
    padding-right: 0px;
  }

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

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

  .div-block-25 {
    margin-bottom: 32px;
  }

  .div-block-26 {
    margin-bottom: 32px;
  }

  .list {
    margin-top: 16px;
  }

  .column-13 {
    margin-bottom: 24px;
    padding-right: 0px;
  }

  .div-block-34 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-16 {
    max-width: 80%;
    margin-top: 40px;
  }

  .div-block-36 {
    margin-left: 0px;
  }

  .div-block-38 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-25 {
    font-size: 64px;
  }

  .intro-columns {
    margin-bottom: 32px;
    padding-right: 0px;
  }

  .capabilities-off-white-no-padding.gnome-img {
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
    background-position: 50% 100%;
    background-size: 70%;
  }

  .capabilities-off-white-no-padding.cortex-approach-img {
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
    background-position: 50% 100%;
    background-size: 70%;
  }

  .capabilities-off-white-no-padding.cortex-sharing-img {
    height: 800px;
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
    background-position: 50% 100%;
    background-size: 70%;
  }

  .capabilities-off-white-no-padding.rock-online-img {
    height: 720px;
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
    background-position: 50% 100%;
    background-size: 70%;
  }

  .capabilities-off-white-no-padding.rock-global-img {
    height: 720px;
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
    background-position: 50% 100%;
    background-size: 70%;
  }

  .capabilities-off-white-no-padding.rock-com-img {
    height: 680px;
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
    background-position: 50% 100%;
    background-size: 70%;
  }

  .capabilities-off-white-no-padding.ai-chal-img {
    height: 720px;
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
    background-position: 50% 100%;
    background-size: 70%;
  }

  .capabilities-off-white-no-padding.ai-ds-img {
    height: 720px;
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
    background-position: 50% 100%;
    background-size: 70%;
  }

  .capabilities-off-white-no-padding.ai-flex-img {
    height: 744px;
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
    background-position: 50% 100%;
    background-size: 70%;
  }

  .div-block-44 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .div-block-46 {
    height: 848px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .capabilities-navy {
    padding-right: 24px;
    padding-left: 24px;
  }

  .text-block-34 {
    margin-bottom: 90px;
  }

  .div-block-48 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-49 {
    padding-top: 160px;
  }

  .div-block-51 {
    padding-right: 16px;
    padding-left: 16px;
  }

  .text-block-37 {
    font-size: 24px;
  }

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

  .text-block-38 {
    color: #000;
  }

  .div-block-56 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-57 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-58 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-61 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .capabilities-navy-no-padding.ai-approach-img {
    height: 800px;
    padding-top: 40px;
    padding-right: 24px;
    padding-left: 24px;
    background-position: 50% 100%;
    background-size: 70%;
  }

  .div-block-62 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-63 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-64 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-16 {
    padding-left: 40px;
  }

  .paragraph-16 {
    max-width: 100%;
    margin-top: 80px;
    float: left;
  }

  .heading-30 {
    font-size: 80px;
  }

  .column-17 {
    margin-bottom: 16px;
  }

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

  .column-18 {
    margin-bottom: 32px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-19 {
    margin-bottom: 64px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .text-span-5 {
    color: #000;
    text-decoration: underline;
  }

  .article-i {
    margin-right: auto;
    margin-left: auto;
  }

  .grid-7 {
    grid-auto-rows: minmax(auto, 20vh);
    -ms-grid-rows: minmax(auto, 20vh) minmax(auto, 20vh);
    grid-template-rows: minmax(auto, 20vh) minmax(auto, 20vh);
  }

  .article {
    -ms-grid-rows: minmax(20vh, 1fr);
    grid-template-rows: minmax(20vh, 1fr);
  }

  .someelse {
    margin-bottom: 16px;
    padding-bottom: 0px;
  }

  .someelse.team-1 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .image-86 {
    max-width: 140px;
    margin-top: 4px;
  }

  .div-block-91 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .body_lg-2.name {
    margin-bottom: 8px;
  }

  .grid-8 {
    justify-items: start;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-2-copy {
    margin-bottom: 16px;
    padding-bottom: 0px;
  }

  .div-block-2-copy.team-1 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .div-block-2-copy.team-1 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .body_md-copy.case-study-card {
    font-size: 15px;
  }

  .body_md-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy.case-study-card {
    font-size: 15px;
  }

  .body_md-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy-copy.case-study-card {
    font-size: 15px;
  }

  .body_md-copy-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy.case-study-card {
    font-size: 15px;
  }

  .body_md-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy.case-study-card {
    font-size: 15px;
  }

  .body_md-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy.white-02 {
    margin-bottom: 0px;
  }

  .div-block-93 {
    margin-top: 24px;
    padding: 24px;
  }

  .text-block-52 {
    font-size: 18px;
    line-height: 28px;
  }

  .div-block-94 {
    padding-left: 20px;
  }

  .text-block-53 {
    font-size: 18px;
  }

  .text-block-54 {
    line-height: 24px;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mycontain.hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .mycontain.footer {
    padding-right: 0px;
    padding-bottom: 16px;
    padding-left: 0px;
  }

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

  .section.section-about {
    padding-top: 24px;
    padding-bottom: 40px;
    background-color: #120e23;
  }

  .section.section-work {
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
  }

  .section.bullet-list {
    padding-bottom: 16px;
  }

  .image {
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .body_sm {
    margin-bottom: 0.125em;
  }

  .body_sm.footer-copyright {
    text-align: center;
  }

  .icon {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 30px;
  }

  .menu-button {
    z-index: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .button.primary.pink {
    font-size: 15px;
  }

  .text-logo.small {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .section-hero {
    padding-right: 24px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .body_md {
    font-size: 15px;
  }

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

  .body_md.white-02 {
    margin-bottom: 0px;
  }

  .body_md.white-02 {
    margin-bottom: 0px;
  }

  .div-block {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .body_lg.wwd {
    font-size: 20px;
  }

  .body_lg.service {
    padding-left: 4px;
    font-size: 20px;
  }

  .body_lg.name {
    margin-bottom: 6px;
    font-size: 15px;
  }

  .column {
    padding-right: 0px;
  }

  .column.about1 {
    padding-top: 16px;
  }

  .columns {
    clear: left;
  }

  .feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feature.about {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .wwd_icon {
    max-width: 25%;
    min-width: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    line-height: 200%;
  }

  .div-block-2 {
    margin-bottom: 16px;
  }

  .div-block-2.bullet-list {
    padding-bottom: 16px;
  }

  .div-block-2.team-1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-2.team-1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .grid_clients {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .heading-6 {
    padding-right: 0px;
    font-size: 27px;
  }

  .hero-title {
    max-width: 270px;
    margin-top: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 27px;
    letter-spacing: 0px;
  }

  .div-block-7.card-casestudy1 {
    height: 50vh;
  }

  .div-block-7.card-casestudy2 {
    height: 50vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(191, 36, 85, 0.3)), to(rgba(191, 36, 85, 0.3))), url('../images/Case-Study_RF1.png');
    background-image: linear-gradient(180deg, rgba(191, 36, 85, 0.3), rgba(191, 36, 85, 0.3)), url('../images/Case-Study_RF1.png');
    background-position: 0px 0px, 10% 50%;
    background-repeat: repeat, repeat-x;
  }

  .div-block-7.card-casestudy3 {
    height: 50vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(73, 182, 245, 0.3)), to(rgba(73, 182, 245, 0.3))), url('../images/The-Bar-at-Commons-Club-Nashville-1154x600.jpg');
    background-image: linear-gradient(180deg, rgba(73, 182, 245, 0.3), rgba(73, 182, 245, 0.3)), url('../images/The-Bar-at-Commons-Club-Nashville-1154x600.jpg');
    background-position: 0px 0px, 33% 100%;
  }

  .heading-8 {
    font-size: 27px;
  }

  .body_home {
    background-image: url('../images/Hero_Image.svg');
    background-size: auto 60vh;
    background-repeat: repeat-x;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-heading {
    margin-top: 0px;
    margin-bottom: 16px;
  }

  .heading-14 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
  }

  .paragraph {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 15px;
  }

  .accordian-item-trigger {
    padding-right: 16px;
    padding-left: 16px;
  }

  .div-block-11.cs-card-1 {
    height: 70%;
  }

  .div-block-11.cs-card-2 {
    height: 70%;
    background-size: cover;
  }

  .div-block-11.cs-card-3 {
    width: 60%;
  }

  .heading-15 {
    display: block;
    margin-bottom: 8px;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 27px;
  }

  .heading-16 {
    margin-bottom: 8px;
    font-size: 27px;
  }

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

  .white-02 {
    margin-bottom: 24px;
    font-size: 15px;
  }

  .image-4 {
    margin-right: 16px;
    padding-top: 0px;
    padding-right: 0px;
  }

  .image-4.person {
    padding-right: 0px;
  }

  .image-4.person {
    padding-right: 0px;
  }

  .paragraph-3 {
    font-size: 15px;
  }

  .paragraph-4 {
    font-size: 15px;
  }

  .paragraph-5 {
    font-size: 15px;
  }

  .paragraph-6 {
    font-size: 15px;
  }

  .paragraph-7 {
    font-size: 15px;
  }

  .paragraph-8 {
    font-size: 15px;
  }

  .paragraph-9 {
    font-size: 15px;
  }

  .lottie-animation-3 {
    position: absolute;
    left: -294%;
    right: -4%;
    max-height: 37vh;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .logo {
    max-width: 100%;
  }

  .capabilities-brand {
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .heading-17 {
    margin-top: 144px;
    margin-bottom: 80px;
    font-size: 48px;
  }

  .div-block-12 {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .div-block-13 {
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .div-block-14 {
    margin-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .capabilities-off-white {
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .heading-18 {
    font-size: 48px;
  }

  .heading-19 {
    font-size: 48px;
  }

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

  .columns-3 {
    margin-bottom: 0px;
  }

  .cs_hero {
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .cs_hero.dt-img {
    background-size: cover;
  }

  .cs_hero.dt-img2 {
    background-size: cover;
  }

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

  .capabilities-black {
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .heading-20 {
    font-size: 24px;
  }

  .paragraph-10 {
    font-size: 24px;
  }

  .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 {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .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 {
    margin-bottom: 80px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .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 {
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
    background-size: 90%;
  }

  .capabilities-off-white-no-padding.cortex-approach-img {
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
    background-size: 90%;
  }

  .capabilities-off-white-no-padding.cortex-sharing-img {
    height: auto;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
    background-size: 90%;
  }

  .capabilities-off-white-no-padding.rock-online-img {
    height: 560px;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .capabilities-off-white-no-padding.rock-global-img {
    height: 584px;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .capabilities-off-white-no-padding.rock-com-img {
    height: 480px;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .capabilities-off-white-no-padding.ai-chal-img {
    height: 560px;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .capabilities-off-white-no-padding.ai-ds-img {
    height: 616px;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .capabilities-off-white-no-padding.ai-flex-img {
    height: 640px;
    padding-top: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .div-block-46 {
    height: 824px;
  }

  .text-block-32 {
    margin-bottom: 40px;
  }

  .capabilities-navy {
    padding-right: 16px;
    padding-left: 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 {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .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 {
    margin-bottom: 40px;
  }

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

  .div-block-56 {
    height: auto;
  }

  .div-block-57 {
    height: auto;
  }

  .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-right: 16px;
    padding-left: 16px;
  }

  .div-block-62 {
    height: auto;
  }

  .div-block-63 {
    height: auto;
  }

  .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 {
    margin-bottom: 80px;
  }

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

  .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: #000;
  }

  .text-span-5 {
    text-decoration: underline;
  }

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

  .case-card.deloitte {
    height: 400px;
  }

  .case-card.lms {
    height: 400px;
  }

  .case-card.virgin {
    height: 400px;
    background-color: #d8374a;
  }

  .div-block-87 {
    margin-left: 24px;
  }

  .heading.virgin {
    color: #efdcf0;
  }

  .desc.virgin {
    color: #efdcf0;
  }

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

  .grid-7 {
    grid-auto-flow: row;
    grid-row-gap: 40px;
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }

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

  .article-link {
    padding-bottom: 0vh;
  }

  .article-link.div {
    padding-bottom: 10vh;
  }

  .article {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(40vh, 40vh);
    grid-template-rows: minmax(40vh, 40vh);
  }

  .someelse {
    margin-bottom: 16px;
  }

  .someelse.bullet-list {
    padding-bottom: 16px;
  }

  .someelse.team-1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    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 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-2-copy.team-1 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .body_md-copy {
    font-size: 15px;
  }

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

  .body_md-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy {
    font-size: 15px;
  }

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

  .body_md-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy-copy {
    font-size: 15px;
  }

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

  .body_md-copy-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy {
    font-size: 15px;
  }

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

  .body_md-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy {
    font-size: 15px;
  }

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

  .body_md-copy.white-02 {
    margin-bottom: 0px;
  }

  .body_md-copy.white-02 {
    margin-bottom: 0px;
  }

  .accordian-item-trigger-copy {
    padding-right: 16px;
    padding-left: 16px;
  }

  .text-block-51 {
    font-size: 12px;
    line-height: 24px;
  }

  .div-block-93 {
    margin-top: 16px;
    padding: 16px;
  }

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

  .div-block-94 {
    padding-left: 8px;
  }

  .div-block-96 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

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

  .text-block-54 {
    font-size: 14px;
  }
}

#w-node-_4bb4bd42-5776-f155-407e-7703b9f029ba-66a0f0fc {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_3d633b64-b4cb-ca37-4655-523b718b7ae2-66a0f0fc {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_5349698d-38e6-b171-5155-bb1c4fc54f63-66a0f0fc {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-b1903ad9-a0c8-720e-4e0e-84c2d4265674-66a0f0fc {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-dd8890b9-6c57-3d09-bfc3-032f3b7c8634-66a0f0fc {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_465da297-7c9e-057b-f505-af2ba62300af-66a0f0fc {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f7432d84-de9d-d2e3-7b10-fb312294d770-66a0f0fc {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_2bca05b6-be49-2343-71a1-cfd1edec6d1a-66a0f0fc {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-f059717d-c736-7a87-24f6-e8ea0db0aab7-66a0f0fc {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-e533cbd9-7f40-249c-8288-2b72130c5237-66a0f0fc {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1ec26aee-a454-4cd5-3620-97ae149dd839-66a0f0fc {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a48956f0-5e41-e0e8-d94c-9f315a9b4334-66a0f0fc {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-be52ebc9-8dd0-5059-90d5-30016d33903a-66a0f0fc {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: start;
  align-self: start;
  -webkit-box-ordinal-group: -9998;
  -webkit-order: -9999;
  -ms-flex-order: -9999;
  order: -9999;
}

#w-node-_78afa582-1a20-61ff-773b-e8f515d5f8c7-15d5f8bb {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_43e1af1b-02f3-b80c-e0e9-2cd24fd27220-15d5f8bb {
  -ms-grid-column-align: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_6edc912d-a023-bec5-e88d-34487a2162fc-66a0f0fc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_6edc912d-a023-bec5-e88d-34487a216302-66a0f0fc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-_6edc912d-a023-bec5-e88d-34487a216308-66a0f0fc {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_78afa582-1a20-61ff-773b-e8f515d5f8c7-15d5f8bb {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_43e1af1b-02f3-b80c-e0e9-2cd24fd27220-15d5f8bb {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

