:root {
  --black: black;
  --white: white;
  --purple: #7e29cd;
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.12;
}

h1 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 109px;
  font-weight: 900;
  line-height: 110px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

.nav-contianer {
  width: 100%;
  max-width: 1180px;
  min-height: 60px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo {
  width: 100%;
  height: 40px;
}

.logo.zero-size {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: var(--white);
}

.nav-link:hover {
  background-image: url('../images/white-nav-hover.svg');
  background-position: 50% 44px;
  background-repeat: no-repeat;
  background-size: auto;
}

.nav-link.w--current {
  color: var(--purple);
  background-image: url('../images/Vector-1967.svg');
  background-position: 50% 44px;
  background-repeat: no-repeat;
}

.nav-link.current-black.w--current {
  color: var(--black);
  background-image: url('../images/black-nav-hover.svg');
  background-position: 50% 44px;
  background-size: auto;
}

.blank {
  width: 70px;
}

.hero-section {
  width: 100%;
  height: 100svh;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 20px;
}

.container.flex-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.container.services {
  grid-column-gap: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 200px;
  display: flex;
}

.container.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.container.choose-us {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.bg-video {
  z-index: -2;
  width: 100%;
  height: 100svh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-overlay-shade {
  z-index: -1;
  height: 100svh;
  background-image: linear-gradient(#000 3%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.primary-btn {
  background-color: var(--purple);
  color: var(--black);
  border-radius: 12px;
  padding: 20px 24px;
  text-decoration: none;
}

.primary-btn.flex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  align-items: center;
  display: flex;
}

.primary-btn.small {
  padding: 14px 20px;
}

.hero-title {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 100px;
  line-height: 1.07;
}

.marquee-wrapper {
  z-index: 3;
  width: 103%;
  height: 88px;
  max-width: 104%;
  background-color: var(--purple);
  justify-content: center;
  margin-left: -12px;
  display: flex;
  transform: rotate(7deg);
}

.marquee-text {
  color: var(--white);
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
}

.dot {
  width: 16px;
  height: 16px;
  background-color: var(--white);
  color: var(--white);
  border-radius: 500px;
  flex: none;
}

.marquee-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--black);
  flex: none;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.marquee-content._2 {
  color: var(--black);
}

.camera-icon {
  width: 24px;
  height: 24px;
}

.text-block {
  color: var(--white);
}

.about-us-section {
  width: 100%;
  margin-top: 36px;
  margin-bottom: 36px;
  padding-bottom: 72px;
  overflow: hidden;
}

.about-us-media-wrapper {
  flex: 1;
  position: relative;
}

.small-text {
  width: 30ch;
  font-size: 16px;
  font-weight: 500;
}

.large-text {
  width: 19ch;
  margin-bottom: 72px;
  font-size: 40px;
  line-height: 1.17;
}

.about-us-video {
  z-index: -1;
  width: 100%;
  height: 400px;
  border-radius: 12px;
}

.video-wrapper {
  width: 100%;
}

.video-wrapper.desktop-hidden {
  display: none;
}

.about-us-img-wrap {
  z-index: -2;
  position: absolute;
  top: auto;
  bottom: -35%;
  left: auto;
  right: -27%;
}

.partnerships-section {
  width: 100%;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 100px;
  position: static;
}

.partnerships-headingcontainer {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.partnerships-headingorange {
  color: #ff4800;
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 90px;
}

.partnerships-headingwhite {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 90px;
}

.partners {
  justify-content: center;
  margin-top: 140px;
  display: flex;
  position: relative;
}

.image {
  width: 803px;
  height: 106px;
  margin-bottom: 0;
}

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

.service-wrapper {
  width: 100%;
  height: 400px;
  margin-top: 260px;
}

.service-description {
  width: 100%;
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.17;
}

.services-lettalkbutton {
  width: 150px;
  height: 60px;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  font-size: 26px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.service-content-wrap {
  max-width: 43%;
  flex: 0 auto;
  padding-bottom: 272px;
}

.service-title {
  width: 100%;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 900;
}

.services-media-wrapper {
  width: 100%;
  height: 100svh;
  grid-column-gap: 24px;
  flex: 0 auto;
  align-items: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 15%;
}

.brand {
  width: 80px;
  padding-left: 0;
}

.brand.w--current {
  padding-left: 0;
  position: relative;
}

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

.marquee-section {
  width: 100%;
  max-width: 100%;
  margin-top: -226px;
  padding-top: 173px;
  padding-bottom: 173px;
  overflow: hidden;
}

.chooseus-reasons-subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.chooseus-section {
  flex-direction: column;
  align-items: center;
  margin-top: 64px;
  margin-bottom: 175px;
  display: flex;
}

.chooseus-heading {
  color: #fff;
  margin-bottom: 31px;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}

.chooseus-whyuscontainer {
  width: 50%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.chooseus-subheading {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 52px;
  font-size: 20px;
  font-weight: 500;
}

.chooseus-reasonscontainer {
  width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.chooseus-discussbutton {
  max-width: 224px;
  background-color: var(--purple);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 8px;
  padding: 20px;
  font-size: 28px;
  font-weight: 800;
  text-decoration: none;
}

.chooseus-reasoncontainer {
  margin-bottom: 139px;
}

.chooseus-reasons-title {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.2;
}

.progress-cardscontainer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

.progress-title {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.25;
}

.progress-card-black {
  width: 33%;
  background-color: #000;
  border-radius: 28px;
  padding: 32px 22px;
}

.progress-card-description {
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
}

.progress-card-heading {
  margin-bottom: 20px;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
}

.progress-section {
  width: auto;
  background-color: #7e29cd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 62px;
  display: flex;
  overflow: hidden;
}

.progress-letsdoitbutton {
  height: 75px;
  max-width: 360px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  align-self: flex-start;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 32px;
  font-weight: 800;
  text-decoration: none;
  display: block;
}

.progress-card-white {
  width: 33%;
  background-color: var(--white);
  color: var(--black);
  border-radius: 28px;
  padding: 32px 22px;
}

.progress-card-number {
  font-size: 52px;
  font-weight: 900;
}

.contactus-card-header {
  width: 15ch;
  color: #fff;
  font-size: 42px;
  font-weight: 900;
}

.contactus-card-detail-description {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.contactus-card-detail-header-text {
  color: var(--white);
  margin-left: 8px;
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
}

.contactus-card {
  width: 100%;
  background-color: #7e29cd;
  border-radius: 32px 32px 0 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 16px;
  display: flex;
}

.contactus-card-detail-header {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.footer-section {
  position: relative;
}

.contactus-rightsreserved {
  width: 100%;
  color: var(--black);
  text-align: center;
  margin-top: 60px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}

.contactus-card-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-top: 40px;
  display: flex;
}

.contactus-extrawhitebackground {
  z-index: -1;
  width: 100%;
  height: 100px;
  background-color: #fff;
  display: none;
  position: absolute;
  bottom: -34px;
}

.contactus-card-detail {
  width: 289px;
  text-decoration: none;
}

.contactus-card-headercontainer {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.social-media-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

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

.projects-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gridcell-wrapper {
  min-height: 240px;
}

.projects-title {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 52px;
  font-weight: 900;
}

.service-video {
  z-index: 0;
  width: 100%;
  max-height: 80svh;
  max-width: 100%;
  object-fit: fill;
  border-radius: 12px;
  position: absolute;
}

.service-video-wrapper {
  z-index: -1;
  width: 100%;
  height: 400px;
  filter: none;
  margin-bottom: 100px;
  position: absolute;
}

.service-video-wrapper:hover {
  filter: none;
}

.service-video-wrapper._2 {
  z-index: -2;
}

.service-video-wrapper._3 {
  z-index: -3;
}

.service-video-wrapper._4 {
  z-index: -4;
}

.service-video-wrapper._5 {
  z-index: -5;
}

.service-video-wrapper._6 {
  z-index: -6;
}

.service-video-wrapper._7 {
  z-index: -7;
}

.mobile-service-video-wrap {
  width: 100%;
  margin-bottom: 20px;
}

.mobile-service-video-wrap.desktop-hidden {
  display: none;
}

.black {
  color: var(--black);
  font-size: 52px;
}

.social-icon {
  width: 100%;
  height: 100%;
}

.cell-video {
  z-index: 0;
  border-radius: 20px;
}

.cell-video._1 {
  height: 325px;
}

.cell-video._3 {
  z-index: 0;
  height: 100%;
}

.cell-video._4 {
  height: 270px;
}

.cell-video._2 {
  height: 100%;
}

.choose-us-icon-wrap {
  width: 72px;
  height: 72px;
  background-color: var(--purple);
  border-radius: 12px;
  padding: 12px;
}

.service-media-sticky {
  width: 100%;
  position: relative;
}

.sticky-container {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  padding-top: 220px;
  display: flex;
}

.inquiry-section {
  z-index: 99;
  width: 100%;
  height: 100svh;
  background-color: var(--black);
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inquiry-form-wrapper {
  max-width: 40%;
  min-width: 40%;
}

.contact-detail-wrapper {
  max-width: 40%;
  background-color: var(--purple);
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.inquiry-wrapper {
  width: 100%;
  max-height: 80svh;
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.close-btn-wrapper {
  text-align: right;
  margin-bottom: 24px;
}

.close-btn {
  width: 32px;
  cursor: pointer;
}

.txt-filed {
  border-radius: 4px;
  margin-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
  font-weight: 600;
}

.txt-area {
  min-height: 80px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.inquiry-conatct-wrap {
  width: 100%;
  margin-bottom: 20px;
  text-decoration: none;
}

.contact-head {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  display: flex;
}

.inmotion-logo {
  width: 84px;
}

.company-name {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 900;
}

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

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

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

.choose-us-icon, .circle-img {
  width: 100%;
  height: 100%;
}

.inquiry-sucess-wrap {
  background-color: var(--purple);
  color: var(--black);
  border-radius: 16px;
  padding-top: 52px;
  padding-bottom: 52px;
}

.sucess-img {
  width: 40%;
  height: 40%;
  margin-top: 19px;
  margin-bottom: 60px;
}

.text-block-2 {
  line-height: 1.2;
}

.inquiry-error-wrap {
  width: 100%;
  max-width: 700px;
  background-color: var(--purple);
  text-align: center;
  border-radius: 12px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.error-img {
  width: 60px;
  margin-right: 20px;
}

.inquiry-form {
  width: 100%;
  height: 70svh;
}

.error-txt {
  color: var(--black);
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .nav-contianer {
    background-color: rgba(0, 0, 0, .8);
  }

  .logo.zero-size {
    display: none;
  }

  .nav-menu {
    background-color: var(--black);
  }

  .navbar {
    padding-top: 0;
  }

  .nav-link:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .nav-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
  }

  .nav-link.current-black.w--current {
    color: var(--purple);
  }

  .blank {
    display: none;
  }

  .hero-section {
    height: auto;
  }

  .container.services {
    grid-column-gap: 24px;
    padding-top: 48px;
  }

  .bg-video {
    height: auto;
  }

  .hero-title {
    margin-top: 2px;
    font-size: 90px;
    line-height: 1.1;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, .8);
  }

  .icon {
    color: var(--purple);
  }

  .about-us-section {
    margin-bottom: 24px;
  }

  .about-us-media-wrapper {
    width: 100%;
    flex: 1;
  }

  .large-text {
    margin-bottom: 26px;
    font-size: 28px;
  }

  .about-us-video {
    height: 310px;
  }

  .partnerships-headingorange, .partnerships-headingwhite {
    font-size: 60px;
  }

  .image {
    width: 650px;
  }

  .service-description {
    color: #000;
    font-size: 26px;
    font-weight: 600;
    line-height: 35px;
  }

  .services-lettalkbutton {
    width: 150px;
    height: 60px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: 26px;
    font-weight: 800;
    text-decoration: none;
    display: flex;
  }

  .service-content-wrap {
    max-width: 50%;
  }

  .progress-cardscontainer {
    flex-wrap: wrap;
    justify-content: center;
  }

  .progress-card-black {
    flex: 1;
  }

  .progress-section {
    padding-top: 0;
  }

  .progress-card-white {
    flex: 1;
  }

  .contactus-card-detail-header-text {
    color: var(--black);
  }

  .contactus-card {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .contactus-extrawhitebackground {
    display: none;
  }

  .contactus-card-headercontainer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .projects-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .service-video-wrapper:hover {
    filter: none;
  }

  .inquiry-section {
    height: 100dvh;
  }

  .inquiry-form-wrapper {
    max-width: 80%;
    min-width: 80%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-detail-wrapper {
    max-width: 100%;
    display: none;
  }

  .inquiry-error-wrap {
    width: 76%;
  }

  .error-img {
    width: 60px;
  }

  .error-txt {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .container.choose-us {
    flex-wrap: wrap;
    position: static;
  }

  .hero-title {
    font-size: 66px;
  }

  .marquee-wrapper {
    width: 105%;
    max-width: 105%;
    margin-left: -12px;
  }

  .marquee-text {
    font-size: 24px;
  }

  .dot {
    width: 12px;
    height: 12px;
  }

  .camera-icon {
    width: 20px;
    height: 20px;
  }

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

  .about-us-text-wrapper {
    width: 100%;
  }

  .video-wrapper.desktop-hidden {
    display: block;
    position: relative;
  }

  .about-us-img-wrap {
    width: 100%;
    justify-content: center;
    display: flex;
    top: auto;
    bottom: -38%;
    left: auto;
    right: auto;
  }

  .partnerships-headingorange, .partnerships-headingwhite {
    font-size: 39px;
  }

  .image {
    width: 450px;
    height: 70px;
    margin-top: 0;
  }

  .service-wrapper {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .service-content-wrap {
    width: 100%;
    max-width: 100%;
    padding-bottom: 80px;
  }

  .service-title {
    margin-top: 32px;
  }

  .services-media-wrapper {
    display: none;
  }

  .chooseus-section {
    margin-top: 0;
  }

  .chooseus-whyuscontainer {
    width: 100%;
    margin-bottom: 53px;
    position: static;
  }

  .chooseus-reasonscontainer {
    width: 100%;
  }

  .chooseus-discussbutton {
    font-size: 20px;
  }

  .chooseus-reasoncontainer {
    margin-bottom: 40px;
  }

  .progress-card-black, .progress-card-white {
    width: 70%;
    flex: 0 auto;
  }

  .contactus-card-header {
    font-size: 30px;
  }

  .contactus-card-detail-description {
    font-size: 16px;
  }

  .contactus-card-detail-header-text {
    text-transform: uppercase;
    font-size: 16px;
  }

  .mobile-service-video {
    z-index: 0;
    border-radius: 16px;
  }

  .mobile-service-video-wrap.desktop-hidden {
    display: block;
    position: relative;
  }

  .social-icon {
    width: 36px;
  }

  .choose-us-icon-wrap {
    width: 64px;
    height: 64px;
  }

  .service-media-sticky {
    display: none;
  }

  .sticky-container {
    padding-top: 0;
  }

  .inquiry-error-wrap {
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .nav-contianer {
    padding-left: 4px;
    padding-right: 4px;
  }

  .logo.zero-size {
    left: 5px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.flex {
    margin-top: -66px;
  }

  .container.services {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container.choose-us {
    margin-bottom: -93px;
  }

  .bg-video {
    object-fit: fill;
  }

  .primary-btn.flex {
    margin-top: 62px;
    margin-bottom: 32px;
  }

  .hero-title {
    font-size: 35px;
  }

  .marquee-wrapper {
    margin-left: -9px;
  }

  .about-us-section {
    padding-bottom: 12px;
  }

  .small-text {
    width: 100%;
  }

  .large-text {
    width: 100%;
    font-size: 20px;
    line-height: 1.2;
  }

  .about-us-img-wrap {
    width: 100%;
    bottom: -28%;
  }

  .partnerships-section {
    padding-top: 0;
  }

  .partnerships-headingorange, .partnerships-headingwhite {
    font-size: 25px;
  }

  .image {
    width: 400px;
    height: 60px;
    object-fit: contain;
  }

  .service-description {
    font-size: 20px;
    line-height: 1.2;
  }

  .service-content-wrap {
    padding-bottom: 40px;
  }

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

  .marquee-section {
    padding-bottom: 64px;
  }

  .chooseus-subheading {
    font-size: 16px;
  }

  .progress-title {
    font-size: 30px;
  }

  .progress-card-black {
    width: 100%;
  }

  .progress-card-description {
    font-size: 16px;
  }

  .progress-card-heading {
    font-size: 30px;
  }

  .progress-letsdoitbutton {
    width: 100%;
    height: 60px;
    border-radius: 16px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 28px;
  }

  .progress-card-white {
    width: 100%;
  }

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

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

  .mobile-service-video {
    height: 342px;
  }

  .black {
    font-size: 32px;
  }

  .choose-us-icon-wrap {
    width: 52px;
    height: 52px;
  }

  .inquiry-error-wrap {
    margin-top: 121px;
  }
}

#w-node-_432e8e8f-5831-b8bf-0c2a-badb1fa861c5-67adede8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_89bb7498-2cff-c99d-f980-a267a4d8d7b8-67adede8, #w-node-c2f9d7f0-1847-a3ae-5a09-0d0a8fec17d0-67adede8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_4fa46239-e2ab-8eda-150e-ad2e0544681e-67adede8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4833438f-a485-553f-7b87-3e64bb89b5e1-67adede8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_89bb7498-2cff-c99d-f980-a267a4d8d7b8-67adede8, #w-node-c2f9d7f0-1847-a3ae-5a09-0d0a8fec17d0-67adede8, #w-node-_4fa46239-e2ab-8eda-150e-ad2e0544681e-67adede8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4833438f-a485-553f-7b87-3e64bb89b5e1-67adede8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_432e8e8f-5831-b8bf-0c2a-badb1fa861c5-67adede8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89bb7498-2cff-c99d-f980-a267a4d8d7b8-67adede8, #w-node-c2f9d7f0-1847-a3ae-5a09-0d0a8fec17d0-67adede8 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4fa46239-e2ab-8eda-150e-ad2e0544681e-67adede8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4833438f-a485-553f-7b87-3e64bb89b5e1-67adede8 {
    grid-column: span 1 / span 1;
  }
}


