@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: Helvetica-bold;
  src: url(HelveticaNowDisplay-Bold.ttf);
}

@font-face {
  font-family: Akkurat;
  src: url(Akkurat.ttf);
}

@font-face {
  font-family: Enzyme;
  src: url(Enzyme.otf);
}

@font-face {
  font-family: NeueHaas-DisplayRoman;
  src: url(NeueHaasDisplayRoman.ttf);
}

@font-face {
  font-family: matter;
  src: url(matter-regular.woff2);
}

@font-face {
  font-family: matter-light;
  src: url(matter-light.woff2);
}

@font-face {
  font-family: Neue Haas Grotesk;
  src: url(NeueHaasDisplayMediu.ttf);
}

@font-face {
  font-family: Neue Haas Grotesk-light;
  src: url(NeueHaasDisplayLight.ttf);
}

@font-face {
  font-family: Migra-italic;
  src: url(MigraItalic-ExtralightItalic.ttf);
}

html,
body {
  height: 100%;
  width: 100%;
  color: #fff;
  font-family: matter;
  height: 100%;
  overflow-x: clip;
  font-size: 14px;
  user-select: none;
  font-feature-settings: "ss03" 1, "ss01" 1, "ss02" 1;

}


audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

em,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: inherit;
  letter-spacing: inherit;
}

a {
  text-decoration: none;
  color: #fff;
}

img {
  /* max-width: 100%; */
  display: inline-block;
  vertical-align: middle;
}

::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background-color: #181818;
}

::-webkit-scrollbar-thumb {
  background-color: #3e30ff;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgb(46, 21, 158);
}

#main {
  will-change: transform;
}


.c-navbar {
  z-index: 100;
  pointer-events: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  position: fixed;
  inset: 0% 0% auto;
  background-color: #040404;
}

.c-nav__baseline-wrapper {
  width: 100%;
  padding-left: 2.25em;
  padding-right: 2.25em;
}

.c-nav__baseline {
  border-bottom: 1px solid #666;
  opacity: 0;
  /* Start with opacity 0 */
  width: 92%;
  /* Make sure it takes up full width of the container */
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.6s cubic-bezier(.16, 1, .32, 1);
  position: absolute;
  inset: auto 0% 0%;
}

nav {
  width: 100%;
  max-width: 220rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25em;
  padding-right: 2.25em;
  display: block;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}

.logo {
  text-decoration: none;
  color: #fff;
  letter-spacing: .03em;
  font-size: 2.95rem;
  line-height: 1.2em;
  font-family: Neue Haas Grotesk-light;
}

.logo h1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo span {
  font-family: Migra-italic;
  font-size: 2.95rem;
}

.c-nav-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.menu-button {
  border: 1px solid white;
  cursor: pointer;
  border-radius: 20rem;
  flex: none;
  padding: 8px 16px;
  transition: color .8s cubic-bezier(.23, 1, .32, 1), background-color .8s cubic-bezier(.23, 1, .32, );
  display: block;
}

.c-overhead {
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2em;
}

.c-nav_cta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.c-btn {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: white;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 20rem;
  justify-content: space-between;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.c-btn.cc-nav-cta {
  border: 1px solid white;
  background-color: #0000;
  padding: 8px 16px;
  font-size: 14px;
  transition: color .8s cubic-bezier(.23, 1, .32, 1), background-color .8s cubic-bezier(.23, 1, .32, 1);
}

#menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  /* Below the menu-panel and nav */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.menu-panel {
  background-color: #0f1215;
  color: #ffffff;
  border: 1.2px solid #3a3a3a;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 520px;
  height: calc(100% - 20px);
  margin: 10px;
  padding: 24px;
  transition-property: all;
  transition-duration: .8ms;
  transition-timing-function: cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: fixed;
  inset: 0 0 0 auto;
  overflow: auto;
  transform: translate(110%);
  z-index: 1001;
}


#menu-overlay.active {
  opacity: 1;
  visibility: visible;
  /* Make overlay visible */
}

.c-nav_top {
  margin-bottom: 16px;
}

