body {
  color: #ffffffbf;
  background-color: #070613;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-size: 72px;
  font-weight: 600;
  line-height: 1.11111;
}

h2 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
}

p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}

a {
  text-decoration: underline;
}

.global-embed {
  position: fixed;
  inset: 0% 0% auto;
}

.c-button {
  color: #fff;
  background-color: #0756f9;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 17px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3125;
  transition: background-color .4s;
  display: flex;
}

.c-button:hover {
  background-color: #3172fa;
}

.c-button.cc-sm {
  padding: 10.5px 12px;
  font-size: 14px;
  line-height: 1.35714;
}

.c-button.cc-outline {
  -webkit-backdrop-filter: blur(11.5px);
  backdrop-filter: blur(11.5px);
  background-color: #07061399;
  border: 1px solid #fff3;
  transition: all .4s, background-color .4s;
  box-shadow: inset 0 4px 6.2px #0003, inset 0 -4px 15.6px #0756f926;
}

.c-button.cc-outline:hover {
  box-shadow: inset 0 4px 6.2px #25252599, inset 0 -4px 15.6px #263e7099;
}

.c-button.cc-outline.cc-sm.cc-hide-desktop {
  display: none;
}

.button-icon {
  flex: none;
  width: 16.5px;
  height: 16.5px;
  margin-left: 9.5px;
}

.c-section {
  width: 83%;
  max-width: 1960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-section {
  position: relative;
  overflow: hidden;
}

.c-nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.company-logo {
  width: 190px;
  height: 34px;
}

.c-img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
}

.c-img.cc-cover {
  object-fit: cover;
}

.nav-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
}

.nav-link {
  border-radius: 8px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  transition: background-color .4s;
}

.nav-link:hover {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff0f;
}

