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

body {
  color: #333;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 14px;
  line-height: 20px;
}

h5 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.line-column {
  justify-content: center;
  align-items: center;
  padding-bottom: 140px;
  display: flex;
}

.footer-logo {
  margin-bottom: 25px;
}

.legal {
  color: #353448;
  margin-bottom: 10px;
}

.footer-detail-left {
  width: 50%;
  min-height: 40px;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  width: 60%;
  color: #f5fbfc;
  margin-bottom: 0;
  font-size: 16px;
}

.image-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  min-height: 60px;
  text-align: center;
  background-color: #35b8be;
  background-image: url('../images/Button-Wave.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  padding: 20px 35px;
  font-size: 18px;
  transition: background-color .25s;
}

.button:hover {
  background-color: #2faeb4;
}

.button.button-space {
  background-color: #00a9e6;
  margin-top: 40px;
}

.content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-block._2 {
  flex-direction: row;
  align-items: center;
}

.footer-detail-right {
  width: 50%;
  min-height: 40px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-container {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: #fff;
  align-items: center;
  padding: 20px 3%;
  display: flex;
}

.heading {
  color: #00a9e6;
  text-transform: capitalize;
}

.heading.white {
  color: #f5fbfc;
}

.line {
  width: 100%;
  height: 1px;
  border: 1.3px #d1cdcd;
  border-top-style: dashed;
}

.social-icon-wrap {
  display: flex;
}

.nav-link {
  opacity: .8;
  color: #28224b;
  text-transform: none;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: 1;
  color: #28224b;
}

.nav-link.w--current {
  color: #00a9e6;
}

.content-card {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-2 {
  width: 100px;
}

.step-image {
  width: 200px;
  margin-bottom: 40px;
}

.content-grid {
  grid-column-gap: 44px;
  grid-template-rows: auto;
}

.container-flex {
  width: 100%;
  max-width: 1200px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-paragraph {
  color: #546285;
  letter-spacing: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.34;
}

.header {
  background-image: url('../images/BG-Shape.svg');
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding: 40px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-full-image {
  min-height: 300px;
  background-image: linear-gradient(#008bbd, rgba(0, 156, 213, .4) 0%, rgba(25, 26, 27, .19)), url('../images/Webp.net-compress-image-1.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  padding: 100px 3%;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-image-wrap {
  width: 70%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-right {
  align-items: center;
  display: flex;
}

.hero-h1 {
  max-width: 580px;
  color: #08090a;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 42px;
  line-height: 1.1;
}

.pattern {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-menu {
  margin-right: 14px;
}

.title-wrap-centre {
  width: 100%;
  max-width: 670px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.works-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr 1fr .3fr 1fr;
}

.footer {
  background-color: #f5fbfc;
  background-image: url('../images/Pattern-Footer.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 3% 30px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-legal {
  border-top: 1px rgba(126, 130, 143, .09);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  font-size: 15px;
  display: flex;
}

.navigation-left {
  align-items: center;
  display: flex;
}

.content-section {
  background-color: rgba(0, 0, 0, 0);
  padding: 100px 3%;
  position: relative;
}

.brand {
  margin-right: 40px;
}

.hero-content {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

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

.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;
}

.heading-2 {
  text-transform: capitalize;
}

@media screen and (max-width: 991px) {
  .line-column {
    flex-direction: column;
    padding-bottom: 0;
  }

  .content-block {
    max-width: 500px;
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .content-block._2 {
    max-width: none;
  }

  .menu-button {
    min-height: 55px;
    min-width: 55px;
    background-color: rgba(126, 130, 143, .1);
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    margin-left: 14px;
    margin-right: 0;
    padding: 16px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #00a9e6;
  }

  .navbar {
    z-index: 5;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
  }

  .line {
    width: 1px;
    height: 100%;
    min-height: 100px;
    border-style: none dashed none none;
  }

  .nav-link {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .content-grid {
    grid-row-gap: 80px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .header {
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .hero-image-wrap {
    width: 100%;
    justify-content: center;
    margin-top: 60px;
  }

  .navigation-right {
    flex-direction: row-reverse;
  }

  .nav-menu {
    background-color: #fff;
    margin-right: 0;
    box-shadow: 0 50px 80px -30px rgba(53, 52, 72, .2);
  }

  .works-grid {
    max-width: 510px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

  .icon {
    display: block;
  }

  .hero-content {
    width: 100%;
    max-width: 730px;
    text-align: center;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 60px;
  }

  .hero-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .legal {
    margin-right: 0;
  }

  .footer-detail-left {
    width: auto;
  }

  .paragraph-2 {
    width: 100%;
  }

  .button {
    width: 100%;
    max-width: 250px;
  }

  .content-block._2 {
    flex-flow: column wrap;
  }

  .footer-detail-right {
    justify-content: center;
  }

  .navbar {
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
  }

  .header {
    padding-top: 115px;
  }

  .hero-h1 {
    font-size: 50px;
  }

  .footer-legal {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .content-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#w-node-_62251f4f-79c5-36e6-c3e1-c01372eeb2aa-ef96519a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
