@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --body: #333;
  --title: black;
  --bg: white;
  --primary: #215cf5;
  --desktop: 150px;
  --tablet: 100px;
  --landscape-mobile: 80px;
  --portrait-mobile: 60px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--body);
  background-color: #f7f7f7;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 52px;
  font-weight: 500;
  line-height: 130%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 500;
  line-height: 130%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--body);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 15px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  background-color: var(--bg);
  text-align: center;
  border-left: 0 #e2e2e2;
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

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

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header {
  margin-bottom: 76px;
}

.navbar {
  background-color: var(--bg);
  border-bottom: 1px solid #0000001a;
  padding-top: 18px;
  padding-bottom: 18px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--primary);
}

.nav-link.mobile {
  display: none;
}

.top-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.center-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.bottom-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.nav-button {
  grid-column-gap: 10px;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s;
  display: flex;
}

.nav-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.page-data {
  margin-bottom: var(--desktop);
}

.footer {
  background-color: var(--bg);
  padding-top: 60px;
  padding-bottom: 20px;
}

.footer-bottom {
  border-top: 1px solid #d9d9d9;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.footer-right {
  border-left: 1px solid #d9d9d9;
  width: 100%;
  max-width: 45%;
  padding-left: 40px;
}

.ft-resources {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ft-heading {
  color: var(--title);
  text-transform: uppercase;
  width: 100%;
  max-width: 84px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.ft-dot {
  background-color: #d9d9d9;
  border-radius: 50%;
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
}

.ft-resources-link {
  color: #3d3d3d;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.ft-resources-link:hover {
  color: var(--primary);
}

.ft-resources-data {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ft-social-wrap {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.ft-social-data {
  grid-column-gap: 10px;
  display: flex;
}

.ft-social-link {
  border: 1px solid #00000026;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  transition: border-color .3s, transform .3s;
  display: flex;
}

.ft-social-link:hover {
  border-color: #0009;
  transform: translate(0, -5px);
}

.ft-service-wrap {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ft-service-info {
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.ft-service-block {
  grid-row-gap: 10px;
  color: #3d3d3d;
  border-bottom: 1px solid #0003;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 10px;
  text-decoration: none;
  transition: border-color .3s;
  display: flex;
}

.ft-service-block:hover {
  border-bottom-color: #000;
}

.ft-service-dot {
  background-color: #d9d9d9;
  border-radius: 50%;
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
}

.footer-left {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 48%;
  display: flex;
}

.ft-bottom {
  grid-row-gap: 15px;
  color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.footer-top {
  grid-column-gap: 100px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.ft-title {
  color: var(--title);
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.ft-menu {
  flex-flow: column;
  display: flex;
}

.ft-link {
  color: #3d3d3d;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
  transition: color .3s;
}

.ft-link:hover, .ft-link.w--current {
  color: var(--primary);
}

.ft-address {
  width: 100%;
  max-width: 420px;
  padding-top: 3px;
}

.ft-data {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.ft-info {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ft-bottom-info {
  grid-column-gap: 5px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta {
  padding-bottom: 80px;
}

.cta-title {
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 0;
  font-size: 70px;
  font-weight: 700;
  line-height: 130%;
}

.cta-wrapper {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.cta-right {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 25%;
  display: flex;
}

.cta-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.cta-image {
  object-fit: cover;
  width: 100%;
  min-height: 120px;
  max-height: 120px;
}

.link-button {
  grid-column-gap: 8px;
  color: #000;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.faq, .map {
  margin-bottom: var(--desktop);
}

.faq-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-title {
  margin-bottom: 25px;
}

.section-heading {
  margin-bottom: 0;
}

.sub-title {
  color: var(--title);
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.faq-img {
  width: 100%;
  max-width: 40%;
}

.faq-wrap {
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  max-width: 60%;
  display: flex;
}

.horizontal-line {
  background-color: #000;
  width: 15px;
  height: 1px;
  position: absolute;
}

.ans {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.ans-box {
  padding-top: 15px;
  padding-right: 40px;
}

.que-icon {
  justify-content: center;
  align-items: center;
  min-width: 26px;
  max-width: 26px;
  min-height: 26px;
  max-height: 26px;
  display: flex;
}

.que {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.verticle-line {
  background-color: #000;
  width: 1px;
  height: 15px;
}

.faq-info {
  background-color: var(--bg);
  border: 1px solid #fff;
  border-radius: 4px;
  width: 100%;
  padding: 15px 25px;
}

.ans-text, .faq-que {
  margin-bottom: 0;
}

.contact {
  margin-bottom: var(--desktop);
  padding-top: 60px;
}

.contact-wrapper {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.error-message {
  color: #000;
  text-align: center;
  border-radius: 4px;
  margin-top: 20px;
  padding: 16px;
}

.contact-form {
  background-color: var(--bg);
  color: var(--body);
  border-radius: 4px;
  width: 100%;
  max-width: 44%;
  margin-bottom: 0;
  padding: 40px;
}

.contact-left {
  width: 100%;
  max-width: 56%;
}

.field-label {
  color: #000;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.input {
  color: #000;
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 4px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 150%;
}

.input:focus {
  border-color: #000;
}

.input::placeholder {
  color: #999;
  font-size: 14px;
  line-height: 150%;
}

.contact-button {
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 40px;
  display: flex;
}

.textarea {
  color: #000;
  background-color: #0000;
  border: 1px solid #0000001a;
  border-radius: 4px;
  height: auto;
  min-height: 150px;
  margin-bottom: 0;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 150%;
}

.textarea:focus {
  border-color: #000;
}

.textarea::placeholder {
  color: #757575;
  font-size: 14px;
  line-height: 150%;
}

.form-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-button {
  background-color: var(--primary);
  color: #fff;
  text-transform: uppercase;
  background-image: url('../images/submit-arrow.svg');
  background-position: 120px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #000;
  border-radius: 50px;
  padding: 12px 45px 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  transition: background-color .3s;
}

.submit-button:hover {
  background-color: #000;
}

.submit-button._02 {
  background-position: 59%;
}

.contact-title {
  margin-bottom: 22px;
  padding-top: 12px;
}

.contact-text {
  margin-bottom: 0;
}

.contact-data {
  grid-row-gap: 25px;
  border-top: 1px solid #0003;
  border-bottom: 1px solid #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.contact-info {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.address {
  width: 100%;
  max-width: 400px;
}

.contact-link {
  color: #000;
  text-decoration: none;
  transition: color .3s;
}

.contact-link:hover {
  color: var(--primary);
}

.contact-info-data {
  grid-column-gap: 25px;
  display: flex;
}

.contact-bottom {
  grid-column-gap: 62px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-sub-title {
  color: var(--title);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
}

.contact-social {
  grid-column-gap: 10px;
  display: flex;
}

.social-link {
  background-color: var(--bg);
  border: 1px solid #00000026;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  transition: transform .3s, border-color .3s;
  display: flex;
}

.social-link:hover {
  border-color: #000;
  transform: translate(0, -4px);
}

.overflow-hidden {
  overflow: hidden;
}

.cta-left {
  width: 100%;
  max-width: 60%;
}

.page-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-title {
  margin-bottom: 0;
}

.blogs {
  margin-bottom: var(--desktop);
}

.post-list {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-block {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.post-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.post-image {
  object-fit: cover;
  width: 100%;
  min-height: 440px;
  max-height: 440px;
}

.post-date {
  background-color: var(--bg);
  color: #000;
  border-radius: 50px;
  padding: 5px 14px;
  font-size: 12px;
  line-height: 130%;
  position: absolute;
  inset: 25px 25px auto auto;
}

.post-title {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.post-page-title {
  padding-top: 60px;
  padding-bottom: 40px;
}

.post-main-title {
  width: 100%;
  max-width: 70%;
  margin-bottom: 25px;
}

.post-head {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-date-info {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-main {
  margin-bottom: var(--desktop);
}

.post-main-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.post-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.post-details {
  width: 100%;
  max-width: 900px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.secondary-button {
  grid-column-gap: 10px;
  color: #000;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  transition: color .3s, background-color .3s, border-color .3s;
  display: flex;
}

.secondary-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.works {
  margin-bottom: var(--desktop);
  overflow: hidden;
}

.work-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.work-block {
  flex-flow: column;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.work-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.work-image {
  object-fit: cover;
  width: 100%;
  min-height: 480px;
  max-height: 480px;
}

.work-tag-wrap {
  grid-column-gap: 4px;
  display: flex;
  position: absolute;
  top: 25px;
  left: 25px;
}

.work-tag {
  background-color: var(--bg);
  color: #000;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 5px 14px;
  font-size: 12px;
  line-height: 130%;
}

.work-inner {
  grid-row-gap: 2px;
  color: #fff;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  position: absolute;
  inset: auto 25px 25px;
}

.work-name {
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
}

.work-head {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.work-client {
  grid-column-gap: 6px;
  display: flex;
}

.work-client-title {
  color: #000;
}

.work-main {
  margin-bottom: var(--desktop);
}

.work-main-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.work-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 680px;
  max-height: 680px;
}

.work-wrapper {
  grid-column-gap: 76px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.work-details {
  min-width: 900px;
  max-width: 900px;
}

.work-details img {
  border-top: 1px solid #0003;
  margin-top: 20px;
  padding-top: 40px;
}

.work-details p {
  margin-bottom: 20px;
}

.work-left {
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.work-top {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.work-info-wrap {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.work-info {
  grid-column-gap: 100px;
  border-bottom: 1px solid #0000001f;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.work-heading {
  color: var(--title);
  width: 100%;
  max-width: 55px;
}

.primary-button {
  grid-column-gap: 10px;
  background-color: var(--primary);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.primary-button:hover {
  background-color: #000;
}

.work-sub-title {
  margin-bottom: 20px;
}

.experts-wrap {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.experts-block {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.experts-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
}

.experts-image {
  object-fit: cover;
  width: 100%;
  min-height: 60px;
  max-height: 60px;
}

.experts-name {
  color: var(--title);
  margin-bottom: 2px;
  font-size: 16px;
  line-height: 150%;
}

.service-main {
  margin-bottom: var(--desktop);
}

.service-main-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.service-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.service-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.service-left {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 900px;
  max-width: 900px;
  display: flex;
}

.about-service ul {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 30px;
  margin-bottom: 0;
  display: flex;
}

.about-service li {
  margin-bottom: 0;
}

.service-details {
  grid-row-gap: 86px;
  flex-flow: column;
  display: flex;
}

.service-right {
  grid-row-gap: 40px;
  background-color: var(--bg);
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  padding: 25px;
  display: flex;
}

.other-service {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.service-sub-title {
  margin-bottom: 30px;
}

.os-block {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.services {
  margin-bottom: var(--desktop);
}

.service-list {
  grid-row-gap: 45px;
  flex-flow: column;
  display: flex;
}

.service-block {
  border-bottom: 1px solid #0003;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.service-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 120px;
  font-weight: 700;
  line-height: 100%;
}

.service-tags {
  z-index: 1;
  grid-column-gap: 110px;
  justify-content: center;
  align-items: flex-end;
  display: none;
  position: absolute;
  inset: 10px 0% 30px;
}

.service-tag {
  background-color: var(--primary);
  color: #fff;
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
}

.service-tag._02 {
  margin-bottom: auto;
}

.service-tag._04 {
  margin-bottom: 20px;
}

.service-tag._05 {
  margin-bottom: 35px;
}

.innovations {
  margin-bottom: var(--desktop);
  padding-top: 60px;
}

.benefits {
  margin-bottom: var(--desktop);
}

.benefits-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefits-block {
  grid-row-gap: 25px;
  background-color: var(--bg);
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.benefits-icon {
  min-width: 55px;
  max-width: 55px;
  min-height: 55px;
  max-height: 55px;
}

.single-text {
  margin-bottom: 0;
}

.process-outer {
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.process-block {
  grid-row-gap: 60px;
  background-color: var(--bg);
  flex-flow: column;
  padding-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.process-block:hover {
  background-color: var(--primary);
}

.process-block._02 {
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
}

.process-data {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.process-number {
  background-color: var(--primary);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 34px;
  max-width: 34px;
  min-height: 34px;
  max-height: 34px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  transition: color .3s, background-color .3s;
  display: flex;
}

.process-title {
  margin-bottom: 15px;
  transition: color .3s;
}

.process-info {
  margin-bottom: 0;
  transition: color .3s;
}

.process-icon {
  width: 100%;
}

.process {
  margin-bottom: var(--desktop);
}

.process-hover {
  width: 100%;
  position: absolute;
}

.process-bottom {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.jobs {
  margin-bottom: var(--desktop);
}

.job-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.job-block {
  grid-column-gap: 40px;
  background-color: var(--bg);
  border-radius: 4px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.job-data {
  grid-column-gap: 12px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.job-link {
  grid-column-gap: 8px;
  color: #000;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.innovation-title {
  margin-bottom: 15px;
}

.innovation-text {
  width: 100%;
  max-width: 52%;
  margin-bottom: 0;
}

.innovation-top {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.innovation-bottom {
  grid-column-gap: 20px;
  display: flex;
}

.innovation-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 64%;
  overflow: hidden;
}

.innovation-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.innovation-right {
  background-color: var(--bg);
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 36%;
  padding: 30px;
}

.innovation-heading {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.innovation-thumb {
  background-color: #f7f7f7;
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.innovation-data {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.innovation-left {
  grid-column-gap: 1px;
  margin-left: 10px;
  display: flex;
}

.experts-thumb {
  background-color: #f7f7f7;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: -10px;
  overflow: hidden;
}

.experts-thumb-img {
  object-fit: cover;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
}

.story {
  margin-bottom: var(--desktop);
  padding-top: 60px;
}

.story-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.story-image {
  object-fit: cover;
  width: 100%;
  min-height: 640px;
  max-height: 640px;
}

.story-bottom {
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.story-text {
  width: 100%;
  max-width: 60%;
  margin-bottom: 0;
}

.story-top {
  width: 100%;
  max-width: 62%;
  margin-bottom: 40px;
}

.story-title {
  margin-bottom: 18px;
}

.vision {
  margin-bottom: var(--desktop);
  overflow: hidden;
}

.vision-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.vision-img {
  object-fit: cover;
  width: 100%;
  max-width: 50%;
  min-height: 618px;
  max-height: 618px;
}

.vision-right {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.vision-facts {
  grid-column-gap: 40px;
  border-bottom: 1px solid #0003;
  justify-content: space-between;
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.vision-facts-info {
  color: #000;
  margin-bottom: 4px;
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
}

.vision-top {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vision-data {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.excellence {
  margin-bottom: var(--desktop);
  overflow: hidden;
}

.excellence-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.excellence-img {
  width: 100%;
  max-width: 48%;
}

.excellence-left {
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 52%;
  display: flex;
}

.excellence-bottom {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.excellence-info {
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.excellence-data {
  grid-column-gap: 10px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.excellence-number {
  min-width: 18px;
  font-size: 12px;
  line-height: 120%;
}

.reviews {
  margin-bottom: var(--desktop);
}

.reviews-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.review-right {
  grid-row-gap: 60px;
  background-color: var(--primary);
  text-align: center;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 29%;
  padding: 40px;
  display: flex;
}

.review-slider {
  background-color: #0000;
  width: 100%;
  max-width: 71%;
  height: auto;
}

.review-heading {
  color: #fff;
}

.review-info-text {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.repeat-clients {
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  display: flex;
}

.rc-img {
  background-color: var(--bg);
  border: 1px solid #fff;
  border-radius: 50%;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  margin-left: -5px;
  overflow: hidden;
}

.rc-image {
  object-fit: cover;
  width: 100%;
  min-height: 35px;
  max-height: 35px;
}

.d-none {
  display: none;
}

.review-block {
  grid-column-gap: 30px;
  background-color: var(--bg);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px 40px 20px 20px;
  display: flex;
}

.review-img {
  background-color: #f7f7f7;
  border-radius: 4px;
  width: 100%;
  max-width: 30%;
  overflow: hidden;
}

.review-image {
  object-fit: cover;
  width: 100%;
  min-height: 342px;
  max-height: 342px;
}

.review-data {
  width: 100%;
  max-width: 70%;
  padding-top: 30px;
}

.review-text {
  border-top: 1px solid #0003;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 20px;
  line-height: 150%;
}

.review-info {
  font-size: 14px;
  line-height: 150%;
}

.review-name {
  color: #000;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 150%;
}

.left-arrow {
  background-color: var(--bg);
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  transition: border-color .3s;
  display: flex;
  inset: auto 76px 50px auto;
}

.left-arrow:hover {
  border-color: #000;
}

.left-arrow.work {
  background-color: #0000;
  border-color: #000;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  transition: background-color .3s, border-color .3s;
  inset: -60px 42px auto auto;
}

.left-arrow.work:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.right-arrow {
  background-color: var(--bg);
  border: 1px solid #0000001a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  max-height: 30px;
  transition: border-color .3s;
  display: flex;
  inset: auto 40px 50px auto;
}

.right-arrow:hover {
  border-color: #000;
}

.right-arrow.work {
  background-color: #0000;
  border-color: #000;
  min-width: 35px;
  max-width: 35px;
  min-height: 35px;
  max-height: 35px;
  transition: background-color .3s, border-color .3s;
  inset: -60px 0% auto auto;
}

.right-arrow.work:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.team {
  margin-bottom: var(--desktop);
  overflow: hidden;
}

.team-slider {
  background-color: #0000;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: none;
}

.team-mask {
  width: 100%;
  max-width: 320px;
  overflow: visible;
}

.team-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.team-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  min-height: 360px;
  max-height: 360px;
}

.team-bottom {
  grid-column-gap: 8px;
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  display: flex;
}

.team-dot {
  background-color: var(--primary);
  border-radius: 50%;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
}

.team-block {
  flex: none;
  margin-top: auto;
  margin-bottom: auto;
}

.team-slide {
  margin-left: 20px;
  margin-right: 20px;
}

.connect {
  margin-bottom: var(--desktop);
  overflow: hidden;
}

.connect-wrapper {
  grid-column-gap: 45px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.connect-img {
  width: 100%;
  max-width: 45%;
}

.connect-left {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 55%;
  padding: 40px;
}

.connect-input {
  color: #000;
  background-color: #0000;
  background-image: url('../images/ic-name.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #000;
  border-bottom: 1px solid #0003;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 10px 30px;
  font-size: 14px;
  line-height: 150%;
}

.connect-input:focus {
  border-bottom-color: #00000080;
}

.connect-input::placeholder {
  color: #000;
  font-size: 14px;
  line-height: 150%;
}

.connect-input.email {
  background-image: url('../images/ic-mail.svg');
}

.connect-input.email::placeholder {
  font-weight: 400;
}

.connect-input.phone {
  background-image: url('../images/ic-phone.svg');
}

.connect-input.budget {
  background-image: url('../images/ic-budget.svg');
}

.connect-input.service {
  background-image: url('../images/ic-service.svg');
}

.form-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.message {
  color: #000;
  background-color: #0000;
  background-image: url('../images/ic-message.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border: 0 #000;
  border-bottom: 1px solid #0003;
  border-radius: 0;
  height: auto;
  min-height: 142px;
  margin-bottom: 0;
  padding: 0 0 10px 30px;
  font-size: 14px;
  line-height: 150%;
}

.message:focus {
  border-bottom-color: #00000080;
}

.message::placeholder {
  color: #000;
  font-size: 14px;
  line-height: 150%;
}

.connect-form {
  margin-bottom: 0;
}

.facts {
  margin-bottom: var(--desktop);
  background-color: var(--bg);
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.facts-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.facts-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.facts-block._01 {
  padding-left: 0;
}

.facts-block._03 {
  padding-right: 0;
}

.facts-block._02 {
  border-left: 1px solid #0000001a;
  border-right: 1px solid #0000001a;
}

.facts-info {
  font-size: 60px;
  line-height: 100%;
}

.facts-info-wrap {
  grid-column-gap: 5px;
  color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 38px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.facts-tag {
  grid-column-gap: 10px;
  background-color: var(--primary);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.facts-icon {
  filter: invert();
}

.about {
  margin-bottom: var(--desktop);
  overflow: hidden;
}

.about-img {
  width: 100%;
  max-width: 48%;
}

.about-left {
  grid-row-gap: 122px;
  background-color: var(--bg);
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  max-width: 52%;
  padding: 40px;
  display: flex;
}

.about-wrap {
  grid-column-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-data {
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.about-text {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.about-bottom {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.email {
  grid-column-gap: 8px;
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.about-title {
  margin-bottom: 0;
}

.work-slider {
  background-color: #0000;
  height: auto;
  display: none;
}

.hero {
  margin-bottom: var(--desktop);
  padding-top: 80px;
  overflow: hidden;
}

.hero-main-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.hero-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.hero-bottom {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.hero-info-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero-left {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 42%;
  display: flex;
}

.hero-right {
  grid-column-gap: 10px;
  color: #000;
  text-transform: uppercase;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-line {
  background-color: #0003;
  width: 15px;
  height: 1px;
}

.hero-top {
  margin-bottom: 110px;
  position: relative;
}

.hero-title {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Antonio, sans-serif;
  font-size: 180px;
  font-weight: 600;
  line-height: 120%;
}

.hero-data-top {
  grid-column-gap: 18px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.hero-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  margin-bottom: 14px;
  overflow: hidden;
}

.hero-img._02 {
  max-width: 38%;
}

.hero-img._03 {
  z-index: 0;
  max-width: 20%;
  position: relative;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  min-height: 155px;
  max-height: 155px;
}

.hero-data-bottom {
  grid-column-gap: 18px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.hero-tag {
  z-index: 1;
  color: #000;
  white-space: nowrap;
  background-color: #fccf00;
  border: 1px solid #0000000d;
  border-radius: 50px;
  padding: 8px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  transition: transform .3s;
  position: absolute;
  inset: 12% auto auto -30px;
  transform: rotate(-15deg);
  box-shadow: 0 0 4px #00000026;
}

.hero-tag:hover {
  transform: rotate(0);
}

.hero-tag._02 {
  background-color: #daffaa;
  inset: auto 26% 22px auto;
  transform: rotate(10deg);
}

.hero-tag._02:hover {
  transform: rotate(0);
}

.hero-tag._03 {
  background-color: #8dd69d;
  inset: 29% -46px auto auto;
  transform: rotate(10deg);
}

.hero-tag._03:hover {
  transform: rotate(0);
}

.hero-tag._04 {
  background-color: #deaaff;
  inset: auto 634px 161px auto;
  transform: rotate(-6deg);
}

.hero-tag._04:hover {
  transform: rotate(0);
}

.hero-tag._05 {
  background-color: #ffcbb0;
  inset: auto 210px 18px auto;
}

.work-mask {
  width: 100%;
  max-width: 396px;
  overflow: visible;
}

.work-slide {
  margin-right: 25px;
}

.policy-block {
  padding-top: 50px;
}

.policy-block.first {
  padding-top: 0;
}

.checklist {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-left: 0;
  list-style: none;
}

.checklist-item {
  background-image: url('../images/ic-check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 15px;
  padding-left: 30px;
}

.work-page-title {
  padding-top: 60px;
  padding-bottom: 40px;
}

.cookie-data {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cookie-text {
  width: 100%;
  max-width: 254px;
  margin-top: 15px;
  margin-bottom: 6px;
}

.cookie-icon {
  min-width: 45px;
  max-width: 45px;
  min-height: 45px;
  max-height: 45px;
}

.cookie-link {
  color: #000;
}

.cookie-modal {
  z-index: 1111;
  grid-row-gap: 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 4px;
  flex-flow: column;
  padding: 25px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  position: fixed;
  bottom: 25px;
  left: 25px;
}

.cookie-btn {
  color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 22px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.cookie-btn:hover {
  color: #fff;
  background-color: #000;
}

.cookie-btn.allow {
  color: #fff;
  background-color: #000;
  transition: border-color .3s, background-color .3s;
}

.cookie-btn.allow:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.cookie-bottom {
  grid-column-gap: 12px;
  display: flex;
}

.work-overlay {
  background-image: linear-gradient(#0000 60%, #000000b3);
  position: absolute;
  inset: 0%;
}

.swiper-arrow-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -75px;
  right: 0;
}

.swiper-arrow-wrapper._02 {
  top: -71px;
}

.slider-button-left {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition-property: border-color, background-color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease, ease;
  display: flex;
}

.slider-button-left:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.slider-button-right {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  transition-property: border-color, background-color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease, ease;
  display: flex;
  inset: -13% 0% auto auto;
}

.slider-button-right:hover {
  border-color: var(--primary);
  background-color: var(--primary);
}

.work-slider-wrapper {
  position: relative;
}

.services-title {
  margin-bottom: 25px;
}

.about-heading {
  margin-bottom: 0;
}

.service-pg-title {
  padding-top: 60px;
  padding-bottom: 60px;
}

.work-wrap {
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.work-arrow {
  background-color: var(--primary);
  opacity: 0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.work-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-wrap {
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrap.mobile {
  display: none;
}

.work-pg-inner {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-title {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.post-tag {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 8px 14px;
}

.post-inner {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.success-message-02 {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-radius: 4px;
  width: 100%;
  max-width: 66%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.success-inner {
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.team-slider-wrapper {
  position: relative;
}

.success-block {
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.case-studies {
  margin-bottom: var(--desktop);
}

.cs-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs-block {
  border-radius: 4px;
  text-decoration: none;
  overflow: hidden;
}

.cs-img {
  width: 100%;
  overflow: hidden;
}

.cs-bottom {
  grid-row-gap: 30px;
  background-color: var(--bg);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.cs-heading {
  margin-top: 6px;
  margin-bottom: 0;
}

.cs-image {
  object-fit: cover;
  width: 100%;
  min-height: 340px;
  max-height: 340px;
}

.footer-logo {
  grid-column-gap: 25px;
  display: flex;
}

.footer-divider {
  background-color: #0000001a;
  width: 1px;
  height: auto;
}

.cs-tag {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  padding: 8px 14px;
}

.cs-main-title {
  width: 100%;
  max-width: 70%;
  margin-bottom: 25px;
}

.cs-date-info {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cs-main-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  overflow: hidden;
}

.cs-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.cs-main {
  margin-bottom: var(--desktop);
}

.cs-data {
  grid-column-gap: 60px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
}

.cs-details {
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 900px;
  display: flex;
}

.cs-result-wrap {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cs-result-box {
  grid-row-gap: 82px;
  border: 1px solid #0000001a;
  border-radius: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.result-text {
  color: #000;
  margin-bottom: 2px;
  font-size: 62px;
  line-height: 120%;
}

.result-tag {
  border: 1px solid #0000001a;
  border-radius: 10px;
  padding: 8px;
  font-size: 12px;
  line-height: 100%;
}

.cs-detail-heading {
  margin-bottom: 20px;
}

.cs-right {
  grid-row-gap: 60px;
  background-color: var(--bg);
  border-radius: 4px;
  flex-flow: column;
  width: 100%;
  max-width: 26%;
  padding: 40px;
  display: flex;
}

.cs-wrap {
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.cs-info {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.cs-title {
  margin-bottom: 0;
}

.cs-page-title {
  padding-top: 60px;
  padding-bottom: 40px;
}

.hire-hero {
  margin-bottom: var(--desktop);
  padding-top: 60px;
}

.hire-inner {
  grid-column-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hire-img {
  background-color: var(--bg);
  border-radius: 4px;
  width: 100%;
  max-width: 44%;
  overflow: hidden;
}

.hire-image {
  object-fit: cover;
  width: 100%;
  min-height: 640px;
  max-height: 640px;
}

.hire-left {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 56%;
  display: flex;
}

.hire-bottom {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hire-text {
  color: var(--primary);
}

.hiring-heading {
  margin-bottom: 15px;
  font-weight: 700;
}

.contact-us {
  margin-bottom: var(--desktop);
}

.contact-img {
  background-color: var(--bg);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  width: 100%;
  max-width: 50%;
  overflow: hidden;
}

.contact-inner {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.contact-form-02 {
  background-color: var(--bg);
  color: var(--body);
  border-radius: 4px;
  width: 100%;
  max-width: 50%;
  margin-bottom: 0;
  padding: 40px;
}

.contact-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.form-wrap-02 {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-button-02 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.features {
  margin-bottom: var(--desktop);
}

.features-inner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-block {
  grid-row-gap: 40px;
  background-color: var(--bg);
  border-radius: 4px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.features-top {
  grid-column-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-heading {
  margin-bottom: 0;
}

.partnership {
  margin-bottom: var(--desktop);
}

.partnership-inner {
  background-color: var(--bg);
  border-radius: 4px;
  padding-top: 50px;
  padding-bottom: 20px;
  overflow: hidden;
}

.partnership-top {
  width: 100%;
  max-width: 50%;
  margin-bottom: 40px;
  margin-left: 50px;
}

.partnership-marquee {
  grid-column-gap: 20px;
  display: flex;
}

.partnership-img {
  background-color: var(--bg);
  border-radius: 4px;
  flex: none;
  width: 100%;
  max-width: 20%;
  overflow: hidden;
}

.left-linear {
  background-image: linear-gradient(270deg, #0000, #fff);
  width: 100%;
  max-width: 50px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-linear {
  background-image: linear-gradient(90deg, #0000, #fff);
  width: 100%;
  max-width: 50px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.partnership-bottom {
  position: relative;
}

.expertise {
  margin-bottom: var(--desktop);
}

.expertise-inner {
  background-color: #2020201a;
  border: 1px solid #0000001a;
  border-bottom-width: 0;
  border-radius: 8px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 368px 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.expertise-right {
  grid-column-gap: 6px;
  background-color: #f7f7f7;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 30px;
  display: flex;
  overflow: hidden;
}

.expertise-tag {
  grid-column-gap: 8px;
  background-color: var(--bg);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px;
  font-size: 14px;
  display: flex;
}

.expertise-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.expertise-left {
  background-color: #f7f7f7;
  padding: 25px 30px;
  overflow: hidden;
}

.expertise-wrapper {
  grid-column-gap: 1px;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 368px 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.trusted-logo {
  margin-bottom: var(--desktop);
}

.marquee {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-logo {
  width: 100%;
  max-width: 150px;
}

.trusted-wrap {
  filter: grayscale();
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.right-linear-02 {
  background-image: linear-gradient(90deg, #0000, #f7f7f7);
  width: 100%;
  max-width: 200px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.left-linear-02 {
  background-image: linear-gradient(270deg, #0000, #f7f7f7);
  width: 100%;
  max-width: 200px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.trusted-title {
  grid-column-gap: 8px;
  color: var(--title);
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.trusted-tag {
  border: 1px solid var(--primary);
  color: var(--primary);
  border-radius: 4px;
  padding: 4px 8px;
  font-weight: 500;
}

.cs-inner {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

  h2 {
    font-size: 32px;
  }

  blockquote {
    padding: 30px;
  }

  .container {
    max-width: 100%;
  }

  .nav-menu {
    background-color: var(--bg);
    border-bottom: 1px solid #0000001a;
    padding: 10px 20px;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .header {
    margin-bottom: 68px;
  }

  .navbar {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    display: flex;
  }

  .nav-link.mobile {
    display: flex;
  }

  .nav-right {
    grid-column-gap: 18px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .arrow.mobile-none {
    display: none;
  }

  .page-data {
    margin-bottom: var(--tablet);
  }

  .footer {
    padding-top: 40px;
  }

  .footer-wrapper {
    grid-column-gap: 30px;
  }

  .footer-right {
    max-width: 55%;
    padding-left: 30px;
  }

  .ft-resources, .ft-social-wrap, .ft-service-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-left {
    grid-row-gap: 40px;
    max-width: 45%;
  }

  .footer-top {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .ft-address {
    max-width: 270px;
  }

  .ft-data {
    grid-row-gap: 30px;
  }

  .cta {
    padding-bottom: 60px;
  }

  .cta-title {
    font-size: 38px;
  }

  .cta-right {
    max-width: 30%;
  }

  .faq, .map {
    margin-bottom: var(--tablet);
  }

  .faq-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .faq-img {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-wrap {
    max-width: none;
  }

  .ans-box {
    padding-top: 10px;
  }

  .contact {
    margin-bottom: var(--tablet);
    padding-top: 50px;
  }

  .contact-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .contact-form, .contact-left {
    max-width: none;
  }

  .contact-title {
    margin-bottom: 16px;
    padding-top: 0;
  }

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

  .cta-left {
    max-width: 65%;
  }

  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .blogs {
    margin-bottom: var(--tablet);
  }

  .post-list {
    grid-column-gap: 25px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .post-block {
    grid-row-gap: 15px;
  }

  .post-image {
    min-height: 410px;
    max-height: 410px;
  }

  .post-date {
    top: 20px;
    right: 20px;
  }

  .post-page-title {
    padding-top: 50px;
  }

  .post-main-title {
    max-width: none;
    margin-bottom: 15px;
    font-size: 40px;
  }

  .post-main {
    margin-bottom: var(--tablet);
  }

  .post-main-image {
    min-height: 450px;
    max-height: 450px;
  }

  .post-details {
    max-width: 100%;
  }

  .works {
    margin-bottom: var(--tablet);
  }

  .work-list {
    grid-template-columns: 1fr 1fr;
  }

  .work-image {
    min-height: 405px;
    max-height: 405px;
  }

  .work-tag-wrap {
    top: 20px;
    left: 20px;
  }

  .work-inner {
    bottom: 20px;
    left: 20px;
  }

  .work-main {
    margin-bottom: var(--tablet);
  }

  .work-main-image {
    min-height: auto;
    max-height: none;
  }

  .work-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .work-details {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .work-details img {
    margin-top: 10px;
    padding-top: 30px;
  }

  .work-left {
    grid-column-gap: 100px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
  }

  .work-top {
    width: 100%;
    max-width: 50%;
  }

  .work-data {
    width: 100%;
    max-width: 36%;
  }

  .service-main {
    margin-bottom: var(--tablet);
  }

  .service-main-image {
    min-height: 450px;
    max-height: 450px;
  }

  .service-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .service-left {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .service-details {
    grid-row-gap: 50px;
  }

  .services {
    margin-bottom: var(--tablet);
  }

  .service-list {
    grid-row-gap: 30px;
  }

  .service-block {
    padding-bottom: 30px;
  }

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

  .innovations {
    margin-bottom: var(--tablet);
    padding-top: 50px;
  }

  .benefits {
    margin-bottom: var(--tablet);
  }

  .benefits-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .benefits-block {
    padding: 25px;
  }

  .process-outer {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr 1fr;
  }

  .process-block {
    grid-row-gap: 40px;
    justify-content: space-between;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-block:hover {
    background-color: var(--bg);
  }

  .process-block._02 {
    border-left-style: none;
    border-right-style: none;
  }

  .process-data {
    grid-row-gap: 30px;
  }

  .process-title {
    margin-bottom: 10px;
  }

  .process {
    margin-bottom: var(--tablet);
  }

  .process-hover {
    display: none;
  }

  .jobs {
    margin-bottom: var(--tablet);
  }

  .job-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .job-block {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
  }

  .innovation-title {
    margin-bottom: 10px;
  }

  .innovation-text {
    max-width: none;
  }

  .innovation-img {
    display: none;
  }

  .innovation-right {
    max-width: none;
  }

  .innovation-data {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .story {
    margin-bottom: var(--tablet);
    padding-top: 50px;
  }

  .story-image {
    min-height: 440px;
    max-height: 440px;
  }

  .story-bottom {
    grid-row-gap: 30px;
  }

  .story-text, .story-top {
    max-width: none;
  }

  .story-title {
    margin-bottom: 12px;
  }

  .vision {
    margin-bottom: var(--tablet);
  }

  .vision-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .vision-img {
    object-position: 50% 0%;
    max-width: 60%;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .vision-right {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .vision-facts {
    padding-bottom: 20px;
  }

  .vision-top {
    grid-row-gap: 30px;
  }

  .vision-data {
    grid-row-gap: 20px;
  }

  .excellence {
    margin-bottom: var(--tablet);
  }

  .excellence-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: stretch;
  }

  .excellence-img {
    max-width: none;
  }

  .excellence-left {
    grid-row-gap: 40px;
    max-width: none;
  }

  .excellence-bottom {
    grid-row-gap: 30px;
  }

  .excellence-info {
    grid-row-gap: 14px;
  }

  .reviews {
    margin-bottom: var(--tablet);
  }

  .reviews-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .review-right {
    grid-row-gap: 40px;
    max-width: none;
    padding: 30px;
  }

  .review-slider {
    max-width: none;
  }

  .review-info-text {
    margin-top: 15px;
  }

  .review-block {
    padding-right: 20px;
  }

  .review-image {
    min-height: 280px;
    max-height: 280px;
  }

  .review-data {
    padding-top: 10px;
  }

  .review-text {
    margin-top: 15px;
    padding-top: 15px;
    font-size: 18px;
    line-height: 150%;
  }

  .left-arrow {
    bottom: 30px;
    right: 56px;
  }

  .right-arrow {
    bottom: 30px;
    right: 20px;
  }

  .team, .connect {
    margin-bottom: var(--tablet);
  }

  .connect-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .connect-img, .connect-left {
    max-width: none;
  }

  .facts {
    margin-bottom: var(--tablet);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .facts-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .facts-block._03 {
    padding-left: 0;
  }

  .about {
    margin-bottom: var(--tablet);
  }

  .about-img {
    max-width: none;
  }

  .about-left {
    grid-row-gap: 60px;
    max-width: none;
  }

  .about-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
  }

  .about-data {
    grid-row-gap: 40px;
  }

  .about-text {
    grid-row-gap: 10px;
  }

  .hero {
    margin-bottom: var(--tablet);
    padding-top: 60px;
  }

  .hero-main-image {
    min-height: 450px;
    max-height: 450px;
  }

  .hero-bottom {
    grid-row-gap: 20px;
  }

  .hero-left {
    max-width: 54%;
  }

  .hero-top {
    margin-bottom: 60px;
  }

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

  .hero-img {
    display: none;
  }

  .hero-data-bottom {
    justify-content: center;
    align-items: flex-end;
  }

  .hero-tag {
    top: 4%;
    left: -18px;
  }

  .hero-tag._02 {
    bottom: -8px;
    right: 34%;
  }

  .hero-tag._03 {
    top: 2%;
    right: -14px;
  }

  .hero-tag._04 {
    inset: 0 auto auto 130px;
  }

  .hero-tag._05 {
    bottom: 9px;
    right: 14%;
  }

  .work-mask {
    max-width: 350px;
  }

  .work-page-title {
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .cookie {
    display: none;
  }

  .cookie-modal {
    bottom: 10px;
    left: 10px;
  }

  .hero-heading {
    font-size: 26px;
  }

  .swiper-arrow-wrapper {
    top: -60px;
  }

  .services-title {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .service-pg-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .innovation-wrap {
    flex-flow: column-reverse;
    display: flex;
  }

  .post-inner {
    grid-row-gap: 10px;
  }

  .success-message-02 {
    max-width: 60%;
  }

  .case-studies {
    margin-bottom: var(--tablet);
  }

  .cs-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .cs-main-title {
    max-width: none;
    margin-bottom: 15px;
    font-size: 40px;
  }

  .cs-main-image {
    min-height: 450px;
    max-height: 450px;
  }

  .cs-main {
    margin-bottom: var(--tablet);
  }

  .cs-data {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    margin-top: 50px;
  }

  .result-text {
    font-size: 50px;
  }

  .cs-right {
    max-width: 50%;
  }

  .cs-page-title {
    padding-top: 50px;
  }

  .hire-hero {
    margin-bottom: var(--tablet);
    padding-top: 50px;
  }

  .hire-inner {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .hire-img {
    max-width: none;
  }

  .hire-image {
    min-height: auto;
    max-height: none;
  }

  .hire-left {
    max-width: none;
  }

  .hire-bottom {
    grid-row-gap: 25px;
  }

  .contact-us {
    margin-bottom: var(--tablet);
  }

  .contact-img {
    max-width: none;
  }

  .contact-inner {
    flex-flow: column;
  }

  .contact-form-02 {
    max-width: none;
  }

  .contact-image {
    min-height: auto;
    max-height: none;
  }

  .features {
    margin-bottom: var(--tablet);
  }

  .features-inner {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .features-block {
    padding: 30px;
  }

  .partnership {
    margin-bottom: var(--tablet);
  }

  .partnership-top {
    max-width: none;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .partnership-img {
    max-width: 30%;
  }

  .expertise {
    margin-bottom: var(--tablet);
  }

  .expertise-right {
    grid-row-gap: 10px;
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .expertise-wrapper {
    grid-template-columns: 280px 1fr;
  }

  .trusted-logo {
    margin-bottom: var(--tablet);
  }

  .cs-inner {
    grid-row-gap: 10px;
  }

  .angular-icon {
    min-width: 100px;
    min-height: 100px;
    max-height: 100px;
  }
}

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  li {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 25px;
    font-size: 16px;
  }

  .container {
    max-width: 100%;
  }

  .header {
    flex-flow: column;
  }

  .page-data {
    margin-bottom: var(--landscape-mobile);
  }

  .footer-bottom {
    font-size: 14px;
    line-height: 150%;
  }

  .footer-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-right {
    border-left-style: none;
    border-left-width: 0;
    max-width: none;
    padding-left: 0;
  }

  .ft-resources {
    grid-row-gap: 12px;
  }

  .ft-social-wrap {
    grid-row-gap: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .ft-service-wrap {
    grid-row-gap: 12px;
  }

  .footer-left {
    flex-flow: column-reverse;
    max-width: none;
  }

  .ft-bottom {
    grid-row-gap: 10px;
  }

  .footer-top {
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .ft-title {
    margin-bottom: 10px;
  }

  .ft-address {
    font-size: 14px;
    line-height: 150%;
  }

  .ft-data {
    grid-row-gap: 25px;
  }

  .cta {
    padding-bottom: 50px;
  }

  .cta-title {
    text-align: center;
    line-height: 140%;
  }

  .cta-wrapper {
    flex-flow: column;
  }

  .cta-right {
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    max-width: none;
  }

  .cta-image {
    min-height: 200px;
    max-height: 200px;
  }

  .faq, .map {
    margin-bottom: var(--landscape-mobile);
  }

  .faq-wrapper {
    grid-row-gap: 25px;
  }

  .faq-img {
    max-width: 100%;
  }

  .ans-box {
    padding-top: 8px;
    padding-right: 25px;
  }

  .faq-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact {
    margin-bottom: var(--landscape-mobile);
    padding-top: 40px;
  }

  .contact-form {
    padding: 30px;
  }

  .contact-button {
    margin-top: 30px;
  }

  .contact-title {
    margin-bottom: 10px;
  }

  .contact-data {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cta-left {
    max-width: none;
    margin-bottom: 20px;
  }

  .page-title {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .blogs {
    margin-bottom: var(--landscape-mobile);
  }

  .post-list {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
  }

  .post-block {
    font-size: 14px;
    line-height: 150%;
  }

  .post-image {
    min-height: 295px;
    max-height: 295px;
  }

  .post-date {
    top: 15px;
    right: 15px;
  }

  .post-title {
    font-size: 18px;
  }

  .post-page-title {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .post-main-title {
    font-size: 30px;
  }

  .post-main {
    margin-bottom: var(--landscape-mobile);
  }

  .post-main-image {
    min-height: 350px;
    max-height: 350px;
  }

  .post-details {
    margin-top: 30px;
  }

  .works {
    margin-bottom: var(--landscape-mobile);
  }

  .work-list {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .work-image {
    min-height: auto;
    max-height: none;
  }

  .work-tag-wrap {
    grid-row-gap: 4px;
    flex-flow: wrap;
  }

  .work-inner {
    color: #000;
    margin-top: 12px;
    position: static;
  }

  .work-name {
    color: #000;
  }

  .work-main {
    margin-bottom: var(--landscape-mobile);
  }

  .work-left {
    grid-column-gap: 40px;
  }

  .work-top {
    max-width: 60%;
  }

  .work-info {
    grid-column-gap: 40px;
  }

  .primary-button.mobile-none {
    display: none;
  }

  .experts-wrap {
    grid-row-gap: 18px;
  }

  .experts-block {
    grid-column-gap: 15px;
  }

  .experts-img {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .experts-image {
    min-height: 50px;
    max-height: 50px;
  }

  .work-data {
    max-width: 40%;
  }

  .service-main {
    margin-bottom: var(--landscape-mobile);
  }

  .service-main-image {
    min-height: 350px;
    max-height: 350px;
  }

  .service-wrapper {
    grid-row-gap: 50px;
  }

  .service-details {
    grid-row-gap: 40px;
  }

  .services {
    margin-bottom: var(--landscape-mobile);
  }

  .service-list {
    grid-row-gap: 25px;
  }

  .service-block {
    padding-bottom: 25px;
  }

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

  .innovations {
    margin-bottom: var(--landscape-mobile);
    padding-top: 40px;
  }

  .benefits {
    margin-bottom: var(--landscape-mobile);
  }

  .benefits-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .benefits-block {
    grid-row-gap: 20px;
    padding: 20px;
    font-size: 14px;
    line-height: 150%;
  }

  .benefits-icon {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .benefits-title {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .process-outer {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .process-block {
    grid-row-gap: 40px;
  }

  .process-data {
    grid-row-gap: 20px;
  }

  .process-title {
    margin-bottom: 8px;
  }

  .process, .jobs {
    margin-bottom: var(--landscape-mobile);
  }

  .job-wrapper {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .innovation-top {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
  }

  .innovation-right {
    padding: 25px;
  }

  .story {
    margin-bottom: var(--landscape-mobile);
    padding-top: 40px;
  }

  .story-image {
    min-height: 340px;
    max-height: 340px;
  }

  .story-top {
    text-align: center;
    margin-bottom: 25px;
  }

  .vision {
    margin-bottom: var(--landscape-mobile);
  }

  .vision-img {
    max-width: 100%;
  }

  .vision-facts {
    grid-column-gap: 30px;
  }

  .excellence {
    margin-bottom: var(--landscape-mobile);
  }

  .excellence-wrapper {
    grid-row-gap: 20px;
  }

  .reviews {
    margin-bottom: var(--landscape-mobile);
  }

  .review-right {
    padding: 20px;
  }

  .review-heading {
    font-size: 22px;
  }

  .review-info-text {
    font-size: 16px;
    line-height: 150%;
  }

  .review-block {
    grid-column-gap: 20px;
    padding: 15px;
  }

  .review-image {
    object-position: 50% 0%;
    min-height: 220px;
    max-height: 220px;
  }

  .review-data {
    padding-top: 0;
  }

  .review-text {
    margin-top: 12px;
    padding-top: 12px;
    font-size: 14px;
    line-height: 150%;
  }

  .review-info {
    font-size: 12px;
    line-height: 150%;
  }

  .review-name {
    font-size: 14px;
    line-height: 150%;
  }

  .left-arrow {
    bottom: 15px;
    right: 50px;
  }

  .right-arrow {
    bottom: 15px;
    right: 15px;
  }

  .team, .connect {
    margin-bottom: var(--landscape-mobile);
  }

  .connect-left {
    padding: 30px;
  }

  .form-wrapper {
    grid-row-gap: 35px;
  }

  .facts {
    margin-bottom: var(--landscape-mobile);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .facts-wrapper {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .facts-block._01 {
    padding-bottom: 30px;
  }

  .facts-block._03 {
    padding-top: 30px;
    padding-right: 30px;
  }

  .facts-block._02 {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #0000001a;
    border-bottom-width: 1px;
    border-bottom-color: #0000001a;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .facts-info {
    font-size: 50px;
  }

  .about {
    margin-bottom: var(--landscape-mobile);
  }

  .about-left {
    grid-row-gap: 40px;
    padding: 30px;
  }

  .about-data {
    grid-row-gap: 30px;
  }

  .hero {
    margin-bottom: var(--landscape-mobile);
    padding-top: 50px;
  }

  .hero-main-image {
    min-height: 350px;
    max-height: 350px;
  }

  .hero-info-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .hero-left {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .hero-top {
    margin-bottom: 50px;
  }

  .hero-title {
    font-size: 90px;
    line-height: 110%;
  }

  .hero-tag {
    padding: 6px 14px;
    font-size: 12px;
    line-height: 120%;
    top: -10px;
    left: -18px;
  }

  .hero-tag._03 {
    top: -5px;
  }

  .hero-tag._04 {
    top: -4px;
    left: 80px;
  }

  .hero-tag._05 {
    bottom: -2px;
    right: 11%;
  }

  .work-mask {
    max-width: 330px;
  }

  .policy-block {
    padding-top: 40px;
  }

  .work-page-title {
    padding-top: 40px;
    padding-bottom: 25px;
  }

  .work-overlay {
    display: none;
  }

  .hero-heading {
    margin-bottom: 6px;
  }

  .service-pg-title {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-wrap {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .button-wrap.mobile {
    display: flex;
  }

  .success-message-02 {
    max-width: 80%;
  }

  .case-studies {
    margin-bottom: var(--landscape-mobile);
  }

  .cs-wrapper {
    grid-column-gap: 15px;
  }

  .cs-image {
    min-height: 290px;
    max-height: 290px;
  }

  .cs-main-title {
    font-size: 30px;
  }

  .cs-main-image {
    min-height: 350px;
    max-height: 350px;
  }

  .cs-main {
    margin-bottom: var(--landscape-mobile);
  }

  .cs-data {
    margin-top: 40px;
  }

  .cs-details {
    grid-row-gap: 50px;
  }

  .cs-result-wrap {
    grid-column-gap: 20px;
  }

  .result-text {
    font-size: 40px;
  }

  .cs-right {
    max-width: none;
  }

  .cs-page-title {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .hire-hero {
    margin-bottom: var(--landscape-mobile);
    padding-top: 40px;
  }

  .hire-left {
    grid-row-gap: 20px;
  }

  .contact-us {
    margin-bottom: var(--landscape-mobile);
  }

  .contact-form-02 {
    padding: 30px;
  }

  .contact-button-02 {
    margin-top: 30px;
  }

  .features {
    margin-bottom: var(--landscape-mobile);
  }

  .features-inner {
    grid-template-columns: 1fr;
  }

  .partnership {
    margin-bottom: var(--landscape-mobile);
  }

  .partnership-inner {
    padding-top: 40px;
  }

  .partnership-top {
    margin-bottom: 30px;
  }

  .partnership-img {
    max-width: 40%;
  }

  .expertise {
    margin-bottom: var(--landscape-mobile);
  }

  .expertise-right {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .expertise-left {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .expertise-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .trusted-logo {
    margin-bottom: var(--landscape-mobile);
  }

  .right-linear-02, .left-linear-02 {
    max-width: 100px;
  }

  .angular-icon {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }
}

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

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 20px;
  }

  .nav-right {
    grid-column-gap: 10px;
  }

  .nav-button {
    padding: 8px 12px;
    font-size: 12px;
  }

  .page-data {
    margin-bottom: var(--portrait-mobile);
  }

  .footer {
    padding-top: 30px;
  }

  .footer-bottom {
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .ft-resources {
    justify-content: flex-start;
    align-items: center;
  }

  .ft-resources-data {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
  }

  .ft-social-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .ft-service-block {
    font-size: 14px;
    line-height: 150%;
  }

  .footer-left {
    justify-content: space-between;
    align-items: flex-start;
  }

  .ft-bottom {
    text-align: left;
    justify-content: flex-end;
    align-items: flex-start;
    font-size: 12px;
    line-height: 150%;
  }

  .footer-top {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .ft-title {
    margin-bottom: 6px;
  }

  .ft-link {
    font-size: 14px;
    line-height: 150%;
  }

  .ft-address {
    max-width: none;
  }

  .ft-data {
    justify-content: flex-start;
    align-items: stretch;
  }

  .ft-info {
    grid-column-gap: 40px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta {
    padding-bottom: 40px;
  }

  .cta-title {
    font-size: 24px;
  }

  .cta-right {
    grid-row-gap: 25px;
  }

  .cta-image {
    min-height: auto;
    max-height: none;
  }

  .faq, .map {
    margin-bottom: var(--portrait-mobile);
  }

  .sub-title {
    font-size: 12px;
  }

  .ans-box {
    padding-right: 0;
  }

  .que-icon {
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
  }

  .que {
    grid-column-gap: 15px;
  }

  .faq-info {
    padding: 12px;
  }

  .ans-text {
    font-size: 14px;
    line-height: 150%;
  }

  .faq-que {
    white-space: normal;
    font-size: 16px;
  }

  .contact {
    margin-bottom: var(--portrait-mobile);
  }

  .contact-form {
    padding: 20px;
  }

  .input {
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-button {
    margin-top: 25px;
  }

  .textarea {
    padding-left: 12px;
    padding-right: 12px;
  }

  .form-wrap {
    grid-row-gap: 20px;
  }

  .contact-title {
    font-size: 24px;
    line-height: 140%;
  }

  .contact-data {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .contact-info {
    grid-column-gap: 14px;
  }

  .address {
    max-width: none;
  }

  .contact-info-data {
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .contact-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-left {
    margin-bottom: 16px;
  }

  .page-title {
    padding-bottom: 30px;
  }

  .blogs {
    margin-bottom: var(--portrait-mobile);
  }

  .post-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .post-block {
    grid-row-gap: 12px;
  }

  .post-image {
    min-height: auto;
    max-height: none;
  }

  .post-title {
    margin-top: 8px;
  }

  .post-main-title {
    font-size: 24px;
  }

  .post-head {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .post-main {
    margin-bottom: var(--portrait-mobile);
  }

  .post-main-image {
    min-height: 230px;
    max-height: 230px;
  }

  .post-details {
    margin-top: 25px;
  }

  .works {
    margin-bottom: var(--portrait-mobile);
  }

  .work-tag-wrap {
    top: 15px;
    left: 15px;
  }

  .work-tag {
    padding: 6px 10px 6px 12px;
  }

  .work-head {
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .work-main {
    margin-bottom: var(--portrait-mobile);
  }

  .work-main-image {
    min-height: 200px;
  }

  .work-wrapper {
    margin-top: 30px;
  }

  .work-left {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .work-top {
    grid-row-gap: 30px;
    max-width: none;
  }

  .primary-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .work-sub-title {
    margin-bottom: 14px;
  }

  .experts-wrap {
    grid-row-gap: 16px;
  }

  .experts-img {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .experts-image {
    min-height: 40px;
    max-height: 40px;
  }

  .work-data {
    max-width: none;
  }

  .service-main {
    margin-bottom: var(--portrait-mobile);
  }

  .service-main-image {
    min-height: 230px;
    max-height: 230px;
  }

  .service-wrapper {
    grid-row-gap: 40px;
  }

  .service-left {
    grid-row-gap: 25px;
  }

  .service-right {
    grid-row-gap: 30px;
    padding: 20px;
  }

  .services {
    margin-bottom: var(--landscape-mobile);
  }

  .service-list {
    grid-row-gap: 20px;
  }

  .service-block {
    padding-bottom: 20px;
  }

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

  .innovations, .benefits {
    margin-bottom: var(--portrait-mobile);
  }

  .benefits-wrapper {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .benefits-block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .process-outer {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .process-block {
    grid-row-gap: 30px;
    padding-top: 25px;
  }

  .process-info {
    font-size: 14px;
    line-height: 150%;
  }

  .process, .jobs {
    margin-bottom: var(--portrait-mobile);
  }

  .job-data {
    grid-column-gap: 10px;
    grid-row-gap: 6px;
    flex-flow: wrap;
  }

  .innovation-title {
    margin-bottom: 6px;
  }

  .innovation-text {
    font-size: 14px;
    line-height: 150%;
  }

  .innovation-right {
    padding: 20px;
  }

  .innovation-data {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .story {
    margin-bottom: var(--portrait-mobile);
  }

  .story-image {
    min-height: 230px;
    max-height: 230px;
  }

  .story-bottom {
    grid-row-gap: 25px;
    margin-top: 20px;
  }

  .story-text {
    font-size: 14px;
    line-height: 150%;
  }

  .story-top {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 150%;
  }

  .vision {
    margin-bottom: var(--portrait-mobile);
  }

  .vision-facts {
    grid-column-gap: 80px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .vision-facts-info {
    font-size: 26px;
  }

  .vision-top {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .vision-heading {
    margin-bottom: 6px;
  }

  .vision-data {
    font-size: 14px;
    line-height: 150%;
  }

  .excellence {
    margin-bottom: var(--portrait-mobile);
  }

  .excellence-wrapper {
    grid-row-gap: 16px;
  }

  .excellence-left {
    grid-row-gap: 30px;
    font-size: 14px;
    line-height: 150%;
  }

  .excellence-title {
    font-size: 22px;
  }

  .excellence-info {
    grid-row-gap: 10px;
  }

  .excellence-data {
    font-size: 16px;
    line-height: 150%;
  }

  .reviews {
    margin-bottom: var(--portrait-mobile);
  }

  .review-block {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    padding-bottom: 70px;
  }

  .review-img {
    max-width: none;
  }

  .review-image {
    min-height: 300px;
    max-height: 300px;
  }

  .review-image._01 {
    object-position: 50% 50%;
  }

  .review-data {
    max-width: none;
  }

  .left-arrow {
    inset: auto 38px 15px 0%;
  }

  .right-arrow {
    inset: auto 0% 15px 38px;
  }

  .team {
    margin-bottom: var(--portrait-mobile);
    padding-bottom: 44px;
  }

  .team-slider {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-mask {
    max-width: 100%;
    overflow: hidden;
  }

  .team-image {
    height: auto;
  }

  .team-bottom {
    font-size: 14px;
    line-height: 150%;
  }

  .team-slide {
    margin-left: 0;
  }

  .connect {
    margin-bottom: var(--portrait-mobile);
  }

  .connect-wrapper {
    grid-row-gap: 25px;
  }

  .connect-left {
    padding: 20px;
  }

  .form-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .facts {
    margin-bottom: var(--portrait-mobile);
  }

  .facts-block._01 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 25px;
    padding-right: 0;
  }

  .facts-block._03 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 25px;
    padding-right: 0;
  }

  .facts-block._02 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 0;
  }

  .facts-info {
    font-size: 40px;
  }

  .facts-info-wrap {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 28px;
  }

  .facts-tag {
    padding: 5px 12px;
    font-size: 12px;
    line-height: 150%;
  }

  .about {
    margin-bottom: var(--portrait-mobile);
  }

  .about-left {
    grid-row-gap: 20px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-text {
    font-size: 14px;
    line-height: 150%;
  }

  .about-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
  }

  .about-title {
    font-size: 25px;
  }

  .hero {
    margin-bottom: var(--portrait-mobile);
  }

  .hero-main-image {
    min-height: 250px;
    max-height: 250px;
  }

  .hero-info-wrap {
    grid-row-gap: 16px;
  }

  .hero-right {
    font-size: 14px;
    line-height: 150%;
  }

  .hero-top {
    margin-bottom: 50px;
  }

  .hero-title {
    word-break: break-all;
    font-size: 58px;
  }

  .hero-data-top {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-end;
  }

  .hero-tag {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    line-height: 110%;
    top: -14px;
  }

  .hero-tag._02 {
    bottom: -16px;
    right: 32%;
  }

  .hero-tag._03 {
    top: -12px;
  }

  .hero-tag._04 {
    top: 48px;
    left: 6px;
    transform: rotate(10deg);
  }

  .hero-tag._05 {
    bottom: -10px;
    right: 0;
  }

  .work-mask {
    max-width: none;
  }

  .cookie-text {
    margin-top: 10px;
  }

  .cookie-icon {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .cookie-modal {
    grid-row-gap: 25px;
    padding: 25px 20px;
  }

  .cookie-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-heading {
    font-size: 22px;
  }

  .swiper-arrow-wrapper._02 {
    inset: auto 0% -10%;
  }

  .success-message-02 {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .success-inner, .success-block {
    margin-top: 20px;
  }

  .case-studies {
    margin-bottom: var(--portrait-mobile);
  }

  .cs-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .cs-image {
    min-height: 250px;
    max-height: 250px;
  }

  .cs-main-title {
    font-size: 24px;
  }

  .cs-main-image {
    min-height: 230px;
    max-height: 230px;
  }

  .cs-main {
    margin-bottom: var(--portrait-mobile);
  }

  .cs-details {
    grid-row-gap: 40px;
  }

  .cs-result-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .cs-right {
    grid-row-gap: 40px;
    padding: 25px;
  }

  .cs-wrap {
    grid-row-gap: 20px;
  }

  .hire-hero {
    margin-bottom: var(--portrait-mobile);
  }

  .hiring-heading {
    margin-bottom: 10px;
  }

  .contact-us {
    margin-bottom: var(--portrait-mobile);
  }

  .contact-form-02 {
    padding: 20px;
  }

  .form-wrap-02 {
    grid-row-gap: 20px;
  }

  .contact-button-02 {
    margin-top: 25px;
  }

  .features {
    margin-bottom: var(--portrait-mobile);
  }

  .features-block {
    grid-row-gap: 30px;
  }

  .features-top {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .partnership {
    margin-bottom: var(--portrait-mobile);
  }

  .partnership-top {
    margin-bottom: 25px;
  }

  .partnership-img {
    max-width: 80%;
  }

  .expertise {
    margin-bottom: var(--portrait-mobile);
  }

  .expertise-right {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .expertise-left {
    padding-left: 15px;
    padding-right: 15px;
  }

  .trusted-logo {
    margin-bottom: var(--portrait-mobile);
  }

  .marquee {
    grid-column-gap: 20px;
  }

  .trusted-title {
    grid-row-gap: 6px;
    flex-flow: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  .angular-icon {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }
}

#w-node-_77519e04-c838-fff0-c297-e4bf745d2603-40f69c2d, #w-node-_912620bb-43cc-1998-8459-33bb61e6c8c8-40f69c2d, #w-node-_1fa67eea-f29a-354a-3e1e-e1fd54e4c92d-40f69c2d, #w-node-_31ccd81a-cbfc-01ff-2df7-86287b1fcd9d-40f69c2d, #w-node-_92ba1aa6-fa68-5aa1-8762-e821914e3a6f-27efa57e, #w-node-e0d01d05-c661-7060-1be7-197c48b151e8-27efa57e, #w-node-cf43e147-4cf1-61a8-57d9-cb41ab3e7034-27efa57e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_41b1e5d0-3b38-2d20-352c-66b05f410e35-c37ebd1d, #w-node-_268e4bc8-fd95-ca3a-4444-072c3a056077-23042da7, #w-node-_268e4bc8-fd95-ca3a-4444-072c3a05607b-23042da7, #w-node-_291b7fcb-66bd-cc21-109d-7d3d37224110-23042da7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_268e4bc8-fd95-ca3a-4444-072c3a056083-23042da7, #w-node-_268e4bc8-fd95-ca3a-4444-072c3a056087-23042da7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-_77519e04-c838-fff0-c297-e4bf745d2603-40f69c2d, #w-node-_912620bb-43cc-1998-8459-33bb61e6c8c8-40f69c2d, #w-node-_1fa67eea-f29a-354a-3e1e-e1fd54e4c92d-40f69c2d, #w-node-_31ccd81a-cbfc-01ff-2df7-86287b1fcd9d-40f69c2d {
    grid-column: span 1 / span 1;
  }

  #w-node-_268e4bc8-fd95-ca3a-4444-072c3a056077-23042da7, #w-node-_268e4bc8-fd95-ca3a-4444-072c3a05607b-23042da7, #w-node-_291b7fcb-66bd-cc21-109d-7d3d37224110-23042da7 {
    grid-column: span 2 / span 2;
  }

  #w-node-_268e4bc8-fd95-ca3a-4444-072c3a05607f-23042da7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}