.c-hero {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.hero-cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-cta_subtext {
  max-width: 540px;
  margin-top: 10px;
  margin-bottom: 32px;
}

.hero-cta_flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uc-color-gradient {
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(260deg, #fdd073 25%, #ea394d 50%, #0756f9 75%, #0756f9);
  -webkit-background-clip: text;
  background-clip: text;
}

.video-container {
  border: 1px solid #ffffff4a;
  border-radius: 16px;
  width: 75.2%;
  max-width: 1200px;
  height: 500px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.c-video {
  position: absolute;
  inset: 0%;
}

.play-button {
  -webkit-backdrop-filter: blur(18.7px);
  backdrop-filter: blur(18.7px);
  cursor: pointer;
  background-color: #07061399;
  border: 1.57px solid #ffffff1f;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 88px;
  height: 88px;
  padding: 25px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 6.29px 9.74px #ffffff17, inset 0 -6.29px 24.51px #0756f926;
}

.play-button.cc-hide {
  display: none;
}

.c-clients {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-tag {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff08;
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  display: inline-block;
  box-shadow: inset 0 4px 6.2px #ffffff17;
}

.clients-header {
  letter-spacing: -.4px;
  max-width: 530px;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.brands-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  display: flex;
}

.brand-image {
  max-width: 108px;
  max-height: 45px;
}

.about-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.about-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.about-header_container {
  max-width: 550px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.about-grid_container {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.approach-section {
  text-align: center;
  padding-top: 80px;
}

.approach-details {
  grid-column-gap: 2.6%;
  grid-row-gap: 2.6%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 56px;
  margin-bottom: 56px;
  display: grid;
}

.c-approach {
  color: #ffffff80;
  text-align: left;
  letter-spacing: -.3px;
  cursor: pointer;
  background-color: #0c0c18;
  border: 1px solid #0000;
  border-radius: 8px;
  padding: 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55556;
  transition: all .8s;
  position: relative;
}

.c-approach.cc-active {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-image: linear-gradient(#0756f93b, #070613);
  border-color: #0756f933;
  box-shadow: inset 0 4px 6.2px #ffffff17, inset 0 -4px 15.6px #0756f926;
}

.approach-image {
  background-color: #161621;
  border-radius: 8px;
  width: 56px;
  height: 56px;
  margin-bottom: 40px;
  padding: 18px;
  transition: background-color .8s;
}

.approach-image.cc-active {
  background-color: #0756f9;
}

.approach-line {
  border: 1px solid #fff0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 73%;
  height: 4px;
  transition: all .8s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}

.approach-line.cc-active {
  -webkit-backdrop-filter: drop-shadow(0 4px 6.6px #00000040);
  backdrop-filter: drop-shadow(0 4px 6.6px #00000040);
  background-color: #0756f9;
  border-color: #ffffff1c;
  box-shadow: inset 0 1px 2px #ffffff40;
}

.approach-slide_container {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid #0756f933;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 6.2px #ffffff17, inset 0 -4px 15.6px #0756f926;
}

.services-section, .services-list {
  padding-top: 80px;
}

.service-flex {
  grid-column-gap: 8.7%;
  grid-row-gap: 8.7%;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

.service-image {
  border-radius: 16px;
  flex: none;
  width: 50%;
  max-width: 50%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.service-title {
  max-width: 480px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.service-description {
  margin-top: 32px;
  margin-bottom: 32px;
}

.service-tags_container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-tag {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #ffffff08;
  border: 1px solid #ffffff1f;
  border-radius: 30px;
  padding: 8px 16px;
  display: inline-block;
}

.service-image_overlay {
  background-image: url('../images/service-overlay.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.projects-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.projects-flex {
  grid-column-gap: 8%;
  grid-row-gap: 8%;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
  display: flex;
}

.projects-header {
  max-width: 500px;
}

.projects-list {
  flex: 1;
  max-width: 604px;
}

.project {
  color: #ffffff80;
  cursor: pointer;
  margin-bottom: 24px;
  transition: color .4s;
}

.project:hover {
  color: #fff;
}

.project-flex {
  justify-content: space-between;
  align-items: center;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.14286;
  display: flex;
}

.project-line {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  position: relative;
}

.project-line-fill {
  background-color: #ffffff80;
  width: 0%;
  transition: width .4s;
  position: absolute;
  inset: 0%;
}

.project-icon {
  flex: none;
  width: 32px;
  height: 32px;
  margin-left: 32px;
  overflow: hidden;
}

.bottom-section {
  position: relative;
  overflow: hidden;
}

.contact-section {
  padding-top: 184px;
  padding-bottom: 184px;
}

.contact-inner {
  -webkit-backdrop-filter: blur(14.5px);
  backdrop-filter: blur(14.5px);
  color: #ffffff80;
  background-image: linear-gradient(#070613 70%, #17091f);
  border-radius: 16px;
  padding: 48px 56px;
}

.contact-header {
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-subtext {
  margin-top: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.14286;
}

.c-form_field {
  flex: 1;
  margin-bottom: 24px;
}

.c-label_wrapper {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  display: flex;
}

.c-label {
  font-weight: 500;
  line-height: 1.75;
}

.c-input_wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.c-input {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #0c0c18;
  border: 1px solid #3d3d46;
  border-radius: 8px;
  min-height: 60px;
  margin-bottom: 0;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  transition: all .4s;
  position: relative;
}

.c-input:focus {
  border-width: 1px;
  border-color: #0756f9;
  box-shadow: 0 4px 6.2px #0003, inset 0 -4px 15.6px #0756f959;
}

.c-input::placeholder {
  color: #ffffff40;
}

.c-input.cc-textarea {
  width: 100%;
  max-width: 100%;
  min-height: 145px;
}

.form-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-section {
  background-image: linear-gradient(0deg, #0c0c1800, #3f3f7e1a);
  padding-top: 80px;
  padding-bottom: 45px;
}

.footer-inner {
  grid-column-gap: 12%;
  grid-row-gap: 12%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-btn_flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 50px;
  display: flex;
}

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

.social-links_container.cc-hide-desktop {
  display: none;
}

.social-link {
  flex: none;
  width: 24px;
  height: 24px;
  margin-right: 16px;
  transition: opacity .4s;
}

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

.footer-links_wrapper {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-links_header {
  opacity: .5;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.42857;
}

.footer-link {
  border-radius: 8px;
  margin-bottom: 8px;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3125;
  transition: background-color .4s;
  display: block;
}

.footer-link:hover {
  background-color: #ffffff0f;
}

.footer-links_block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-link {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  display: flex;
}

.contact-link_icon {
  color: #3d3d46;
  flex: none;
  width: 24px;
  height: 24px;
  margin-right: 24px;
  transition: color .4s;
}

.footer-bottom {
  border-top: 1px solid #3d3d46;
  margin-top: 220px;
  padding-top: 38px;
}

.copyright {
  opacity: .5;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3125;
}

.header-bg {
  opacity: .5;
  background-image: url('../images/Frame-35677414.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2970px;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
}

.approach-slide_inner {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.approach-slide {
  background-image: url('../images/slide-lines.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex: none;
  width: 100%;
  padding-top: 86px;
  padding-bottom: 152px;
  position: relative;
}

.approach-slide_flex {
  z-index: 2;
  text-align: left;
  justify-content: space-between;
  align-items: center;
  width: 76%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.approach-slide_text {
  max-width: 42.5%;
}

.approach-slide_details {
  max-width: 49%;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.4;
}

.approach-slide_icon {
  width: 56px;
  height: 56px;
  margin-bottom: 40px;
}

.approach-slide_line {
  z-index: 3;
  -webkit-backdrop-filter: drop-shadow(0 4px 6.6px #00000040);
  backdrop-filter: drop-shadow(0 4px 6.6px #00000040);
  background-color: #0756f9;
  border: 1px solid #0756f9;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 76%;
  height: 4px;
  transition: top 2.5s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  box-shadow: inset 0 1px 2px #ffffff40;
}

.approach-slide_line.cc-test {
  opacity: 1;
}

.approach-slide_bg {
  opacity: 0;
  background-image: url('../images/approach-slide-bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .6s;
  position: absolute;
  top: 0;
  left: 5.5%;
  right: 5.5%;
}

.approach-slide_bg.cc-active {
  opacity: 1;
  bottom: 0;
}

.approach-slide_navigation {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  position: absolute;
  bottom: 32px;
  right: 32px;
}

.slide-button {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  cursor: pointer;
  background-color: #07061399;
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  box-shadow: inset 0 4px 6.2px #ffffff17, inset 0 -4px 15.6px #0756f926;
}

.slide-button.swiper-button-disabled {
  color: #393842;
  cursor: not-allowed;
  box-shadow: inset 0 4px 6.2px #ffffff17;
}

.slide-button_icon {
  pointer-events: none;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.footer-bg {
  background-image: url('../images/footer-gradient.svg');
  background-position: 50% 750px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 2970px;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
}

.contact-container {
  color: #ffffff80;
  background-image: linear-gradient(#3d3d46 25%, #9696ac00 50%, #7e7e9145 75%, #63637191);
  border-radius: 16px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 1px;
  position: relative;
  overflow: hidden;
}

.project-popup {
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background-color: #070713c9;
  padding-top: 124px;
  padding-bottom: 124px;
  transition-property: opacity;
  transition-duration: .4s;
  transition-timing-function: ease;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.project-popup.cc-active {
  opacity: 1;
  visibility: visible;
}

.popup-inner {
  background-color: #0c0c18;
  border-radius: 16px;
  width: 88.4%;
  max-width: 1960px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 120px;
}

.popup-close_btn {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  background-color: #07061399;
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin-bottom: 40px;
  margin-left: auto;
  padding: 16px;
  transition: all .5s;
  box-shadow: inset 0 4px 6.2px #ffffff17, inset 0 -4px 15.6px #0756f926;
}

.popup-close_btn:hover {
  transform: rotate(90deg);
  box-shadow: inset 0 4px 15px #ffffff17, inset 0 4px 15.6px #0756f926;
}

.popup-details_block {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.popup-details_image {
  border-radius: 16px;
  width: 160px;
  height: 160px;
  margin-bottom: 64px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.popup-details_image.cc-white-bg {
  background-color: #fff;
}

.popup-details_image.cc-red-bg {
  background-color: #eb1c24;
}

.popup-details_title {
  margin-bottom: 64px;
}

.popup-details_text p {
  color: #ffffffbf;
  margin-bottom: 40px;
}

.popup-details_text a {
  text-decoration: underline;
}

.popup-video_container {
  border-radius: 16px;
  max-width: 1200px;
  height: 500px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.nav-open_btn {
  flex: none;
  width: 32px;
  height: 32px;
  display: none;
}

.nav-links_flex.cc-hide-desktop {
  display: none;
}

.menu-close_btn {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  cursor: pointer;
  background-color: #07061399;
  border: 1px solid #ffffff1f;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin-left: auto;
  padding: 16px;
  transition: all .5s;
  box-shadow: inset 0 4px 6.2px #ffffff17, inset 0 -4px 15.6px #0756f926;
}

.menu-close_btn:hover {
  transform: rotate(90deg);
  box-shadow: inset 0 4px 15px #ffffff17, inset 0 4px 15.6px #0756f926;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 46px;
  }

  p {
    font-size: 15px;
  }

  .c-section {
    width: 90%;
  }

  .company-logo {
    width: 180px;
  }

  .hero-cta {
    max-width: 680px;
  }

  .video-container {
    width: 80%;
    height: 400px;
    margin-bottom: 60px;
  }

  .play-button {
    width: 78px;
    height: 78px;
  }

  .brands-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .brand-image {
    max-width: 98px;
  }

  .about-grid_container {
    grid-column-gap: 7%;
    grid-row-gap: 7%;
  }

  .approach-details {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
  }

  .c-approach {
    padding: 22px;
    font-size: 16px;
    font-weight: 400;
  }

  .approach-image {
    width: 50px;
    height: 50px;
    padding: 14px;
  }

  .service-flex {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }

  .service-title {
    font-size: 34px;
  }

  .projects-flex {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }

  .projects-header {
    max-width: 300px;
  }

  .project {
    color: #fff;
  }

  .project-flex {
    font-size: 26px;
  }

  .project-line {
    margin-top: 24px;
  }

  .project-line-fill {
    width: 100%;
  }

  .contact-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contact-inner {
    padding: 38px 36px;
  }

  .contact-subtext {
    font-size: 28px;
  }

  .footer-inner {
    grid-column-gap: 5%;
    grid-row-gap: 5%;
  }

  .footer-btn_flex {
    flex-flow: wrap;
    max-width: 300px;
  }

  .footer-links_wrapper {
    grid-column-gap: 4%;
    grid-row-gap: 4%;
  }

  .footer-link, .contact-link {
    font-size: 14px;
  }

  .contact-link_icon {
    color: #fff;
    width: 20px;
    height: 20px;
    margin-right: 18px;
  }

  .footer-bottom {
    margin-top: 170px;
  }

  .approach-slide {
    padding-bottom: 100px;
  }

  .approach-slide_flex {
    width: 80%;
  }

  .approach-slide_details {
    font-size: 34px;
  }

  .approach-slide_icon {
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
  }

  .approach-slide_line {
    width: 80%;
  }

  .approach-slide_bg {
    left: 2.5%;
    right: 2.5%;
  }

  .approach-slide_navigation {
    right: 50px;
  }

  .contact-container {
    width: 60%;
  }

  .project-popup {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .popup-inner {
    padding-bottom: 80px;
  }

  .popup-details_block {
    width: 95%;
  }

  .popup-details_image {
    width: 130px;
    height: 130px;
    margin-bottom: 45px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .popup-details_title {
    margin-bottom: 45px;
  }

  .popup-video_container {
    height: 400px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 767px) {
  h1, h2 {
    font-size: 40px;
  }

  p {
    font-size: 16px;
  }

  .c-button.cc-outline.cc-sm.cc-hide-mobile {
    display: none;
  }

  .c-button.cc-outline.cc-sm.cc-hide-desktop {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 16px;
    display: flex;
  }

  .c-nav {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .company-logo {
    width: 134px;
    height: 25px;
  }

  .company-logo.cc-footer {
    width: 190px;
    height: 35px;
  }

  .nav-links {
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background-color: #0c0c18;
    flex-flow: column;
    width: 100vw;
    height: 100vh;
    padding-top: 24px;
    padding-right: 16px;
    transition-property: opacity;
    transition-duration: .6s;
    transition-timing-function: ease;
    top: 0;
  }

  .nav-links.cc-show {
    opacity: 1;
    visibility: visible;
  }

  .nav-link {
    font-size: 20px;
  }

  .c-hero {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .hero-cta {
    max-width: 350px;
  }

  .hero-cta_flex {
    flex-flow: column;
    align-self: stretch;
    align-items: stretch;
  }

  .video-container {
    width: 100%;
    height: 500px;
    margin-bottom: 48px;
  }

  .play-button {
    width: 88px;
    height: 88px;
  }

  .c-clients {
    padding-top: 40px;
  }

  .clients-header {
    max-width: 400px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .brands-block {
    grid-column-gap: 40px;
    grid-row-gap: 45px;
    flex-flow: wrap;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .brand-image {
    max-width: 108px;
  }

  .about-section {
    padding-top: 88px;
    padding-bottom: 48px;
  }

  .about-inner {
    padding-bottom: 40px;
  }

  .about-grid_container {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .approach-section {
    padding-top: 48px;
  }

  .approach-details {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
  }

  .c-approach {
    width: 56px;
    height: 56px;
    padding: 0;
  }

  .approach-image {
    width: 56px;
    height: 56px;
    margin-bottom: 0;
  }

  .approach-line {
    display: none;
  }

  .approach-slide_container {
    overflow: visible;
  }

  .services-section {
    padding-top: 40px;
  }

  .services-list {
    padding-top: 32px;
  }

  .service-flex {
    flex-flow: column;
  }

  .service-image {
    width: 100%;
    max-width: none;
    height: 50vw;
    margin-bottom: 24px;
  }

  .service-title {
    font-size: 40px;
  }

  .service-description {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .service-tag.cc-hide-mobile {
    display: none;
  }

  .projects-section {
    padding-bottom: 48px;
  }

  .projects-flex {
    flex-flow: column;
  }

  .projects-header {
    text-align: center;
    max-width: 330px;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .projects-list {
    align-self: stretch;
    max-width: none;
  }

  .project-flex {
    font-size: 24px;
  }

  .project-line {
    margin-top: 18px;
  }

  .contact-section {
    padding-top: 80px;
    padding-bottom: 207px;
  }

  .contact-inner {
    padding: 48px 16px;
  }

  .contact-subtext {
    margin-top: 8px;
    font-size: 24px;
  }

  .c-input_wrapper {
    flex-flow: column;
  }

  .form-flex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: stretch;
  }

  .footer-section {
    padding-top: 56px;
  }

  .footer-inner {
    flex-flow: column;
    align-items: stretch;
  }

  .footer-btn_flex {
    max-width: 500px;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .social-links_container {
    width: 100%;
  }

  .social-links_container.cc-hide-mobile {
    display: none;
  }

  .social-links_container.cc-hide-desktop {
    display: flex;
  }

  .footer-links_wrapper {
    grid-column-gap: 0%;
    grid-row-gap: 32px;
    flex-flow: wrap;
  }

  .footer-links_container {
    width: 50%;
  }

  .footer-links_container.cc-full-width {
    width: auto;
  }

  .footer-link, .contact-link {
    font-size: 16px;
  }

  .footer-bottom {
    margin-top: 80px;
    padding-top: 32px;
  }

  .approach-slide {
    padding-top: 63px;
    padding-bottom: 50px;
  }

  .approach-slide_flex {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 86%;
  }

  .approach-slide_text, .approach-slide_details {
    max-width: none;
  }

  .approach-slide_icon {
    width: 56px;
    height: 56px;
    margin-bottom: 24px;
  }

  .approach-slide_line {
    width: 86%;
  }

  .approach-slide_bg {
    left: 0%;
    right: 0%;
  }

  .approach-slide_navigation {
    bottom: 0;
    left: 50%;
    right: auto;
    transform: translate(-50%, 88px);
  }

  .contact-container {
    width: auto;
  }

  .uc-hide-mobile {
    display: none;
  }

  .approach-slide_wrapper {
    padding-bottom: 88px;
    overflow: hidden;
  }

  .contact-form {
    flex-flow: column;
    display: flex;
  }

  .project-popup {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .popup-inner {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .popup-details_image {
    width: 100px;
    height: 100px;
    margin-bottom: 64px;
  }

  .popup-details_title {
    margin-bottom: 64px;
  }

  .popup-details_text p {
    margin-bottom: 30px;
  }

  .popup-video_container {
    width: 100%;
    height: 500px;
    margin-top: 64px;
  }

  .nav-open_btn {
    width: 24px;
    height: 24px;
    display: block;
  }

  .nav-links_flex {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    margin-bottom: 162px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .nav-links_flex.cc-hide-desktop {
    display: flex;
  }

  .nav-btn_flex {
    align-self: stretch;
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media screen and (max-width: 479px) {
  .approach-details {
    grid-column-gap: 2.5%;
    grid-row-gap: 2.5%;
  }

  .c-approach {
    width: 18%;
  }

  .approach-image {
    width: 100%;
  }

  .service-image {
    height: 80vw;
  }

  .c-form_field {
    width: 100%;
  }

  .c-input {
    min-width: 0;
  }

  .footer-btn_flex {
    flex-flow: column;
    align-items: stretch;
  }

  .contact-container {
    width: auto;
  }

  .popup-video_container {
    height: 400px;
  }
}