.c-nav_close {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: white;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: white;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: white;
  color: white;
  cursor: pointer;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  padding: 6px;
  transition-property: color, background-color;
  transition-duration: .4s, .4s;
  transition-timing-function: cubic-bezier(.23, 1, .32, 1), cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.close-svg {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.c-nav_list {
  flex-flow: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.c-nav_list_group {
  margin-top: 16px;
  margin-bottom: 16px;
}

.c-nav_link {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.c-nav-item_heading-wrap {
  position: relative;
  overflow: hidden;
}

.c-nav_link:hover .c-nav-heading_wrap {
  transform: translateY(-100%);
}

.c-nav-heading_wrap {
  transition: transform .5s;
}

.c-heading-7 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.4em;
}

.c-nav-heading_wrap.cc-repeat {
  position: absolute;
}

.c-underline-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.c-underline {
  background-color: #fff3;
  flex: none;
  width: 100%;
  height: 1px;
  max-height: 1px;
  transition: transform .5s cubic-bezier(.165, .84, .44, 1);
}

.c-underline.cc-into {
  background-color: #ffffff80;
}

.c-nav_link.w--current .c-underline {
  transform: translateX(calc(100% + 0.5rem));
}

.c-nav_link:hover .c-underline {
  transform: translateX(calc(100% + 0.5rem));
}

.c-nav_link .c-underline {
  transform: translateX(0%);
}

.c-nav_list_dropdown {
  margin-bottom: 12px;
}

.nav_link.c-nav_dropdown-trigger {
  cursor: pointer;
}

.c-nav-dropdown_cross-wrapper {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  display: flex;
  position: relative;
}

.c-nav-dropdown_line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
}

.c-nav_list_dropdown.cc-active .c-nav-dropdown_line.cc-rotate {
  transform: rotate(0deg);
}

.c-nav-dropdown_line.cc-rotate {
  transition: transform .5s;
  transform: rotate(90deg);
}

.c-nav_list_dropdown.cc-active .c-nav_dropdown-content {
  grid-template-rows: 1fr;
}

.c-nav_dropdown-content {
  display: grid;
  grid-template-rows: 0fr;
}

.c-nav_dropdown-content {
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.c-nav_dropdown-content>div {
  overflow: hidden;
}

.c-nav_link.c-nav_dropdown-trigger {
  cursor: pointer;
}

.c-nav_solutions {
  flex-flow: column;
  margin-top: .75rem;
  display: flex;
}

.c-nav-solutions {
  flex-flow: column;
  margin-top: .75rem;
  display: flex;
}

.c-nav_link.cc-solutions {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px #000;
  display: flex;
}

.c-nav_link-preview {
  border-radius: 4px;
  flex: none;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.c-nav_link-preview-img {
  object-fit: cover;
  object-position: 50% 50%;
  height: 100%;
  transition: transform .5s;
}

.c-nav_link-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.c-text-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.85rem;
  font-weight: 400;
  line-height: 1.3em;
}

.c-text-4.cc-gray {
  color: #727a83;
}

.c-nav_list_group.cc-contact {
  margin-top: 16px;
  margin-bottom: 24px;
}

.c-nav_list_group.mini-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: auto;
  margin-bottom: 0;
  display: grid;
}

.c-mini-link_wrapper {
  color: #727a83;
  font-size: 16px;
  line-height: 1.1;
}

.c-mini-link_text-list {
  position: relative;
  overflow: hidden;
}

.c-mini-link_text-wrapper {
  transition: transform .4s;
  position: relative;
}

.c-mini-link_text-wrapper.cc-repeat {
  position: absolute;
}

.c-mini-link_wrapper:hover .c-mini-link_text-wrapper {
  transform: translateY(-100%);
}


@media screen and (max-width: 767px) {
  .c-nav-dropdown_cross-wrapper {
    width: 1rem;
    height: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .menu-panel {
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin: 0;
  }
}



#page1 {
  width: 100%;
  background-color: #040404;
  position: relative;
  padding-top: 15rem;
  color: #fff;
}

.section-wrapper {
  width: 100%;
  max-width: 220rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25em;
  padding-right: 2.25em;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.case-title {
  font-size: 20rem;
  margin-bottom: 2vw;
  font-weight: 900;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10rem;
}

.filter-btn {
  background-color: #181A1C;
  border: none;
  padding: 2rem 4rem;
  margin: 1rem 0.9rem;
  cursor: pointer;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 0.4rem;
}

.filter-btn.active {
  background-color: #fff;
  color: #000;
}

.case-studies {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(53.3rem, 1fr));
  grid-auto-rows: auto;
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  width: 100%;
}

.case-study {
  padding-top: 4rem;
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 93rem;
  border-top: 1.5px solid #7a7a7a;
  /* background-color: #181A1C; */
}

.c-case-title {
  grid-column-gap: 3.2rem;
  align-items: flex-start;
  margin-bottom: auto;
  padding-bottom: 8.8rem;
  display: flex;
}

.c-case-title h2 {
  font-size: 4.8rem;
  font-weight: 500;
  line-height: 1.20833;
  font-weight: 400;
}

[aspect='1/1'] {
  aspect-ratio: 1 / 1;
}

.w-embeds:before,
.w-embed:after {
  content: " ";
  grid-area: 1/1/2/2;
  display: table
}

.w-embeds:after {
  clear: both
}

.w-embeds svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.c-case_ico {
  position: relative;
  flex: none;
  width: 1.6rem;
  margin-top: 2.4rem;
}

@media (min-width: 992px) {
  .c-case_ico {
    margin-top: 1.2rem;
  }
}

.case-study p {
  margin-top: 15rem;
  font-size: 2.5rem;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}

.case-study .thumbnail {
  width: 100%;
  height: 40rem;
  /* Initial cropped height of the thumbnail */
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: height 0.5s cubic-bezier(.39, .575, .565, 1);
  z-index: 1;
}

.case-study video {
  width: 100%;
  height: 40rem;
  /* Initial cropped height of the video */
  object-fit: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: height 0.5s cubic-bezier(.39, .575, .565, 1);
  z-index: 1;
  opacity: 0;
  /* Hide video initially */
}

.case-study.expanded .thumbnail {
  height: 70rem;
  /* Expand thumbnail */
}

.case-study.expanded video {
  opacity: 1;
  height: 70rem;
}

.case-study:hover {
  border-top: 1.5px solid #fff;
}

.case-study:hover p {
  opacity: 0;
}

.w-embed svg {
  width: 100%;
  height: 1.5rem;
  position: relative;
  object-fit: cover;
}

.o-container-wrapper {
  width: 100%;
  max-width: 240rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25em;
  padding-right: 2.25em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.o-container {
  width: 100%;
  position: relative;
}

.c-footer__tline {
  border-top: 1px solid #3d3d3d;
  transform-origin: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

[data-call="xline-fx"] {
  transform-origin: 0 50%;
}

.c-footer__head__inner {
  grid-row-gap: 4.7rem;
  flex-direction: column;
  flex: none;
  width: 74rem;
  margin-top: 6rem;
  margin-left: auto;
  display: flex;
}

.footer__inner-block {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.intxt {
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  color: #666;
}

.latest-deck-block {
  border: 1px solid #fff;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12.9rem;
  height: 3.6rem;
  padding: 1.4rem .4rem 1.4rem;
  line-height: 1.1;
  display: flex;
  color: #fff;
}

.latest-deck-block.u-gutter {
  width: auto;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

.o-container.c-footer-pane {
  flex-flow: wrap;
  margin-top: 10.1rem;
  margin-bottom: 9rem;
  display: flex;
  flex-wrap: wrap;
}

.c-footer-nav {
  display: flex;
}

.c-footer__sum {
  grid-row-gap: 1.7rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 38rem;
  padding-bottom: .2rem;
  display: flex;
}

.c-footer__sum.u-indstr {
  grid-row-gap: 2rem;
}

.c-footer__link {
  letter-spacing: .01em;
  white-space: nowrap;
  display: block;
  color: #fff;
}

.c-footer__link:hover,
.c-footer__sum__link:hover,
.c-socials__link:hover {
  color: #4644f3;
}



.c-footer__sum__link {
  text-transform: uppercase;
  flex: none;
  font-weight: 600;
  line-height: 1.1;
  display: block;
  color: #fff;
}

.c-footer__sum__link.u-gutter {
  margin-top: auto;
}

.c-footer__pane__inner {
  flex: none;
  width: 74rem;
}

.c-footer__block {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.c-socials {
  grid-column-gap: .8rem;
  grid-row-gap: 1.2rem;
  flex-wrap: wrap;
  width: 62rem;
  display: flex;
}

.intxt.c-socials__link {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 17.9rem;
  height: 3.6rem;
  padding: 1rem .4rem .9rem;
  line-height: 1.1;
  display: flex;
}

.c-footer__pane__btm {
  position: relative;
  flex: none;
  width: 100%;
  margin-top: 9rem;
  padding-top: 6rem;
  display: flex;

}

.c-footer__btm__dd {
  flex-direction: column;
  display: flex;
  justify-content: space-between;
  /* grid-column-gap: 26.2rem; */
  grid-row-gap: 2.2rem;
  flex-wrap: wrap;
  width: 100%;

}

.s-industries__list.c-footer__btm__dd__inner {
  display: flex;
}

.s-industries__item {
  width: 20rem;
  display: flex;
}

.industries__link {
  letter-spacing: .01em;
  white-space: nowrap;
  display: block;
  color: #fff;
}

.c-footer__sum.indus {
  width: calc(33.33%);
  /* Three items per row */
  flex: none;
}

.c-footer__sum.case_std {
  width: 74rem;
  flex: none;
}

.w-embed svg {
  width: 100%;
  height: 1.9rem;
  position: relative;
  object-fit: cover;
}

.fixed-footer {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #000000;
  overflow: hidden;
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0);
  border-top: 1px solid #fff;
}

.cc-showreel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  will-change: transform, opacity;
  transform: translate3d(0, 0, 0);
}

.cc-showreel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.footer-cc-show {
  width: 100%;
  height: 600px;
  padding-top: 3em;
  padding-bottom: 3em;
}

.footer-container {
  width: 100%;
  max-width: 240rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.25em;
  padding-right: 2.25em;
}

.footer-flex {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.cc-footer-content {
  grid-column-gap: 3px;
  grid-row-gap: 0em;
  place-content: end space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-service {
  background-color: #282a9a;
  color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  min-height: 100%;
  padding: 2em 1.95em;
  text-decoration: none;
  transition: all .5s cubic-bezier(.86, 0, .07, 1);
  display: flex
}

.footer-service:hover {
  background-color: #fff;
  color: #000;
}

.footer-cta-block {
  width: 100%;
  position: relative;
}

.block-header {
  grid-column-gap: 1em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1.5em;
  display: flex;
  text-transform: uppercase;
}

.footer-cta-arrow {
  transition: transform .5s cubic-bezier(.86, 0, .07, 1);
}

.footer-service:hover .footer-cta-arrow {
  transform: translateX(-0.5rem);
}

.block-title {
  max-width: 19.234em;
  transition: transform .5s cubic-bezier(.86, 0, .07, 1);
}

.title-heading-6 {
  letter-spacing: -.005em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.35em;
}

[balance] {
  text-wrap: balance;
}

.footer-cc-block-2 {
  max-width: 21em;
}

.c-text-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.123rem;
  font-weight: 400;
  line-height: 1.3em;
}

.c-get-in-touch {
  background-color: #1445c4;
  color: #fff;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  width: 70%;
  height: 100%;
  padding: 2em 1.95em;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.c-get-in-touch:hover .footer-cta-arrow {
  transform: translateX(-0.5rem);
}

.c-get-in-touch:hover {
  background-color: #fff;
  color: #000;
}

.footer-final-cta {
  width: 100%;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.button-arrow-wrap {
  justify-content: flex-end;
  width: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-embed-left {
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translateX(-100%);
  transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
}

.button-embed {
  transform: translateX(0);
  transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
  transition-delay: 0.1s;
}

.c-button:hover .button-embed-left {
  transform: translateX(0%);
  transition-delay: 0.2s;
}

.c-button:hover .button-embed {
  transform: translateX(100%);
}

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.c-line-overflow {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.c-footer-title {
  margin-bottom: 16px;
}

.c-heading-3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.535em;
  font-weight: 500;
  line-height: 1em;
}


.c-sub-para {
  margin-top: 2em;
  font-size: 1.545em;
  font-weight: 500;
  line-height: 1.5em;
}

.c-footer-cta {
  min-width: 180px;
}

.contact-cta {
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  display: flex;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.cta-button-text-wrap {
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1) 0.3s;
  position: relative;
  overflow: hidden;
}

.cta-button-text-wrap::after {
  content: attr(data-text);
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.3s ease-out;
  /* Smooth transitions */
  pointer-events: none;
  letter-spacing: -.01em;
  font-size: 2.425rem;
  line-height: 1.4em;
}

.cta-text-1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.425rem;
  line-height: 1.4em;
  transform: translateX(0);
  transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
  transition-delay: 0.1s;
  position: relative;
}

.button-arrow-wrap {
  justify-content: flex-end;
  width: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-embed-left {
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: translateX(-100%);
  transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
}

.button-embed {
  transform: translateX(0);
  transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
  transition-delay: 0.1s;
}

.c-button:hover .button-embed-left {
  transform: translateX(0%);
  transition-delay: 0.2s;
}

.c-button:hover .button-embed {
  transform: translateX(100%);
}

.w-embed:before,
.w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.c-line-overflow {
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.c-button-line-left {
  transform: translateX(-100%);
  transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
  justify-content: center;
  align-items: center;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.c-button-line {
  transform: translateX(0);
  height: 1px;
  transition: transform 0.75s cubic-bezier(.16, 1, .3, 1);
  transition-delay: 0.1s;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.c-button:hover .c-button-line-left {
  transform: translateX(0%);
  transition-delay: 0.2s;
}

.c-button:hover .c-button-line {
  transform: translateX(100%);
}

.contact-cta:hover .cta-button-text-wrap::after {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}

.contact-cta:hover .cta-text-1 {
  transform: translateY(-100%);
}

.contact-cta:hover .button-embed-left {
  transform: translateX(0%);
  transition-delay: 0.2s;
}

.contact-cta:hover .button-embed {
  transform: translateX(100%);
}

.contact-cta:hover .c-button-line-left {
  transform: translateX(0%);
  transition-delay: 0.2s;
}

.contact-cta:hover .c-button-line {
  transform: translateX(100%);
}

.footer-links {
  padding-top: 2.25em;
  padding-bottom: 0;
  position: relative;
}

.footer-legal-wrapper {
  grid-column-gap: 2.5em;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-legal-wrapper-left {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-text-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.795rem;
  font-weight: 400;
  line-height: 1.3;
  transition: opacity .4s;
}

.c-text-6.cc-link {
  color: #fff;
  text-decoration: none;
  transition: all .5s;
}

@media screen and (max-width: 767px) {
  .c-footer__btm__dd {
    width: 17rem
  }

}

/* Mobile & Tablet (<= 991px) */
@media screen and (max-width: 991px) {
  .intxt {
    font-size: 1.4rem;
  }

  /* .c-footer__pane__inner {
    order: 1;
    width: 100%;
    margin-left: 0;
  } */
  .c-socials {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
  }

  .c-footer__btm__dd {
    width: 50rem;
  }

  .s-industries__list.c-footer__btm__dd__inner {
    flex-direction: column;
  }

  .c-nav-dropdown_cross-wrapper {
    width: 2rem;
    height: 2rem;
  }
}

/* Desktop (>= 992px) */
@media (min-width: 992px) {
  .o-container.c-footer-pane {
    grid-row-gap: 8.4rem;
    flex-flow: column wrap;
    margin-top: 8.4rem;
  }

  .c-footer-nav {
    justify-content: space-between;
    /* grid-column-gap: 26.2rem; */
    grid-row-gap: 8.8rem;
    flex-wrap: wrap;
    width: 100%;
  }

  .c-footer__sum {
    width: 20rem;
  }

  /* .c-footer__pane__inner {
    order: 1;
    width: 100%;
    margin-left: 0;
  } */
  .c-socials {
    grid-column-gap: 0;
    grid-row-gap: .5rem;
  }

  .s-industries__list.c-footer__btm__dd__inner {
    /* grid-column-gap: 26.2rem; */
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    width: 100%;
  }
}

/* ------------------------------------navbar responsive */


@media (min-aspect-ratio: 16/9) {
  .back-video {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  .back-video {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 940px) {
  nav {
    justify-content: space-between;
    /* Ensure items are spaced correctly */
    align-items: center;
  }

  .menu-btn {
    margin-left: auto;
    /* Push to the right */
  }

  nav .nav-part2 {
    position: fixed;
    top: 6vh;
    left: -100%;
    background: #090809;
    height: 100vh;
    width: 100%;
    display: block;
    text-align: left;
    padding: 4vw 4vw;
    transition: all 0.3s ease;
  }

  nav h1 {
    transform: translateY(0%);
  }

  #click:checked~.menu-btn i:before {
    content: "\f00d";
  }

  .nav-part2 .nav-elem {
    margin-top: 4vw;
  }

  .nav-part2 .nav-elem h4 {
    padding-bottom: 1vw;
    border-bottom: 1px solid #fff;
  }

  .nav-part2 .nav-elem h4 {
    font-size: 2vw;
  }

  .nav-part2 .nav-elem a h5 span {
    /* margin: 40px 0; */
    font-size: 2vw;
  }

  .nav-part2 h4:hover {
    color: #ffffff93;
  }

  .nav-part2 h5 span:hover {
    color: #ffffff93;
  }

  nav a button {
    display: flex;
    transform: translateY(0%);
    margin-left: 1rem;
  }

  nav .menu-btn i {
    display: block;
    font-size: 2vw;
  }

  #click:checked~.nav-part2 {
    left: 0%;
  }

  #nav-bottom {
    display: none;
  }
}

@media (max-width: 598px) {
  :root {
    font-size: 2.3255813953488373vw;
  }

  .c-navbar {
    padding: 8px 1.25em;
  }

  nav {
    max-width: 240rem;
    padding: 0;
  }

  .c-nav-cta {
    display: none;
  }

  .logo {
    font-size: 1.8rem;
  }

  .logo span {
    font-size: 1.8rem;
    flex: none;
  }

  .menu-button {
    padding: 6px 16px;
  }

  .c-heading-7 {
    font-size: 2.2rem;
  }

  .c-overhead {
    font-size: 1.5rem;
    line-height: 1.5em;
  }

  .o-container.c-footer-pane {
    flex-direction: column;
  }

  .c-footer-nav {
    width: 100%;
    flex-direction: column;
    gap: 3rem;
  }
  .case-title{
    font-size: 5rem;
  }
  .filter-btn{
    font-size: 1.5rem;
    padding: 2rem 2rem;
  }
  .case-studies{
    display: flex;
    flex-direction: column;
  }
  .case-study{
    width: 100%;
  }

  .s-industries__list.c-footer__btm__dd__inner {
    gap: 2rem;
  }

  .c-footer__pane__inner {
    width: 100%;
  }

  .c-socials {
    width: 100%;
  }

  .c-footer__sum.case_std {
    width: fit-content;
  }

  .footer-cc-show {
    height: auto;
  }

  .cc-footer-content {
    flex-direction: column;
    grid-row-gap: .2em;
  }

  .footer-service {
    width: 100%;
  }

  .c-footer-cta {
    min-width: 200px;
  }

  .footer-cc-block-2 {
    margin-top: 2rem;
  }

  .c-text-4 {
    font-size: 1.8rem;
  }

  .c-get-in-touch {
    width: 100%;
  }

  .title-heading-6 {
    font-size: 1.5em;
  }

  .footer-final-cta {
    margin-top: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .c-heading-3 {
    font-size: 4.5rem;
  }

  .footer-legal-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  .footer-legal-wrapper-left {
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 1em;
  }
}