:root {
  --paragraph-color: #4a4a4a;
  --title-color: #0a223c;
  --white: white;
  --primary-color: #842dda;
  --separator-color: #e3e3e3;
}

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@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(--paragraph-color);
  font-family: Livvic, sans-serif;
  font-size: 18px;
  line-height: 1.667;
}

h1 {
  color: var(--title-color);
  letter-spacing: -.52px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Bold, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
}

h2 {
  color: var(--title-color);
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Bold, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25;
}

h3 {
  color: var(--title-color);
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Semi Bold, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
}

h4 {
  color: var(--title-color);
  font-family: Inter Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

strong {
  line-height: 1;
}

em {
  font-style: italic;
}

blockquote {
  color: var(--title-color);
  letter-spacing: -.24px;
  background-image: url('../images/Block-quote.svg'), linear-gradient(105deg, #f4ecc299 1.74%, #e4faf299 33.83%, #d3f3cf99 65.92%, #fff3e499 98.01%);
  background-position: 95% 90%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 80px, auto;
  border: 1px #000;
  border-radius: 32px;
  margin-bottom: 10px;
  padding: 64px 100px 64px 48px;
  font-size: 24px;
  font-style: italic;
  line-height: 1.5;
}

figure {
  margin-bottom: 10px;
}

.nav-menu {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 175px;
  margin-bottom: -110px;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar-menu-container {
  z-index: 5;
  background-color: #0000;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-list-wrapper {
  grid-column-gap: 25px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-dropdown-toggle {
  grid-column-gap: 8px;
  color: var(--title-color);
  letter-spacing: .25px;
  align-items: center;
  padding: 0;
  font-family: Inter Medium, sans-serif;
  font-weight: 500;
  transition: color .3s;
  display: flex;
}

.nav-dropdown-toggle:hover {
  color: var(--primary-color);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin: 0;
  font-size: 14px;
  position: static;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  min-width: 150px;
  margin-top: 20px;
  overflow: hidden;
  box-shadow: 0 4px 15px #0000001a;
}

.nav-dropdown-list.service, .nav-dropdown-list.project {
  min-width: 250px;
}

.nav-dropdown-list.all-pages {
  min-width: 400px;
  left: -100px;
}

.main-container {
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
}

.call-list-item {
  margin-left: 8px;
}

.call-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.bg-gradient-1 {
  background-image: linear-gradient(117deg, #7c25d0 35.64%, #3231ff 81.46%);
}

.call-icon-block {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.call-content {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.call-text {
  color: #4a4a4a;
  font-family: Inter Regular, sans-serif;
  font-size: 14px;
  line-height: 1;
}

.phone-number {
  color: var(--title-color);
  font-family: Inter Semi Bold, sans-serif;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

.mobile-menu-logo {
  display: none;
}

.style-guide-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: flex-start;
  display: flex;
}

.style-guide-sidebar {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  height: 100%;
  min-height: 98vh;
  padding: 100px 20px 40px;
  display: flex;
  position: sticky;
  top: 32px;
}

.style-guide-details {
  width: 75%;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.style-guide-header-wrapper {
  background-color: var(--primary-color);
  padding-top: 20px;
  padding-bottom: 20px;
}

.bold-heading {
  color: var(--title-color);
  letter-spacing: -.18px;
  font-family: Inter Semi Bold, sans-serif;
  font-weight: 600;
  line-height: 1;
}

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

.style-guide-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.typography-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  padding-bottom: 100px;
}

.section-heading.center, .section-heading.desktop-small-center {
  text-align: center;
}

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

.center {
  text-align: center;
}

.paragraph-small {
  font-size: 16px;
  line-height: 1.625;
}

.color-wrapper {
  padding-bottom: 100px;
}

.color-code {
  text-transform: uppercase;
}

.color-block {
  border-bottom: 1px solid #e3e3e3;
  min-height: 100px;
}

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

.color-block.paragraph-color {
  background-color: var(--paragraph-color);
}

.color-block.title-color {
  background-color: var(--title-color);
}

.color-card {
  border: 1px solid #e3e3e3;
}

.color-heading {
  color: var(--title-color);
  font-family: Inter Semi Bold, sans-serif;
  font-weight: 600;
}

.color-details-block {
  padding: 5px 10px;
}

.style-guide-color-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.section-bg-gradient-1 {
  background-image: linear-gradient(105deg, #f4ecc299 1.74%, #e4faf299 39.85%, #d3f3cf99 73.94%, #fff3e499 98.01%);
}

.display-heading-1 {
  z-index: 99;
}

.section-bg-gradient-2 {
  background-image: linear-gradient(105deg, #f4ecc233 1.74%, #e4faf233 39.85%, #d3f3cf33 73.94%, #fff3e433 98.01%);
}

.style-guide-button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: row;
  align-items: flex-start;
  padding-bottom: 100px;
}

.primary-button {
  background-color: var(--primary-color);
  color: var(--white);
  text-align: center;
  border-radius: 82px;
  padding: 16px 32px;
  font-family: Inter Semi Bold, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  transition: background-color .3s;
}

.primary-button:hover {
  background-color: var(--title-color);
}

.primary-button.different-hover:hover {
  background-color: var(--white);
  color: var(--primary-color);
}

.secondary-button {
  border: 1px solid var(--paragraph-color);
  color: var(--title-color);
  text-align: center;
  background-color: #0000;
  border-radius: 82px;
  padding: 16px 32px;
  font-family: Inter Semi Bold, sans-serif;
  font-weight: 600;
  line-height: 1.1;
  transition: color .3s, background-color .3s, border-color .3s;
}

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

.style-guide-icon-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: row;
  align-items: center;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.style-guide-link-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.style-guide-link {
  border-bottom: 1px solid var(--separator-color);
  color: var(--title-color);
  padding: 20px 5px;
  font-family: Inter Semi Bold, sans-serif;
  font-weight: 600;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

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

.hero-section {
  padding-top: 200px;
  padding-bottom: 115px;
}

.hero-section.section-bg-gradient-1.hero-bg-image {
  background-image: url('../images/Hero-Shape.png'), linear-gradient(105deg, #f4ecc299 1.74%, #e4faf299 39.85%, #d3f3cf99 73.94%, #fff3e499 98.01%);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 650px, auto;
  position: relative;
}

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

.hero-section-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-content-block {
  max-width: 592px;
  position: relative;
}

.hero-large-paragraph {
  margin-top: 24px;
  margin-bottom: 40px;
}

.hero-button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.trusted-partner-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.trusted-partner-image-block {
  flex: none;
  align-items: center;
  display: flex;
}

.trusted-partner-image {
  border: 1px solid var(--white);
  border-radius: 50%;
  margin-left: -20px;
}

.trusted-partner-image.no-margin {
  margin-left: 0;
}

.trusted-partner-count-block {
  border: 1px solid var(--white);
  background-color: var(--title-color);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  display: flex;
}

.trusted-partner-count-text {
  color: #fefefe;
  letter-spacing: -.14px;
  font-family: Inter Bold, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

.trusted-partner-text {
  color: var(--title-color);
  letter-spacing: -.16px;
  font-family: Inter Medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.hero-content-flex {
  border-top: 1px solid var(--separator-color);
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding-top: 30px;
  display: flex;
}

.hero-rating-column {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 180px;
  display: flex;
}

.hero-separator {
  background-color: var(--separator-color);
  width: 1px;
  height: 40px;
}

.hero-experience-column {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 277px;
  display: flex;
}

.hero-image {
  border-radius: 50px 50px 214px 70px;
  width: 100%;
}

.hero-image-container {
  position: relative;
}

.badge {
  background-color: #f1f1f1;
  border-radius: 83px;
  margin-bottom: 24px;
  padding: 8px 25px;
  font-family: Inter Regular, sans-serif;
  display: inline-block;
}

.badge.hero-badge {
  background-color: var(--white);
  color: #642ae0;
}

.hero-shape-1 {
  display: none;
  position: absolute;
  inset: 258px auto auto 70px;
}

.hero-shape-2 {
  position: absolute;
  bottom: 134px;
  right: 169px;
}

.hero-shape-image-3 {
  z-index: 1;
  position: absolute;
  top: 200px;
  left: -18px;
}

.rating-paragraph {
  font-size: 16px;
  line-height: 1.62;
}

.experience-paragraph {
  font-size: 16px;
  line-height: 1.625;
}

.home-about-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.home-about-image-wrapper {
  max-width: 534px;
  position: relative;
}

.text-medium {
  font-family: Inter Medium, sans-serif;
  font-weight: 500;
}

.about-large-paragraph {
  margin-top: 24px;
  margin-bottom: 40px;
}

.about-list-wrapper {
  grid-row-gap: 28px;
  flex-direction: column;
  margin-bottom: 48px;
  display: flex;
}

.about-list-wrapper.margin-bottom-0px {
  margin-bottom: 0;
}

.about-list {
  grid-column-gap: 16px;
  grid-row-gap: 2px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-icon-wrapper {
  flex: none;
  width: 24px;
  height: 26px;
  margin-top: 3px;
}

.about-icon-outline {
  border: 1px solid var(--paragraph-color);
  border-radius: 1.5px;
  width: 18px;
  height: 19px;
}

.about-icon-fill {
  background-color: var(--primary-color);
  border-radius: 2px;
  width: 17px;
  height: 17px;
  margin-top: -10px;
  margin-left: auto;
}

.about-list-heading-wrapper {
  grid-column-gap: 16px;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.video-popup-wrapper {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.video-popup {
  background-color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  box-shadow: 0 0 32px #842dda2e;
}

.video-popup:hover {
  transform: scale(1.2);
  box-shadow: 0 0 20px #842dda4d;
}

.about-upper-image {
  z-index: 1;
  border-radius: 24px 24px 56px;
  width: 54%;
  max-width: 286px;
  margin-bottom: -150px;
  position: relative;
}

.about-lower-image {
  border-radius: 32px 32px 32px 64px;
  width: 70%;
  max-width: 370px;
  margin-left: auto;
  display: block;
}

.about-experience-block {
  position: absolute;
  top: 36px;
  right: 30px;
}

.experience-count {
  background-color: var(--primary-color);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter Bold, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
}

.about-shape-1 {
  position: absolute;
  bottom: 40px;
  left: 20px;
}

.about-shape-2 {
  position: absolute;
  bottom: -76px;
  left: -4px;
  transform: rotate(16.23deg);
}

.about-list-paragraph {
  margin-left: 40px;
  font-size: 16px;
  line-height: 1.625;
}

.about-list-paragraph.padding-right-0px {
  margin-left: 0;
}

.about-fact-wrapper {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.about-fact-heading {
  text-align: center;
}

.about-fact-flex {
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.about-fact-column {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.about-fact-count {
  color: var(--title-color);
  font-family: Inter Bold, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

.fact-text {
  font-size: 16px;
  line-height: 1;
}

.fact-separator {
  background-color: #dbdbdb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 60px;
  display: flex;
}

.separator-fill {
  background-color: var(--primary-color);
  width: 3px;
  min-height: 7px;
}

.service-section.section-bg-gradient-2.section-padding-y.position-relative {
  position: relative;
}

.service-heading-wrapper {
  margin-bottom: 70px;
}

.service-heading-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.service-heading-block {
  max-width: 420px;
}

.service-paragraph-block {
  max-width: 480px;
}

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

.service-card {
  transform-style: preserve-3d;
  border-radius: 24px;
  align-items: stretch;
  text-decoration: none;
  position: relative;
  transform: none;
  box-shadow: 0 4px 15px #0000001a;
}

.service-card-normal-state {
  z-index: 3;
  background-color: var(--white);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: var(--paragraph-color);
  border-radius: 24px;
  padding: 48px 15px;
}

.service-card-hover-state {
  z-index: 5;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: var(--paragraph-color);
  transform-style: preserve-3d;
  background-image: linear-gradient(127deg, #f4ecc2 8.21%, #e4faf2 27.96%, #d3f3cf 70.03%, #fff3e4 87.9%);
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.service-icon {
  margin-bottom: 32px;
}

.service-card-content-block {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-card-heading {
  border-radius: 16px;
  line-height: 1;
  transition: color .3s;
}

.service-card-heading:hover {
  color: var(--primary-color);
}

.service-short-details {
  font-size: 16px;
  line-height: 1.625;
}

.details-link-block {
  grid-column-gap: 8px;
  color: var(--paragraph-color);
  align-items: center;
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.02;
  display: flex;
}

.service-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.service-text-wrapper.service-slider-bottom-text {
  margin-top: 48px;
}

.service-text-wrapper.service-slider-bottom-text.service-page {
  margin-top: 32px;
}

.service-text-wrapper.testimonial-slider-bottom-text {
  margin-top: 48px;
}

.service-bottom-text {
  font-family: Inter Regular, sans-serif;
  font-size: 16px;
  line-height: 1;
}

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

.color-text-span.font-medium {
  font-family: Inter Medium, sans-serif;
  font-weight: 500;
}

.service-bottom-dot {
  background-color: #d9d9d9;
  border-radius: 50%;
  flex: none;
  width: 12px;
  height: 12px;
}

.text-link {
  color: var(--paragraph-color);
  text-decoration: none;
  transition: opacity .2s, color .3s;
}

.text-link:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

.text-link.font-medium {
  font-family: Inter Medium, sans-serif;
  font-weight: 500;
}

.text-link.font-semi-bold {
  font-family: Inter Semi Bold, sans-serif;
  font-weight: 600;
}

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

.why-choose-us-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.wcu-content-wrapper {
  max-width: 535px;
}

.wcu-image-wrapper {
  max-width: 525px;
  position: relative;
}

.wcu-large-paragraph {
  margin-top: 24px;
  margin-bottom: 40px;
}

.accordion-body {
  border-bottom: 1px solid #dbdbdb;
  padding-top: 24px;
  padding-bottom: 24px;
}

.accordion-body.frist-item {
  padding-top: 0;
}

.accordion-body.last-item {
  border-bottom-style: none;
  padding-bottom: 0;
}

.accordion-link {
  z-index: 1;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  transition: color .2s;
  display: flex;
}

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

.accordion-main-content {
  overflow: hidden;
}

.acoordion-heading {
  color: var(--title-color);
  font-family: Inter Semi Bold, sans-serif;
  font-weight: 600;
  line-height: 1;
  transition: color .3s;
}

.acoordion-heading:hover {
  color: var(--primary-color);
}

.accordion-icon {
  width: 12px;
}

.accordion-paragraph {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.625;
}

.wcu-main-image {
  z-index: 1;
  border-radius: 80px 32px 32px;
  width: 80%;
  max-width: 410px;
  margin-top: -160px;
  margin-left: auto;
  margin-right: 40px;
  display: block;
  position: relative;
}

.wcu-shape-image-2 {
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.wcu-shape-image-1 {
  display: block;
  position: relative;
  left: 0;
}

.wcu-image-badge {
  z-index: 2;
  grid-column-gap: 16px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fffc;
  border-radius: 32px 12px;
  align-items: flex-start;
  max-width: 233px;
  padding: 24px 42px 24px 24px;
  display: flex;
  position: absolute;
  bottom: -48px;
  left: 119px;
  box-shadow: 0 10px 30px #0000001a;
}

.wcu-badge-text {
  color: var(--title-color);
  font-family: Inter Regular, sans-serif;
  font-size: 16px;
  line-height: 1.375;
}

.our-projects-section.section-bg-gradient-2.section-padding-y.overflow-hidden {
  overflow: hidden;
}

.our-projects-section.section-bg-gradient-2.section-padding-y.overflow-hidden.position-relative {
  position: relative;
}

.our-prjoects-image-wrapper {
  max-width: 500px;
  margin-top: 30px;
  position: relative;
}

.our-project-shape-image-1 {
  z-index: 2;
  display: block;
  position: absolute;
  top: 100px;
  left: -45px;
}

.our-project-shape-image-2 {
  margin-bottom: -120px;
  margin-left: auto;
  display: block;
}

.our-project-main-image {
  z-index: 1;
  border-radius: 160px 24px 24px;
  width: 100%;
  position: relative;
}

.our-projects-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.our-project-content-wrapper {
  flex-direction: column;
  align-items: center;
}

.our-project-large-paragraph {
  margin-top: 24px;
  margin-bottom: 48px;
}

.our-project-large-paragraph.desktop-small-center {
  text-align: center;
}

.project-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 69px;
}

.project-slide-item {
  width: 48%;
  margin-right: 15px;
}

.hidden-slider-nav {
  display: none;
}

.project-list-wrapper {
  flex: none;
}

.project-silder-card {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
}

.project-thumbnail {
  object-fit: cover;
  width: 100%;
}

.project-card-overlay {
  grid-row-gap: 12px;
  background-color: #0a223ca3;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.project-card-name {
  color: var(--white);
  letter-spacing: -.18px;
  font-family: Inter Medium, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  transition: transform .3s;
}

.project-card-name:hover {
  transform: translate(10px);
}

.parject-name-link {
  text-decoration: none;
}

.parject-link {
  grid-column-gap: 5px;
  filter: brightness(300%);
  color: #757575;
  align-items: center;
  width: 75px;
  font-family: Inter Regular, sans-serif;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.details-icon.blog {
  width: 14px;
}

.project-slider-left-arrow {
  border: 1px solid var(--title-color);
  color: var(--title-color);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
  transition: background-color .3s, border-color .3s, color .3s;
  display: flex;
  inset: auto auto 7px 0%;
}

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

.project-slider-right-arrow {
  border: 1px solid var(--title-color);
  color: var(--title-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
  transition: background-color .3s, border-color .3s, color .3s;
  display: flex;
  top: auto;
  bottom: 7px;
  left: 42px;
}

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

.slider-arrow {
  height: 30px;
  transform: translate(0, -26px);
}

.cms-empty-state {
  text-align: center;
}

.section-heading-wrapper.max-width-490px {
  max-width: 490px;
}

.section-heading-wrapper.max-width-480px {
  max-width: 480px;
}

.section-heading-wrapper.max-width-380px {
  max-width: 380px;
}

.section-heading-wrapper.contact {
  max-width: 561px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading-wrapper.padding-right {
  padding-right: 20px;
}

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

.testimonial-header-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 560px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-slider-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.testimonial-slider {
  background-color: var(--white);
  height: auto;
}

.testimonial-large-paragraph {
  margin-top: 24px;
}

.testimonial-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial-image-wrapper {
  max-width: 525px;
  position: relative;
}

.testimomial-content-wrapper {
  grid-row-gap: 32px;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  max-width: 507px;
  margin-bottom: 35px;
  padding-bottom: 32px;
  display: flex;
}

.quote-image-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.star-review-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  margin-bottom: 7px;
  display: flex;
}

.star-review-wrapper.mrgin-bottom-0px {
  margin-bottom: 0;
}

.testimnial-paragraph {
  color: var(--title-color);
  letter-spacing: -.18px;
  font-family: Inter Regular, sans-serif;
}

.testimnial-paragraph.testimonial-bg {
  background-image: url('../images/BG-quote.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
}

.testimonial-info {
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.testiomial-name {
  color: var(--title-color);
  font-family: Inter Semi Bold, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.testiomial-designation {
  line-height: 1;
}

.testiomial-image {
  z-index: 1;
  border-radius: 32px 32px 80px;
  width: 85%;
  max-width: 430px;
  margin-bottom: -130px;
  margin-left: 38px;
  position: relative;
}

.testimonial-shape-2 {
  margin-left: auto;
  display: block;
}

.testimonial-shape-1 {
  display: inline-block;
  position: absolute;
  top: 16px;
  left: 0;
}

.testimonial-left-arrow {
  border: 1px solid var(--title-color);
  background-color: var(--white);
  color: var(--title-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
  transition: background-color .3s, color .3s, border-color .3s;
  display: flex;
  inset: auto auto 7px 480px;
}

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

.testimonial-right-arrow {
  border: 1px solid var(--title-color);
  background-color: var(--white);
  color: var(--title-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
  transition: background-color .3s, color .3s, border-color .3s;
  display: flex;
  top: auto;
  bottom: 7px;
  left: 522px;
}

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

.testimonial-popup {
  z-index: 2;
  background-color: var(--white);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  position: absolute;
  inset: auto auto 75px 78px;
}

.testimonial-popup:hover {
  transform: scale(1.1);
  box-shadow: 0 0 15px 3px #842dda99;
}

.cta-section.project-padding-top {
  padding-top: 162px;
}

.cta-wrapper {
  border-radius: 48px;
  padding-top: 64px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.cta-heading-wrapper {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.cta-heading {
  text-align: center;
  font-family: Inter Light, sans-serif;
  font-weight: 300;
}

.cta-paragraph-wrapper {
  z-index: 2;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-paragraph {
  margin-top: 24px;
  margin-bottom: 40px;
}

.about-button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.cta-button-wrapper {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-shape-1 {
  z-index: 1;
  width: 246px;
  position: absolute;
  top: 0;
  left: -24px;
}

.cta-shape-2 {
  z-index: 1;
  position: absolute;
  bottom: 56px;
  left: 48px;
}

.cta-shape-3 {
  z-index: 1;
  position: absolute;
  top: 56px;
  right: 48px;
}

.section-bg-gradient-footer {
  background-image: linear-gradient(105deg, #f4ecc252 1.74%, #e4faf252 39.85%, #d3f3cf52 73.94%, #fff3e452 98.01%);
}

.footer-upper-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-about-column {
  flex-direction: column;
  align-items: flex-start;
  max-width: 422px;
  display: flex;
}

.navbar-brand-footer {
  margin-bottom: 32px;
}

.footer-heading.medium {
  font-family: Inter Medium, sans-serif;
  font-weight: 500;
}

.newsletter-form-block {
  width: 100%;
  margin-top: 34px;
  margin-bottom: 40px;
}

.newsletter-form {
  position: relative;
}

.input-field {
  border: 1px solid var(--paragraph-color);
  color: var(--paragraph-color);
  background-color: #0000;
  border-radius: 58px;
  width: 100%;
  min-height: 80px;
  margin-bottom: 0;
  padding: 31px 40px 31px 24px;
  font-size: 16px;
  line-height: 1;
}

.input-field:focus {
  border-style: solid;
  border-color: var(--primary-color);
}

.input-field::placeholder {
  color: var(--paragraph-color);
}

.newsletter-submit-button {
  background-color: #0000;
  background-image: url('../images/icon-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 32px;
  padding-bottom: 32px;
  transition: transform .3s ease-in-out;
  position: absolute;
  bottom: 0;
  right: 0;
}

.newsletter-submit-button:hover {
  transform: translate(0, -10px);
}

.email-large-link {
  color: var(--title-color);
  font-family: Inter Semi Bold, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
  transition: color .3s;
}

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

.footer-address {
  max-width: 258px;
  margin-top: 24px;
  margin-bottom: 40px;
}

.gradient-link {
  color: var(--primary-color);
  letter-spacing: -.18px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(117deg, #7c25d0 35.64%, #3231ff 84.86%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter Medium, sans-serif;
  font-weight: 500;
}

.gradient-link:hover {
  background-image: linear-gradient(270deg, #7c25d0 35.64%, #3231ff 84.86%);
}

.underline {
  background-image: url('../images/Gradient-Underline.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: background-position .3s;
}

.footer-separator {
  background-color: #dadada;
  width: 1px;
  height: 300px;
}

.footer-link-container {
  grid-column-gap: 100px;
  display: flex;
}

.footer-link-block {
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.footer-link {
  color: var(--paragraph-color);
  line-height: 1;
  transition: color .3s;
  display: inline-block;
}

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

.footer-lower-block {
  padding-top: 30px;
  padding-bottom: 20px;
}

.footer-lower-flex {
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  display: flex;
}

.copyright-text {
  font-family: Inter Regular, sans-serif;
}

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

.scoial-link-block {
  border: 1px solid var(--paragraph-color);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
  position: relative;
}

.social-icon {
  position: relative;
}

.social-hover-icon {
  position: absolute;
}

.blog-heading-wrapper {
  margin-bottom: 70px;
}

.blog-heading-block {
  max-width: 420px;
}

.blog-paragraph-block {
  max-width: 480px;
}

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

.blog-card {
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 15px #0000001a;
}

.blog-image-link {
  display: block;
  overflow: hidden;
}

.blog-card-name {
  font-size: 22px;
  line-height: 1.3;
  transition: color .3s;
}

.blog-card-name:hover {
  color: var(--primary-color);
}

.blog-card-lower {
  grid-row-gap: 16px;
  border-top: 1px solid #dbdbdb;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 16px;
  padding-bottom: 32px;
  display: flex;
}

.blog-card-name-wrapper {
  padding: 16px 10px 16px 15px;
}

.blog-card-meta-wrapper {
  grid-column-gap: 5px;
  display: flex;
}

.blog-text {
  color: var(--paragraph-color);
  font-size: 14px;
  line-height: 1;
}

.blog-date {
  font-size: 14px;
  line-height: 1;
}

.blog-card-author {
  color: var(--paragraph-color);
  font-size: 14px;
  line-height: 1;
  transition: color .2s;
  display: inline-block;
}

.blog-card-author:hover {
  color: var(--primary-color);
}

.blog-link {
  grid-column-gap: 4px;
  color: #757575;
  align-items: center;
  font-family: Inter Regular, sans-serif;
  font-size: 14px;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.logo-main-wrapper {
  grid-column-gap: 108px;
  align-items: center;
  margin-top: 76px;
  display: flex;
  overflow: hidden;
}

.logo-animation-wrapper {
  align-items: center;
  display: flex;
}

.company-logo-wrapper {
  grid-column-gap: 137px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.company-logo-block {
  flex-direction: column;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.company-logo {
  display: block;
  height: 60px !important;
}

.our-partner-heading {
  text-align: center;
}

.nav-link-block {
  color: var(--title-color);
  flex-direction: column;
  align-items: flex-start;
  font-family: Inter Medium, sans-serif;
  font-weight: 500;
  display: flex;
}

.nav-link-block.w--current {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(117deg, #842dda 31.91%, #3231ff 74.81%);
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link-block.dropdown {
  font-size: 16px;
  line-height: 1.62;
}

.nav-link-text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(117deg, #842dda 31.91%, #3231ff 74.81%);
  -webkit-background-clip: text;
  background-clip: text;
}

.nav-link-container {
  height: 30px;
  overflow: hidden;
}

.service-list, .project-list {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.license-content {
  background-color: var(--white);
  border-radius: 4px;
  padding: 25px;
}

.read-more-link {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  color: var(--paragraph-color);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.license-heading {
  margin-top: 0;
  line-height: 1;
}

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

.license-small-paragraph {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.62;
}

.gradient-border {
  border-radius: 5px;
  padding: 2px;
  overflow: hidden;
  box-shadow: 0 6px 16px #00000014;
}

.nav-menu-two {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 160px;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar-menu-container-two {
  z-index: 5;
  background-color: var(--white);
  border-radius: 54px;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  box-shadow: 0 4px 15px #0000001a;
}

.hero-section-two {
  padding-top: 200px;
  padding-bottom: 115px;
  position: relative;
}

.hero-content-block-2 {
  max-width: 613px;
  position: relative;
}

.hero-image-container-2 {
  width: 45%;
  max-width: 855px;
  height: 100%;
  max-height: 768px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero-image-2 {
  object-fit: cover;
  border-bottom-left-radius: 243px;
  width: 100%;
  height: 100%;
}

.hero-section-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hero-shape-upper {
  display: none;
  position: absolute;
  inset: 265px auto auto 142px;
}

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

.about-grid-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.about-block-1 {
  max-width: 500px;
}

.about-block-2 {
  width: 100%;
  max-width: 570px;
}

.about-image-block-2 {
  margin-top: 56px;
  position: relative;
}

.about-image-block-1 {
  max-width: 534px;
  position: relative;
}

.about-image-lower-right {
  z-index: 1;
  border-radius: 32px 32px 32px 88px;
}

.about-image-upper-left {
  z-index: 1;
  border-radius: 32px 32px 32px 64px;
}

.about-tab-wrapper {
  margin-top: 60px;
}

.about-tab-link {
  background-color: var(--white);
  color: var(--paragraph-color);
  letter-spacing: -.24px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0 0 16px;
  font-family: Inter Medium, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.about-tab-link.w--current {
  border-bottom-color: var(--primary-color);
  background-color: var(--white);
  color: var(--title-color);
  font-family: Inter Semi Bold, sans-serif;
  font-weight: 600;
}

.about-tabs-menu {
  grid-column-gap: 40px;
  border-bottom: 1px solid #dbdbdb;
  align-items: center;
  display: flex;
}

.about-tabs-content {
  margin-top: 48px;
}

.service-slider {
  background-color: #0000;
  height: auto;
  padding-bottom: 10px;
  overflow: hidden;
}

.service-slider-mask {
  overflow: visible;
}

.service-slider-item {
  width: 32%;
  margin-right: 19px;
}

.service-slider-card {
  border-radius: 40px 24px 60px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px #c4c4c4;
}

.service-thumbnail-wrapper {
  width: 100%;
  height: 100%;
}

.service-card-contnet-block {
  grid-row-gap: 12px;
  border-radius: 16px;
  flex-direction: column;
  width: 90%;
  max-width: 312px;
  position: absolute;
  top: 50%;
  left: 15px;
}

.service-slider-details-link {
  grid-column-gap: 8px;
  color: var(--title-color);
  align-items: center;
  font-family: Livvic medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.02;
  transition: color .3s;
  display: flex;
}

.service-slider-details-link:hover {
  color: var(--primary-color);
}

.service-slider-right-arrow {
  border: 1px solid var(--title-color);
  color: var(--title-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
  transition: color .3s, background-color .3s, border-color .3s;
  display: flex;
  inset: auto 5px 5px auto;
}

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

.service-slider-left-arrow {
  border: 1px solid var(--title-color);
  color: var(--title-color);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
  inset: auto 47px 5px auto;
}

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

.card-content-bg-wrapper {
  padding: 15px;
  position: relative;
}

.card-content-bg {
  z-index: 1;
  opacity: .92;
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  background-color: #f1f1f1a8;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.card-relative-block {
  z-index: 2;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.testimonial-slider-2 {
  background-color: var(--white);
  height: auto;
  margin-left: 10px;
}

.testimonial-mask-2 {
  width: 48%;
  overflow: visible;
}

.testimonial-slider-item-2 {
  margin-right: 25px;
}

.testimonial-content-2 {
  grid-row-gap: 24px;
  border-bottom: 2px solid #0000;
  border-radius: 24px;
  flex-direction: column;
  padding: 45px 25px 45px 30px;
  display: flex;
  box-shadow: 0 4px 15px #0000001a;
}

.quote-info-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.testimonial-left-arrow-2 {
  border: 1px solid var(--title-color);
  background-color: var(--white);
  color: var(--title-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
  transition: background-color .3s, color .3s, border-color .3s;
  display: flex;
  inset: auto 42px 0% auto;
}

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

.testimonial-right-arrow-2 {
  border: 1px solid var(--title-color);
  background-color: var(--white);
  color: var(--title-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
  transition: background-color .3s, border-color .3s, color .3s;
  display: flex;
  inset: auto 0 0% auto;
}

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

.project-slider-2 {
  background-color: #0000;
  width: 727px;
  height: auto;
}

.project-slider-mask-2 {
  overflow: visible;
}

.project-slide-item-2 {
  height: 593px;
}

.project-list-wrapper-2 {
  flex: none;
  width: 70%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.project-list-wrapper-2.last {
  z-index: 1;
  filter: blur(4px);
  top: -45px;
  transform: translate(-335px)scale(.5);
}

.project-list-wrapper-2.middle {
  z-index: 2;
  top: -15px;
  transform: translate(-155px)scale(.8);
}

.project-list-wrapper-2.first {
  z-index: 3;
  margin-left: auto;
}

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

.our-projects-grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.our-project-content-wrapper-2 {
  flex-direction: column;
  align-items: center;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.project-slider-card-2 {
  border-radius: 16px;
  position: relative;
}

.project-slider-detalis-block {
  border-top: 2px solid var(--primary-color);
  -webkit-backdrop-filter: blur(18.5px);
  backdrop-filter: blur(18.5px);
  background-color: #ffffffe6;
  border-radius: 24px;
  flex-direction: column;
  align-items: stretch;
  min-width: 387px;
  display: flex;
  position: absolute;
  bottom: -62px;
  right: -159px;
  box-shadow: 0 4px 15px #0000001a;
}

.project-info-box {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  margin-bottom: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.project-name-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.project-card-name-2 {
  color: var(--paragraph-color);
  font-family: Inter Regular, sans-serif;
  line-height: 1.1;
  transition: color .2s;
}

.project-card-name-2:hover {
  color: var(--primary-color);
}

.project-card-bold-heading {
  color: var(--title-color);
  letter-spacing: -.18px;
  font-family: Inter Medium, sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

.project-client-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  display: flex;
}

.project-details-link {
  z-index: 1;
  grid-column-gap: 8px;
  color: var(--paragraph-color);
  align-items: center;
  font-size: 16px;
  line-height: 1.02;
  display: flex;
  position: relative;
}

.project-thumbnail-2 {
  border-radius: 32px;
}

.project-thumbnail-2.width-100 {
  width: 100%;
}

.project-slider-left-arrow-2 {
  border: 1px solid var(--title-color);
  color: var(--title-color);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
  transition: background-color .3s, color .3s, border-color .3s;
  display: flex;
  inset: auto auto 0% 135px;
}

.project-slider-left-arrow-2:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
}

.project-slider-right-arrow-2 {
  border: 1px solid var(--title-color);
  color: var(--title-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin: 0;
  transition: border-color .3s, color .3s, background-color .3s;
  display: flex;
  top: auto;
  bottom: 0%;
  left: 177px;
}

.project-slider-right-arrow-2:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
}

.hero-shape-lower {
  z-index: 1;
  position: absolute;
  bottom: 34px;
  left: -18px;
}

.service-shape-image {
  width: 70px;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.service-shape-image.service-page {
  position: relative;
  bottom: auto;
}

.project-shape-image-1 {
  position: absolute;
  bottom: -30px;
  right: 0;
}

.project-shape-image-2 {
  position: absolute;
  top: 93px;
  right: 100px;
}

.project-client-name {
  font-family: Inter Regular, sans-serif;
  line-height: 1.1;
}

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

.breadcrumb-section {
  min-height: 560px;
  padding-top: 252px;
  padding-bottom: 184px;
  position: relative;
}

.beadcrumb-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.beadcrumb-wrapper.max-width-490px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.beadcrumb-wrapper.max-width-870px {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

.beadcrumb-wrapper.max-width-600px {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb-heading {
  text-align: center;
  line-height: 1;
}

.breadcrumb-paragraph {
  text-align: center;
}

.breadcrumb-shape-1 {
  position: absolute;
  top: 169px;
  left: 20px;
}

.breadcrumb-shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about-large-image-wrapper {
  z-index: 1;
  margin-top: -130px;
  margin-bottom: 32px;
  position: relative;
}

.about-large-image {
  border-radius: 40px;
}

.about-breadcrumb-section {
  padding-top: 252px;
  padding-bottom: 204px;
  position: relative;
}

.work-progress-section {
  overflow: hidden;
}

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

.work-progress-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.work-progress-paragraph {
  margin-top: 24px;
}

.progress-step {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  flex-direction: column;
  align-items: center;
  max-width: 520px;
  display: flex;
  position: relative;
}

.step-card {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1.5px solid var(--primary-color);
  background-color: var(--white);
  border-radius: 60px;
  align-items: center;
  padding: 20px 44px 20px 32px;
  display: flex;
  position: relative;
  box-shadow: 4px 0 15px #0000001a;
}

.step-card.step-1 {
  margin-left: auto;
  margin-right: 32px;
}

.step-card.step-2 {
  margin-right: auto;
}

.step-card.step-3 {
  margin-left: auto;
}

.step-card.step-4 {
  margin-left: 35px;
  margin-right: auto;
}

.step-heading {
  color: var(--title-color);
  letter-spacing: -.24px;
  font-family: Inter Semi Bold, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: .75;
}

.step-arrow-1 {
  position: absolute;
  top: 63px;
  right: 60px;
}

.step-arrow-2 {
  position: absolute;
  top: 154px;
  left: 20px;
}

.step-arrow-3 {
  position: absolute;
  bottom: 60px;
  right: 60px;
}

.progress-blurr-block {
  background-color: var(--primary-color);
  opacity: .07;
  filter: blur(69px);
  border-radius: 50%;
  width: 551px;
  height: 551px;
  position: absolute;
  top: -33px;
  left: 26px;
}

.team-card {
  border-radius: 40px 24px 60px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 15px #c4c4c4;
}

.team-image-wrapper {
  border-radius: 40px 24px 60px;
  width: 100%;
  height: 100%;
}

.team-card-contnet-block {
  grid-row-gap: 12px;
  border-radius: 16px;
  flex-direction: column;
  width: 90%;
  max-width: 312px;
  position: absolute;
  bottom: 32px;
  left: 15px;
  transform: translate(0);
}

.team-card-heading {
  border-radius: 16px;
  line-height: 1;
  transition: color .3s;
}

.team-card-heading:hover {
  color: var(--primary-color);
}

.team-details-link {
  grid-column-gap: 8px;
  color: var(--title-color);
  justify-content: space-between;
  align-items: center;
  font-family: Livvic medium, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.02;
  transition: color .3s;
  display: flex;
}

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

.team-card-relative-block {
  z-index: 2;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.nav-dropdown-link-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-top: 2px solid var(--primary-color);
  border-radius: 10px;
  flex-direction: column;
  padding: 20px;
  display: flex;
}

.nav-dropdown-link-wrapper.no-shrink {
  border-top-style: none;
  flex: none;
  padding: 0;
}

.breadcrumb-paragraph-wrapper {
  max-width: 490px;
}

.breadcrumb-paragraph-wrapper.faq {
  max-width: 743px;
}

.service-focus-section {
  padding-top: 72px;
}

.service-template-heading {
  letter-spacing: -.32px;
  margin-bottom: 32px;
  font-family: Inter Medium, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.service-focus-main-body h3 {
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 1;
}

.service-focus-main-body strong {
  color: var(--title-color);
  letter-spacing: -.18px;
  font-family: Inter Semi Bold, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.service-focus-main-body ul {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.service-focus-main-body li {
  background-image: url('../images/List-bullet-1.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.62;
}

.service-focus-main-body ul {
  margin-top: 48px;
  margin-bottom: 40px;
}

.benefits-main-body h3 {
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 1;
}

.benefits-main-body strong {
  color: var(--title-color);
  letter-spacing: -.18px;
  font-family: Inter Semi Bold, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.benefits-main-body ul {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 56px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.benefits-main-body li {
  background-image: url('../images/List-bullet-2.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 54px;
  font-size: 16px;
  line-height: 1.62;
}

.benefits-main-body figure {
  margin-top: 48px;
  margin-bottom: 0;
}

.benefits-main-body img {
  border-radius: 32px;
}

.benefits-section {
  padding-top: 72px;
}

.service-intro-content p {
  margin-top: 24px;
}

.service-intro-content figure {
  width: 50%;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 40px;
}

.service-intro-content img {
  border-radius: 32px 82px 60px 115px;
}

.service-intro-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.service-intro-image {
  border-radius: 32px 82px 60px 115px;
}

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

.why-important-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.why-important-content-wrapper {
  padding-top: 78px;
}

.why-important-small-image {
  z-index: 1;
  border-radius: 24px 24px 56px;
  width: 55%;
  margin-bottom: -100px;
  margin-left: auto;
  display: block;
  position: relative;
}

.why-important-large-image {
  border-radius: 32px 32px 32px 64px;
  width: 90%;
}

.why-important-content p {
  margin-bottom: 24px;
}

.why-important-content figure {
  width: 50%;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 40px;
}

.why-important-content img {
  border-radius: 32px 82px 60px 115px;
}

.why-important-content h2 {
  letter-spacing: -.32px;
  margin-bottom: 32px;
  font-family: Inter Medium, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}

.why-important-content h3 {
  letter-spacing: -.18px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1;
}

.changelog-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--primary-color);
  border-radius: 11px;
  flex-direction: column;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
  box-shadow: 0 4px 15px #0003;
}

.changelog-heading {
  text-align: center;
}

.realeased-date-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.initial-release {
  color: #fff;
  background-color: #8e44ec;
  border-radius: 5px;
  padding: 20px;
  display: inline-block;
}

.changelog-text {
  text-align: center;
}

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

.contact-image-wrapper {
  max-width: 525px;
  position: relative;
}

.contact-shape-image-1 {
  display: block;
  position: relative;
  left: 0;
}

.contact-main-image {
  z-index: 1;
  border-radius: 80px 32px 32px;
  width: 80%;
  max-width: 410px;
  margin-top: -160px;
  margin-left: auto;
  margin-right: 40px;
  display: block;
  position: relative;
}

.contact-shape-image-2 {
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.contact-image-badge {
  z-index: 2;
  grid-column-gap: 16px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fffc;
  border-radius: 32px 12px;
  align-items: flex-start;
  max-width: 233px;
  padding: 24px 42px 24px 24px;
  display: flex;
  position: absolute;
  bottom: -48px;
  left: 119px;
  box-shadow: 0 10px 30px #0000001a;
}

.contact-badge-text {
  color: var(--title-color);
  font-family: Inter Regular, sans-serif;
  font-size: 16px;
  line-height: 1.375;
}

.contact-us-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact-content-wrapper {
  max-width: 540px;
}

.contact-large-paragraph {
  margin-top: 24px;
  margin-bottom: 40px;
}

.contact-info-wrapper {
  grid-column-gap: 53px;
  margin-bottom: 40px;
  display: flex;
}

.contact-address {
  max-width: 258px;
}

.contact-info-heading {
  margin-bottom: 16px;
  line-height: 1;
}

.contact-phone-number {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact-phone-link {
  color: var(--paragraph-color);
  transition: color .3s;
  display: inline-block;
}

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

.contact-form-paragraph {
  margin-top: 24px;
}

.contact-form-block {
  max-width: 950px;
  margin: 70px auto 0;
}

.newsletter-input-field {
  color: var(--paragraph-color);
  background-color: #0000;
  border: 1px #0000;
  border-bottom: 1px solid #bbbbbbba;
  width: 100%;
  min-height: 32px;
  margin-bottom: 0;
  padding: 2px 40px 14px 0;
  font-size: 16px;
  line-height: 1;
}

.newsletter-input-field:focus {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: var(--primary-color);
  border-left-style: none;
}

.newsletter-input-field::placeholder {
  color: var(--paragraph-color);
}

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

.contact-text-area-wrapper {
  margin-bottom: 8px;
}

.contact-text-area-wrapper::placeholder {
  color: var(--paragraph-color);
}

.contact-text-area {
  border: 1px solid var(--paragraph-color);
  border-radius: 24px;
  min-height: 400px;
  margin-bottom: 0;
  padding: 39px 40px 39px 24px;
}

.contact-text-area:focus {
  border-color: var(--primary-color);
}

.contact-text-area::placeholder {
  color: var(--paragraph-color);
}

.submit-button-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.project-archive-grid {
  grid-column-gap: 40px;
  grid-row-gap: 110px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-archive-item {
  max-width: 527px;
}

.project-archive-card {
  max-width: 90%;
  position: relative;
}

.project-archive-image-link {
  border-radius: 32px;
  display: block;
  overflow: hidden;
}

.project-archive-detalis-block {
  border-top: 2px solid var(--primary-color);
  background-color: #ffffffd9;
  border-radius: 24px;
  flex-direction: column;
  align-items: stretch;
  min-width: 387px;
  display: flex;
  position: absolute;
  bottom: -62px;
  right: -41px;
}

.project-problem-solve-main-body h3 {
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 1;
}

.project-problem-solve-main-body strong {
  color: var(--title-color);
  font-family: Inter Semi Bold, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.project-problem-solve-main-body ul {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.project-problem-solve-main-body li {
  background-image: url('../images/List-bullet-1.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.62;
}

.project-problem-solve-main-body ul {
  margin-top: 68px;
  margin-bottom: 48px;
}

.project-info-wrapper {
  position: relative;
}

.project-main-wrapper {
  border-radius: 32px;
}

.project-all-info-box {
  border-bottom: 2px solid var(--primary-color);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 4px 15px #0000001a;
}

.project-info-content-erapper {
  -webkit-backdrop-filter: blur(18.5px);
  backdrop-filter: blur(18.5px);
  background-color: #ffffffde;
  padding: 40px 30px;
}

.project-info-grid {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  margin-top: -100px;
  padding-left: 30px;
  padding-right: 20px;
  display: grid;
  position: relative;
}

.project-all-info-name-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid #cdcdcd;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 33px;
  display: flex;
}

.project-all-info-client-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid #cdcdcd;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 31px;
  display: flex;
}

.project-all-info-heading {
  color: var(--title-color);
  letter-spacing: -.24px;
  font-family: Inter Medium, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.project-all-info-text {
  letter-spacing: -.24px;
  font-family: Inter Regular, sans-serif;
  font-size: 20px;
  line-height: 1.1;
}

.project-all-info-product-box, .project-all-info-duration-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid #cdcdcd;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.project-all-info-cost-box {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.problem-solve-heading {
  font-family: Inter Semi Bold, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.problem-solve-paragraph {
  margin-top: 24px;
}

.project-result-wrapper {
  margin-top: 72px;
}

.project-result-heading {
  font-family: Inter Semi Bold, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.project-result-paragraph {
  margin-top: 24px;
}

.project-result-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 24px;
  display: grid;
}

.project-result-rich-text h3 {
  letter-spacing: -.18px;
  margin-top: 32px;
  font-size: 18px;
  line-height: 1.1;
}

.project-result-rich-text p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.62;
}

.project-result-image-wrapper {
  padding-top: 22px;
  position: relative;
}

.project-result-image {
  z-index: 1;
  border-radius: 32px 82px 60px 100px;
  position: relative;
}

.project-result-shape-1 {
  position: absolute;
  bottom: -32px;
  left: -20px;
}

.project-result-shape-2 {
  position: absolute;
  top: -30px;
  right: -20px;
}

.faq-heading {
  color: var(--title-color);
  letter-spacing: -.24px;
  font-family: Inter Semi Bold, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: .75;
  transition: color .3s;
}

.faq-heading:hover {
  color: var(--primary-color);
}

.faq-paragraph {
  margin-top: 32px;
}

.faq-body {
  border-bottom: 1px solid #dbdbdb;
  padding-top: 40px;
  padding-bottom: 40px;
}

.faq-body.frist-item {
  padding-top: 0;
}

.faq-body.last-item {
  border-bottom-style: none;
  padding-bottom: 0;
}

.teammate-biography-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.teammate-image {
  border-radius: 40px 24px 60px;
}

.teammate-name {
  line-height: 1;
}

.job-position {
  font-size: 24px;
  line-height: 1;
}

.biography-heading {
  line-height: 1;
}

.temmate-name-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  margin-bottom: 48px;
  display: flex;
}

.temmate-bio-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.temmate-contact-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.temmate-contact-info-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  display: flex;
}

.teammate-contact-heading {
  color: var(--title-color);
  font-family: Livvic medium, sans-serif;
  font-weight: 500;
}

.teammate-contact-link {
  color: var(--paragraph-color);
  transition: color .3s;
}

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

.teamamte-social-header {
  color: var(--title-color);
  letter-spacing: -.18px;
  font-family: Inter Medium, sans-serif;
  font-weight: 500;
  line-height: 1;
}

.temamate-social-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.temmate-sopcial-link {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: background-color .3s;
  display: flex;
}

.temmate-sopcial-link:hover {
  background-color: var(--primary-color);
}

.temmate-sopcial-link.facebook {
  background-color: #2172e2;
}

.temmate-sopcial-link.facebook:hover {
  background-color: var(--primary-color);
}

.temmate-sopcial-link.twitter {
  background-color: #6bd4f2;
}

.temmate-sopcial-link.twitter:hover {
  background-color: var(--primary-color);
}

.temmate-sopcial-link.instagram {
  background-color: #fcaf45;
}

.temmate-sopcial-link.instagram:hover {
  background-color: var(--primary-color);
}

.temmate-sopcial-link.whatsapp {
  background-color: #5fde7b;
}

.temmate-sopcial-link.whatsapp:hover {
  background-color: var(--primary-color);
}

.teammate-personal-info-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.personal-info-header-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  margin-bottom: 12px;
  display: flex;
}

.personal-info-content-block {
  padding-left: 40px;
}

.personal-info-main-body h3 {
  letter-spacing: -.18px;
  font-size: 18px;
  line-height: 1;
}

.personal-info-main-body strong {
  color: var(--title-color);
  font-family: Inter Semi Bold, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.personal-info-main-body ul {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 32px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.personal-info-main-body li {
  background-image: url('../images/List-bullet-2.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 36px;
  font-size: 16px;
  line-height: 1.62;
}

.personal-info-main-body figure {
  margin-top: 48px;
  margin-bottom: 0;
}

.personal-info-main-body img {
  border-radius: 32px;
}

.personal-info-main-body p {
  font-size: 16px;
  line-height: 1.62;
}

.skill-bar-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.skill-bar-item-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-direction: column;
  display: flex;
}

.skill-bar-info {
  justify-content: space-between;
  display: flex;
}

.skill-bar-info.width-95-percent {
  width: 97%;
}

.skill-bar-info.width-85-percent {
  width: 87%;
}

.skill-bar-info.width-80-percent {
  width: 82%;
}

.skill-bar-info.width-90-percent {
  width: 92%;
}

.skill-bar-info-text {
  color: var(--title-color);
  letter-spacing: -.14px;
  font-family: Inter Medium, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.skill-bar-container {
  background-color: #e4e4e4;
  border-radius: 39px;
  height: 12px;
  overflow: hidden;
}

.skill-bar-fill {
  border-radius: 39px;
  height: 12px;
}

.skill-bar-fill.bg-gradient-1.width-95-percent {
  width: 95%;
}

.skill-bar-fill.bg-gradient-1.width-85-percent {
  width: 85%;
}

.blog-heading {
  text-align: center;
}

.blog-main-image {
  border-radius: 32px;
}

.blog-details-meta-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 24px;
  display: flex;
}

.blog-details-meta-text, .blog-details-meta-link {
  color: var(--primary-color);
  line-height: .77;
}

.blog-details-meta-link:hover {
  text-decoration: underline;
}

.blog-main-body-1 h3 {
  letter-spacing: -.18px;
  margin-bottom: 20px;
}

.blog-main-body-1 strong {
  color: var(--title-color);
  font-family: Inter Semi Bold, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.blog-main-body-1 ul {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.blog-main-body-1 li {
  background-image: url('../images/List-bullet-1.svg');
  background-position: 0 5px;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.62;
}

.blog-main-body-1 ul {
  grid-template-columns: 1fr;
  max-width: 722px;
  margin-top: 48px;
  margin-bottom: 40px;
  margin-left: 70px;
}

.blog-main-body-1 h2 {
  margin-bottom: 26px;
}

.blog-main-body-1 ol {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 48px;
  display: grid;
}

.blog-main-body-1 blockquote {
  margin: 40px 30px 40px 40px;
}

.blog-main-body-2 {
  margin-top: 64px;
}

.blog-main-body-2 h3 {
  margin-bottom: 26px;
}

.blog-main-body-2 strong {
  color: var(--title-color);
  font-family: Inter Semi Bold, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.blog-main-body-2 ul {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 48px;
  margin-bottom: 40px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.blog-main-body-2 li {
  background-image: url('../images/List-bullet-2.svg');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 54px;
  font-size: 16px;
  line-height: 1.62;
}

.blog-main-body-2 figure {
  margin-top: 48px;
  margin-bottom: 0;
}

.blog-main-body-2 img {
  border-radius: 32px;
}

.blog-main-body-2 h2 {
  margin-bottom: 26px;
}

.blog-main-body-2 ol {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 48px;
  display: grid;
}

.form-footer-link {
  color: var(--paragraph-color);
  font-family: Inter Medium, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.form-footer-link:hover {
  color: #8e44ec;
}

.form-label {
  margin-bottom: 0;
  margin-left: 10px;
}

.credential-form {
  border: 1px solid var(--primary-color);
  background-color: #fff;
  border-radius: 24px;
  max-width: 650px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 50px;
  box-shadow: 0 0 30px 2px #0000000d;
}

.form-field-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
}

.credential-form-wrapper {
  flex-direction: column;
  align-items: stretch;
}

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

.check-box {
  flex: none;
  width: 20px;
  height: 20px;
  margin-left: 0;
}

.checkbox-field {
  flex-wrap: nowrap;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.credential-form-block {
  margin-top: 40px;
}

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

.service-card-animation-wrapper {
  perspective: 1000px;
}

.about-fact-container.margin-top {
  margin-top: 100px;
}

.display-heading-2 {
  z-index: 99;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 960px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.protected-input-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utility-heading, .protected-image, .image-404, .utility-text {
  margin-bottom: 20px;
}

.instruction-lightbox.margin-top {
  margin-top: 30px;
}

.instruction-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.instruction-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  display: flex;
}

.terms-conditions-main-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.terms-conditions-main-content h3 {
  margin-top: 30px;
  margin-bottom: 24px;
}

.privacy-policy-main-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.privacy-policy-main-content h3 {
  margin-top: 30px;
  margin-bottom: 24px;
}

.privacy-policy-main-content a {
  color: var(--primary-color);
}

.privacy-policy-main-content a:hover {
  text-decoration: underline;
}

.privacy-policy-main-content h2 {
  margin-bottom: 30px;
}

.nav-wrapper-flex {
  border-top: 2px solid var(--primary-color);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.nav-separator {
  background-color: #dadada;
  width: 1px;
  min-height: 150px;
  margin-top: auto;
  margin-bottom: auto;
}

.project-archive-content-box {
  padding: 40px 48px 27px 24px;
  position: relative;
}

.project-blurr-bg {
  -webkit-backdrop-filter: blur(18.5px);
  backdrop-filter: blur(18.5px);
  background-color: #fffafa1a;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 4px 15px #0000001a;
}

.preview-hero-excerpt {
  color: #fff;
  max-width: 650px;
  margin-top: 15px;
  margin-bottom: 0;
}

.preview-hero-front-image-block {
  z-index: 1;
  text-align: center;
  position: relative;
}

.preview-container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.preview-container-fluid.preview-padding-left-80 {
  padding-left: 80px;
}

.preview-container-fluid.preview-padding-left-80.preview-padding-right-80 {
  z-index: 9;
  padding-right: 80px;
}

.play-button-pulse-one {
  z-index: -1;
  background-color: #fffc;
  border-radius: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.preview-video-lightbox-block {
  color: #01001a;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-left: auto;
  margin-right: auto;
  transition: color .3s;
  display: flex;
  box-shadow: 0 4px 15px #00000014;
}

.preview-video-lightbox-block:hover {
  color: #8e44ec;
}

.preview-hero-video-button {
  z-index: 9;
  position: absolute;
  inset: 54% auto auto 50%;
  transform: translate(-50%);
}

.preview-hero-section {
  padding-top: 230px;
  position: relative;
}

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

.preview-title.text-white {
  color: #fff;
}

.preview-hero-video-button-block {
  z-index: 9;
  position: relative;
}

.preview-hero-text-block {
  z-index: 9;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 940px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.preview-paly-icon {
  padding-top: 3px;
  padding-left: 3px;
  line-height: 1;
}

.preview-container-default {
  max-width: 960px;
}

.preview-single-section-element {
  outline-color: var(--title-color);
  outline-offset: 0px;
  border-radius: 5px;
  outline-width: 1px;
  outline-style: dashed;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.preview-single-section-element:hover {
  outline-color: var(--primary-color);
  outline-offset: 5px;
}

.preview-section-element-content.text-center {
  text-align: center;
}

.preview-section-box-image {
  background-color: #f5f6fa;
  border-radius: 100%;
  width: 66px;
  height: 66px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.element-section-image {
  display: inline-block;
}

.preview-section-element-grid-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.preview-section-title-block {
  max-width: 940px;
}

.preview-section-title-block.text-center {
  text-align: center;
}

.preview-section-title-block.text-center.preview-margin-bottom-50 {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.preview-element-section {
  background-color: #f5f6fa;
}

.preview-single-section-element-inner {
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 210px;
  padding: 40px 20px 20px;
  display: flex;
}

.preview-feature-excerpt {
  color: #333;
}

.preview-single-feature-box {
  background-image: linear-gradient(#c6caf000, #b0b6e9);
  border-radius: 8px;
  overflow: hidden;
}

.preview-single-feature-box.light-green-color {
  background-image: linear-gradient(#94dbe200, #82dde5);
}

.preview-single-feature-box.light-orange-color {
  background-image: linear-gradient(#04f0, #ffbc7d);
  overflow: hidden;
}

.preview-feature-inner {
  background-color: #fff;
  border-radius: 7px;
  padding-bottom: 35px;
  padding-left: 0;
  padding-right: 0;
}

.preview-feature-item {
  border: 1px dashed #fff;
  border-radius: 8px;
}

.preview-feature-grid-box {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.preview-feature-icon {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 40px 10px;
}

.preview-feature-icon.light-blue-color {
  background-color: #f1f2ff;
  border-radius: 8px;
}

.preview-feature-icon.light-green-color {
  background-color: #defcff;
}

.preview-feature-icon.light-orange-color {
  background-color: #fff2e7;
}

.preview-title-4 {
  margin-bottom: 10px;
}

.preview-feature-content {
  text-align: center;
  margin-top: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

.template-feature-icon-block {
  text-align: center;
  background-color: #ffffff1a;
  border-radius: 10px;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  line-height: 100px;
  box-shadow: 0 10px 45px #00000014;
}

.preview-title-8 {
  font-size: 18px;
}

.preview-single-template-feature {
  background-color: #fff;
  border: 1px solid #0000000d;
  border-radius: 8px;
  padding: 35px 20px;
  box-shadow: 8px 0 25px #0000000d;
}

.preview-single-template-feature.text-center {
  text-align: center;
  box-shadow: 0 8px 25px #0000000d;
}

.preview-essential-features-grid-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.surprises-image {
  z-index: 1;
}

.preview-surprises-content-excerpt {
  margin-top: 20px;
}

.preview-surprises-content-block {
  max-width: 400px;
}

.preview-surprises-box-block {
  background-image: linear-gradient(to right, #f5f5f500, #f8f8f8 99%);
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.preview-surprises-box-block.padding-right-80 {
  padding-right: 40px;
}

.preview-surprises-box-block.margin-top-80 {
  margin-top: 80px;
}

.preview-surprises-box-block.margin-top-80.row-reverse {
  background-image: linear-gradient(#f5f5f5 7%, #f8f8f800 63%);
  flex-direction: row-reverse;
}

.preview-surprises-box-block.margin-top-80.row-reverse.padding-left-80 {
  padding-left: 40px;
}

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

.preview-page-overlay {
  z-index: 1;
  background-image: linear-gradient(#c4c4c400, #000000b3);
  width: 100%;
  height: 60%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.preview-image {
  width: 100%;
}

.preview-single-page-block {
  border: 1px dashed var(--primary-color);
  border-radius: 5px;
  box-shadow: 0 4px 15px #0003;
}

.preview-single-page {
  cursor: pointer;
  border-radius: 5px;
  transition: all .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.template-showcase-section {
  position: relative;
}

.preview-page-name {
  z-index: 3;
  color: #fff;
  text-align: center;
  background-color: #8e44ec;
  border-radius: 5px;
  width: 200px;
  padding: 8px 20px;
  font-size: 18px;
  position: absolute;
  inset: auto auto 15px 50%;
  transform: translate(-50%);
}

.preview-heading.mobile-center {
  text-align: center;
}

.preview-footer-title {
  margin-bottom: 20px;
}

.preview-footer-title.text-white {
  color: #fff;
}

.button-inline-block {
  display: inline-block;
}

.preview-footer-excerpt {
  max-width: 580px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
}

.preview-footer-excerpt.text-white {
  color: #fff;
}

.preview-footer-section {
  position: relative;
}

.preview-footer-section.preview-footer-background-image {
  background-image: url('../images/Group-77.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 600px;
  max-height: 600px;
}

.preview-footer-content-block {
  padding-left: 15px;
  padding-right: 15px;
}

.preview-footer-content-block.text-center {
  text-align: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 50% 0 auto 0%;
  transform: translate(0, -50%);
}

.preview-footer-overlay {
  background-color: #000000e6;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.preview-hero-overlay {
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.reusable-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.resuable-animation-wrapper {
  width: 628px;
  max-height: 550px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.reusable-animation-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: flex-start;
  display: flex;
}

.resuable-animation-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.resuable-section-image {
  border: 1px solid var(--separator-color);
  border-radius: 5px;
  width: 100%;
  display: block;
  box-shadow: 0 4px 15px #0000001a;
}

.reusable-element-section {
  padding-top: 100px;
}

.resuable-element-text {
  text-align: center;
  margin-top: 24px;
}

.typography-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.style-guide-button-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  h1 {
    letter-spacing: -.64px;
    font-size: 64px;
  }

  h2 {
    letter-spacing: -.48px;
    font-size: 48px;
  }

  h3 {
    font-size: 24px;
  }

  blockquote {
    background-image: url('../images/Block-quote.svg'), linear-gradient(105deg, #f4ecc299 1.74%, #e4faf299 33.83%, #d3f3cf99 65.92%, #fff3e499 98.01%);
  }

  .nav-menu-list-wrapper {
    grid-column-gap: 40px;
  }

  .main-container {
    max-width: 1170px;
    padding-left: 0;
    padding-right: 0;
  }

  .style-guide-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .section-heading.desktop-small-center {
    text-align: left;
  }

  .color-block {
    min-height: 150px;
  }

  .style-guide-color-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hero-section.section-bg-gradient-1.hero-bg-image {
    background-size: 700px, auto;
  }

  .hero-section-wrapper {
    grid-template-columns: 1.15fr 1fr;
  }

  .badge.hero-badge {
    z-index: 1;
    position: relative;
  }

  .hero-shape-1 {
    display: block;
    top: 200px;
    left: 0;
  }

  .hero-shape-2 {
    bottom: 80px;
    right: 100px;
  }

  .home-about-grid {
    grid-column-gap: 70px;
    grid-template-columns: 1fr 1fr;
  }

  .home-about-content-wrapper {
    width: 561px;
  }

  .about-list-wrapper.padding-right {
    padding-right: 64px;
  }

  .about-upper-image {
    margin-bottom: -200px;
  }

  .about-experience-block {
    right: 56px;
  }

  .about-shape-1 {
    bottom: 50px;
    left: 38px;
  }

  .service-heading-block {
    max-width: 500px;
  }

  .service-paragraph-block {
    max-width: 525px;
  }

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

  .service-card-normal-state {
    padding-left: 30px;
    padding-right: 30px;
  }

  .service-text-wrapper.service-slider-bottom-text, .service-text-wrapper.testimonial-slider-bottom-text {
    margin-top: 52px;
  }

  .why-choose-us-grid {
    grid-column-gap: 75px;
    padding-right: 35px;
  }

  .our-project-shape-image-2 {
    margin-right: -40px;
    top: -84px;
    right: -70px;
  }

  .our-projects-grid {
    grid-column-gap: 100px;
  }

  .our-project-large-paragraph.desktop-small-center {
    text-align: left;
  }

  .project-slider-wrapper {
    max-width: 570px;
  }

  .project-slide-item {
    width: 270px;
    margin-right: 30px;
  }

  .project-card-overlay {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-slider-wrapper {
    width: 1200px;
    margin-left: -15px;
    padding-left: 15px;
  }

  .testimonial-grid {
    grid-column-gap: 64px;
    align-items: center;
  }

  .testimomial-content-wrapper {
    margin-bottom: 128px;
  }

  .testiomial-image {
    width: 100%;
  }

  .testimonial-left-arrow {
    bottom: 85px;
    left: 577px;
  }

  .testimonial-right-arrow {
    bottom: 85px;
    left: 619px;
  }

  .cta-section.project-padding-top {
    padding-top: 192px;
  }

  .footer-link-container {
    grid-column-gap: 185px;
  }

  .blog-heading-block {
    max-width: 450px;
  }

  .blog-paragraph-block {
    max-width: 525px;
  }

  .blog-card-name {
    font-size: 24px;
  }

  .blog-card-lower {
    flex-direction: row;
    margin-left: 24px;
    margin-right: 24px;
  }

  .blog-card-name-wrapper {
    padding-left: 24px;
    padding-right: 17px;
  }

  .navbar-menu-container-two {
    max-width: 1170px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hero-section-wrapper-2 {
    grid-template-columns: 1.15fr 1fr;
  }

  .hero-shape-upper {
    display: block;
    top: 180px;
  }

  .about-grid-2 {
    grid-column-gap: 100px;
    grid-template-columns: 1fr 1fr;
  }

  .about-block-2 {
    width: 570px;
    max-width: none;
  }

  .service-slider-item {
    width: 370px;
    margin-right: 30px;
  }

  .service-card-contnet-block {
    width: 100%;
    left: 24px;
  }

  .service-slider-details-link {
    transition: color .3s;
  }

  .service-slider-details-link:hover {
    color: var(--primary-color);
  }

  .card-content-bg-wrapper {
    padding: 24px;
  }

  .testimonial-slider-2 {
    margin-left: 0;
  }

  .testimonial-mask-2 {
    width: 550px;
  }

  .testimonial-slider-item-2 {
    margin-right: 70px;
  }

  .testimonial-content-2 {
    padding: 56px 32px 56px 48px;
  }

  .padding-x {
    padding-left: 40px;
    padding-right: 40px;
  }

  .project-slider-2 {
    margin-top: 20px;
  }

  .project-list-wrapper-2.last {
    opacity: .6;
  }

  .our-projects-grid-2 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .our-project-content-wrapper-2 {
    align-items: flex-start;
  }

  .service-shape-image {
    width: auto;
    bottom: 10px;
  }

  .project-shape-image-1 {
    bottom: -140px;
    left: 174px;
    right: auto;
  }

  .project-shape-image-2 {
    top: 20px;
  }

  .breadcrumb-shape-1 {
    left: 112px;
  }

  .work-progress-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .work-progress-content-wrapper {
    width: 543px;
  }

  .step-arrow-1 {
    right: 125px;
  }

  .step-arrow-2 {
    top: 177px;
    left: 67px;
  }

  .step-arrow-3 {
    bottom: 37px;
    right: 25px;
    transform: rotate(-1.5deg);
  }

  .team-card-contnet-block {
    width: 100%;
  }

  .team-details-link {
    transition: color .3s;
  }

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

  .nav-dropdown-link-wrapper.no-shrink {
    flex: none;
  }

  .service-focus-main-body ul {
    grid-column-gap: 84px;
    grid-row-gap: 84px;
    grid-row-gap: 40px;
  }

  .benefits-main-body ul {
    grid-column-gap: 120px;
    grid-row-gap: 40px;
    padding-right: 114px;
  }

  .service-intro-content {
    flex-direction: column;
  }

  .service-intro-content figure {
    width: 634px;
    padding-right: 100px;
  }

  .service-intro-grid {
    grid-column-gap: 85px;
    grid-row-gap: 85px;
  }

  .service-intro-image {
    width: 100%;
  }

  .why-important-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .why-important-image-wrapper {
    width: 570px;
  }

  .why-important-small-image {
    width: 328px;
    margin-bottom: -210px;
  }

  .why-important-large-image {
    width: 500px;
  }

  .why-important-content {
    flex-direction: column;
  }

  .why-important-content figure {
    width: 634px;
    padding-right: 100px;
  }

  .contact-us-grid {
    grid-column-gap: 75px;
    padding-right: 35px;
  }

  .contact-info-wrapper {
    grid-column-gap: 113px;
  }

  .project-archive-grid {
    grid-column-gap: 75px;
    padding-right: 35px;
  }

  .project-archive-card {
    max-width: none;
  }

  .project-archive-detalis-block {
    right: -41px;
  }

  .project-problem-solve-main-body {
    padding-right: 26px;
  }

  .project-problem-solve-main-body ul {
    grid-column-gap: 84px;
    grid-row-gap: 84px;
    grid-column-gap: 145px;
    grid-row-gap: 48px;
  }

  .project-all-info-box {
    width: 515px;
  }

  .project-info-content-erapper {
    padding: 56px 40px;
  }

  .project-info-grid {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    margin-top: -177px;
    padding-left: 53px;
    padding-right: 26px;
  }

  .project-all-info-heading, .project-all-info-text {
    font-size: 24px;
  }

  .project-result-grid {
    grid-column-gap: 168px;
  }

  .project-result-image-wrapper {
    width: 534px;
  }

  .project-result-shape-1 {
    bottom: -38px;
    left: -64px;
  }

  .project-result-shape-2 {
    top: -56px;
    right: -52px;
  }

  .teammate-biography-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .temmate-contact-info-wrapper {
    grid-column-gap: 113px;
    grid-row-gap: 113px;
  }

  .teammate-personal-info-wrapper {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .personal-info-main-body ul {
    padding-right: 74px;
  }

  .skill-bar-info {
    justify-content: space-between;
    display: flex;
  }

  .blog-main-body-1 ul {
    grid-column-gap: 84px;
    grid-row-gap: 84px;
    grid-row-gap: 40px;
    max-width: 800px;
  }

  .blog-main-body-1 blockquote {
    margin-left: 70px;
    margin-right: 63px;
  }

  .blog-main-body-2 ul {
    grid-column-gap: 115px;
    grid-row-gap: 40px;
  }

  .utility-page-content {
    width: 1170px;
  }

  .preview-hero-text-block {
    max-width: 1120px;
  }

  .preview-container-default {
    max-width: 1170px;
  }

  .preview-section-title-block {
    max-width: 960px;
  }

  .preview-feature-content {
    padding-left: 25px;
    padding-right: 25px;
  }

  .preview-essential-features-grid-box {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .preview-surprises-content-excerpt {
    margin-top: 20px;
  }

  .preview-surprises-content-block {
    max-width: 440px;
  }

  .preview-surprises-box-block.padding-right-80 {
    background-image: linear-gradient(to right, #f5f5f500, #f8f8f8 99%);
    padding-right: 80px;
  }

  .preview-surprises-box-block.margin-top-80.row-reverse.padding-left-80 {
    padding-left: 80px;
  }

  .preview-heading.mobile-center {
    text-align: left;
  }

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

  .reusable-element-section {
    padding-top: 0;
  }

  .reusable-element-content {
    max-width: 480px;
  }

  .resuable-element-text {
    text-align: left;
  }
}

@media screen and (min-width: 1440px) {
  .style-guide-color-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .hero-section {
    padding-top: 250px;
    padding-bottom: 165px;
  }

  .hero-section.section-bg-gradient-1.hero-bg-image {
    background-size: 850px, auto;
  }

  .section-padding-y {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .hero-section-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: relative;
  }

  .hero-image-container {
    flex: none;
    width: 639px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -130px;
  }

  .hero-shape-1 {
    top: 258px;
    left: 70px;
  }

  .hero-shape-2 {
    bottom: 60px;
  }

  .home-about-grid {
    grid-column-gap: 70px;
  }

  .our-project-shape-image-2 {
    margin-right: -70px;
  }

  .section-padding-bottom {
    padding-bottom: 130px;
  }

  .hero-section-two {
    padding-top: 250px;
    padding-bottom: 165px;
  }

  .hero-image-container-2 {
    max-height: none;
  }

  .hero-section-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .hero-shape-upper {
    top: 265px;
    left: 70px;
  }

  .project-slider-wrapper-2 {
    margin-left: -90px;
  }

  .our-projects-grid-2 {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .service-shape-image {
    width: auto;
    bottom: 70px;
    left: 40px;
  }

  .service-shape-image.service-page {
    margin-top: -23px;
  }

  .project-shape-image-2 {
    top: 93px;
  }

  .service-focus-section {
    padding-top: 72px;
  }

  .service-focus-main-body ul {
    align-items: start;
  }

  .benefits-section {
    padding-top: 72px;
  }

  .section-padding-top {
    padding-top: 130px;
  }

  .contact-image-wrapper {
    padding-top: 10px;
  }

  .project-problem-solve-main-body ul {
    align-items: start;
  }

  .project-result-shape-2 {
    right: -62px;
  }

  .blog-main-body-1 ul {
    align-items: start;
  }

  .credential-form-grid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-bottom: 35px;
  }

  .about-fact-container.margin-top {
    margin-top: 130px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section.section-bg-gradient-1.hero-bg-image {
    background-size: auto, auto;
  }

  .hero-image-container {
    right: -195px;
  }

  .hero-shape-2 {
    bottom: 100px;
    right: 169px;
  }

  .hero-shape-image-3 {
    right: -120px;
  }

  .hero-image-container-2 {
    width: 100%;
  }

  .hero-shape-upper {
    left: 142px;
  }

  .hero-shape-lower {
    right: -120px;
  }

  .service-shape-image {
    bottom: 72px;
    left: 72px;
  }

  .service-shape-image.service-page {
    position: relative;
    bottom: 0;
  }

  .preview-hero-video-button {
    top: 50%;
  }

  .preview-footer-section.preview-footer-background-image {
    height: 714px;
    max-height: 714px;
  }
}

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

  h2 {
    letter-spacing: -.35px;
    font-size: 35px;
  }

  strong {
    line-height: 1.2;
  }

  blockquote {
    padding: 40px 70px 40px 36px;
    font-size: 22px;
  }

  .nav-menu {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
  }

  .nav-menu-wrapper {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    width: 350px;
    height: 100vh;
    max-height: 100vh;
    position: fixed;
    inset: 0% auto 0% 0%;
    overflow: auto;
    box-shadow: 0 4px 30px 5px #0003;
  }

  .nav-menu-list-wrapper {
    grid-row-gap: 20px;
    background-color: #fff;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    padding: 40px 40px 20px;
    display: flex;
  }

  .nav-dropdown {
    display: block;
  }

  .nav-dropdown-list {
    margin-top: 0;
    position: relative;
    top: 10px;
  }

  .nav-dropdown-list.all-pages {
    min-width: 220px;
  }

  .nav-dropdown-list.all-pages.w--open {
    min-width: 200px;
    left: auto;
  }

  .menu-button {
    background-color: var(--title-color);
    color: var(--white);
    border-radius: 5px;
    padding: 8px;
  }

  .menu-button.w--open {
    color: #fff;
    background-image: linear-gradient(117deg, #842dda 35.64%, #3231ff 81.46%);
  }

  .main-container {
    max-width: 720px;
  }

  .call-list-item {
    border-top: 1px solid #e3e3e3;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
  }

  .mobile-menu-logo {
    margin-bottom: 30px;
    display: block;
  }

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

  .style-guide-sidebar {
    width: 30%;
    padding-top: 60px;
  }

  .style-guide-details {
    width: 70%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bold-heading {
    line-height: 1.3;
  }

  .typography-wrapper, .color-wrapper {
    padding-bottom: 60px;
  }

  .style-guide-color-grid {
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .style-guide-button-wrapper {
    padding-bottom: 60px;
  }

  .style-guide-icon-flex {
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }

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

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

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

  .hero-content-block {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-heading, .hero-large-paragraph {
    text-align: center;
  }

  .hero-button-wrapper {
    grid-column-gap: 20px;
  }

  .trusted-partner-image {
    width: 40px;
    height: 40px;
  }

  .hero-content-flex {
    grid-column-gap: 30px;
    justify-content: center;
  }

  .hero-rating-column {
    max-width: 160px;
  }

  .hero-image-container {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-shape-2 {
    bottom: 60px;
    right: 60px;
  }

  .hero-shape-image-3 {
    top: 100px;
  }

  .home-about-grid {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .home-about-image-wrapper {
    width: 534px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .about-list-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 28px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-list {
    grid-row-gap: 8px;
    flex-direction: column;
  }

  .about-upper-image {
    margin-bottom: -200px;
  }

  .about-experience-block {
    right: 56px;
  }

  .about-list-paragraph {
    margin-left: 0;
  }

  .about-fact-flex {
    margin-top: 50px;
  }

  .service-heading-wrapper {
    margin-bottom: 50px;
  }

  .service-heading-container {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-paragraph-block {
    max-width: none;
  }

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

  .service-card-heading {
    line-height: 1.2;
  }

  .service-text-wrapper {
    margin-top: 36px;
  }

  .service-text-wrapper.service-slider-bottom-text {
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-text-wrapper.service-slider-bottom-text.service-page {
    width: 100%;
  }

  .service-text-wrapper.testimonial-slider-bottom-text {
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .service-bottom-text {
    text-align: left;
    line-height: 1.3;
  }

  .service-bottom-dot {
    margin-top: 3px;
  }

  .why-choose-us-grid {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .wcu-content-wrapper {
    max-width: none;
  }

  .wcu-image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .our-prjoects-image-wrapper {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .our-project-shape-image-2 {
    margin-right: -70px;
  }

  .our-projects-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .our-project-content-wrapper {
    max-width: none;
  }

  .project-slider-wrapper {
    max-width: 700px;
  }

  .project-slide-item {
    width: 222px;
  }

  .section-heading-wrapper.max-width-490px {
    max-width: none;
  }

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

  .testimonial-header-wrapper {
    margin-bottom: 50px;
  }

  .testimonial-slider {
    padding-bottom: 30px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1.5fr;
  }

  .testiomial-name {
    line-height: 1.3;
  }

  .testimonial-left-arrow {
    left: 294px;
  }

  .testimonial-right-arrow {
    left: 336px;
  }

  .testimonial-popup {
    bottom: 55px;
    left: 60px;
  }

  .cta-section.project-padding-top {
    padding-top: 182px;
  }

  .cta-heading-wrapper {
    max-width: 350px;
  }

  .about-button-wrapper, .cta-button-wrapper {
    grid-column-gap: 20px;
  }

  .footer-about-column {
    max-width: 300px;
  }

  .footer-link-container {
    grid-column-gap: 60px;
  }

  .footer-lower-flex {
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .blog-heading-wrapper {
    margin-bottom: 50px;
  }

  .blog-heading-block, .blog-paragraph-block {
    max-width: none;
  }

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

  .blog-card-lower {
    flex-direction: row;
  }

  .logo-main-wrapper {
    margin-top: 55px;
  }

  .nav-menu-two {
    height: auto;
    padding: 20px 15px;
    position: fixed;
    top: 0;
  }

  .navbar-menu-container-two {
    max-width: 720px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-section-two {
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .hero-content-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .hero-image-container-2 {
    width: auto;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .hero-image-2 {
    border-radius: 20px 20px 20px 160px;
  }

  .hero-section-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .hero-shape-upper {
    display: block;
    top: 140px;
    left: 20px;
  }

  .about-grid-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .about-block-1 {
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .about-block-2 {
    max-width: none;
  }

  .about-image-block-2 {
    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-image-block-1 {
    max-width: none;
  }

  .about-image-lower-right {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .about-tab-wrapper {
    margin-top: 0;
  }

  .about-tabs-content {
    margin-top: 30px;
  }

  .service-slider {
    padding-bottom: 0;
    overflow: hidden;
  }

  .service-slider-mask {
    width: 48%;
    overflow: visible;
  }

  .service-slider-item {
    width: 100%;
    margin-right: 20px;
  }

  .service-slider-card {
    border-radius: 30px 20px 45px;
    box-shadow: 0 4px 10px #c4c4c4;
  }

  .service-card-contnet-block {
    width: 100%;
    max-width: 300px;
  }

  .service-slider-right-arrow {
    bottom: 10px;
    right: 10px;
  }

  .service-slider-left-arrow {
    bottom: 10px;
    right: 52px;
  }

  .card-content-bg-wrapper {
    padding: 20px;
  }

  .testimonial-slider-2 {
    padding-bottom: 60px;
  }

  .testimonial-mask-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    overflow: visible;
  }

  .testimonial-slider-item-2 {
    width: 100%;
  }

  .testimonial-content-2 {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-left-arrow-2 {
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }

  .testimonial-right-arrow-2 {
    margin-left: auto;
    margin-right: auto;
    left: 42px;
  }

  .project-slider-2 {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-slide-item-2 {
    height: 520px;
  }

  .our-projects-grid-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .project-slider-detalis-block {
    bottom: -50px;
    right: -50px;
  }

  .project-name-box {
    flex-wrap: wrap;
  }

  .project-card-bold-heading {
    line-height: 1.3;
  }

  .service-shape-image {
    width: 60px;
    bottom: 20px;
  }

  .service-shape-image.service-page {
    position: absolute;
  }

  .project-shape-image-2 {
    top: 40px;
    right: 40px;
  }

  .service-page-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .breadcrumb-section {
    min-height: auto;
    padding-top: 160px;
    padding-bottom: 80px;
  }

  .about-large-image-wrapper {
    margin-top: -80px;
  }

  .about-breadcrumb-section {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .work-progress-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .progress-step {
    width: 100%;
    max-width: 520px;
  }

  .step-arrow-1 {
    right: 111px;
  }

  .step-arrow-2 {
    top: 177px;
    left: 67px;
  }

  .step-arrow-3 {
    bottom: 37px;
    right: 37px;
  }

  .team-card {
    border-radius: 30px 20px 45px;
  }

  .team-card-contnet-block {
    width: 100%;
    max-width: 300px;
  }

  .team-card-heading {
    line-height: 1.2;
  }

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

  .service-focus-section {
    padding-top: 60px;
  }

  .service-focus-main-body strong {
    line-height: 1.2;
  }

  .service-focus-main-body ul {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .benefits-main-body strong {
    line-height: 1.2;
  }

  .benefits-main-body ul {
    grid-template-columns: 1fr;
  }

  .benefits-main-body figure {
    margin-top: 40px;
  }

  .benefits-section {
    padding-top: 60px;
  }

  .service-intro-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .service-intro-image-wrapper {
    max-width: 534px;
  }

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

  .why-important-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 60px;
  }

  .why-important-content-wrapper {
    padding-top: 0;
  }

  .why-important-content h2 {
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .why-important-content h3 {
    line-height: 1.2;
  }

  .initial-release, .release-date, .changelog-text {
    font-size: 18px;
  }

  .blog-heading-container {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-us-grid {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .contact-content-wrapper {
    max-width: none;
  }

  .contact-form-block {
    margin-top: 50px;
  }

  .contact-form-grid {
    grid-column-gap: 25px;
    grid-row-gap: 30px;
  }

  .project-archive-grid {
    grid-column-gap: 30px;
    grid-row-gap: 130px;
    justify-items: center;
  }

  .project-archive-card {
    max-width: none;
  }

  .project-archive-detalis-block {
    width: 95%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    bottom: -100px;
    left: 0;
    right: 0;
  }

  .project-problem-solve-main-body strong {
    line-height: 1.2;
  }

  .project-problem-solve-main-body ul {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 48px;
  }

  .project-info-grid {
    margin-top: -60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .project-all-info-name-box {
    flex-wrap: wrap;
    padding-bottom: 20px;
  }

  .project-all-info-client-box {
    padding-bottom: 20px;
  }

  .project-all-info-heading {
    font-size: 20px;
    line-height: 1.3;
  }

  .project-all-info-text {
    font-size: 20px;
  }

  .project-all-info-product-box, .project-all-info-duration-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .project-all-info-cost-box {
    padding-top: 20px;
  }

  .project-result-wrapper {
    margin-top: 50px;
  }

  .project-result-grid {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .project-result-image-wrapper {
    max-width: 534px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .project-result-shape-2 {
    right: -62px;
  }

  .faq-heading {
    line-height: 1.2;
  }

  .faq-paragraph {
    margin-top: 20px;
  }

  .faq-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .teammate-biography-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .teammate-image {
    width: 100%;
    max-width: 547px;
  }

  .teammate-name {
    line-height: 1.25;
  }

  .teammate-personal-info-wrapper {
    margin-top: 50px;
  }

  .personal-info-content-block {
    padding-left: 0;
  }

  .personal-info-main-body strong {
    line-height: 1.2;
  }

  .personal-info-main-body ul {
    grid-template-columns: 1fr;
  }

  .personal-info-main-body figure {
    margin-top: 40px;
  }

  .blog-main-body-1 strong {
    line-height: 1.2;
  }

  .blog-main-body-1 ul {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-left: 40px;
  }

  .blog-main-body-1 ol {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .blog-main-body-2 {
    margin-top: 50px;
  }

  .blog-main-body-2 strong {
    line-height: 1.2;
  }

  .blog-main-body-2 ul {
    grid-template-columns: 1fr;
  }

  .blog-main-body-2 figure {
    margin-top: 40px;
  }

  .blog-main-body-2 ol {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .form-footer-text {
    font-size: 18px;
  }

  .about-fact-container.margin-top {
    margin-top: 80px;
  }

  .utility-page-content {
    width: 720px;
  }

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

  .nav-wrapper-flex {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-separator {
    display: none;
  }

  .project-archive-content-box {
    padding: 20px;
  }

  .preview-container-fluid.preview-padding-left-80.preview-padding-right-80 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .preview-hero-video-button {
    top: 62%;
  }

  .preview-hero-section {
    padding-top: 160px;
  }

  .preview-title {
    font-size: 32px;
  }

  .preview-container-default {
    padding-left: 15px;
    padding-right: 15px;
  }

  .preview-section-element-name {
    font-size: 18px;
  }

  .preview-section-element-grid-box {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .preview-section-title-block.text-center.preview-margin-bottom-50 {
    max-width: 650px;
  }

  .preview-feature-grid-box {
    grid-template-columns: 1fr 1fr;
  }

  .preview-essential-features-grid-box {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .preview-surprises-image-block {
    margin-left: auto;
    margin-right: auto;
  }

  .preview-surprises-content-block {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .preview-surprises-box-block.padding-right-80 {
    flex-wrap: wrap;
    padding-right: 0;
  }

  .preview-surprises-box-block.margin-top-80.row-reverse.padding-left-80 {
    flex-wrap: wrap;
    padding-left: 0;
  }

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

  .preview-image, .preview-single-page {
    width: 100%;
  }

  .preview-footer-title {
    font-size: 36px;
  }

  .preview-footer-section.preview-footer-background-image {
    height: 450px;
    max-height: 450px;
  }

  .preview-footer-content-block.text-center {
    max-width: 650px;
    top: 50%;
  }

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

  .reusable-animation-flex, .resuable-animation-column.one {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .typography-block, .style-guide-button-flex {
    padding-top: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

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

  h2 {
    letter-spacing: -.3px;
    font-size: 30px;
  }

  blockquote {
    background-position: 95% 95%, 0 0;
    background-size: 60px, auto;
    padding: 32px 60px 32px 24px;
    font-size: 20px;
  }

  .navbar-menu-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-list-wrapper {
    grid-row-gap: 10px;
    border-radius: 20px;
    flex-direction: column;
    padding: 30px 20px;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .nav-dropdown-toggle {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-toggle.w--open {
    align-items: center;
  }

  .main-container {
    max-width: 720px;
  }

  .style-guide-wrapper {
    flex-direction: column;
  }

  .style-guide-sidebar {
    width: 100%;
    min-height: auto;
    padding-top: 40px;
    position: static;
  }

  .style-guide-details {
    width: 100%;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .typography-wrapper {
    grid-row-gap: 20px;
    padding-bottom: 40px;
  }

  .color-wrapper {
    padding-bottom: 40px;
  }

  .style-guide-color-grid {
    padding-top: 40px;
  }

  .style-guide-button-wrapper {
    grid-row-gap: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .primary-button, .secondary-button {
    padding: 12px 24px;
  }

  .style-guide-icon-flex {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .hero-section.section-bg-gradient-1.hero-bg-image {
    background-size: 450px, auto;
  }

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

  .hero-section-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hero-content-block {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    display: flex;
  }

  .hero-heading, .hero-large-paragraph {
    text-align: center;
  }

  .hero-button-wrapper {
    justify-content: center;
  }

  .hero-content-flex {
    grid-column-gap: 20px;
    justify-content: center;
  }

  .hero-rating-column {
    max-width: 175px;
  }

  .hero-experience-column {
    max-width: 277px;
  }

  .hero-image-container {
    max-width: 500px;
    position: relative;
  }

  .hero-shape-1 {
    display: block;
    top: 100px;
    left: 20px;
  }

  .hero-shape-image-3 {
    top: 220px;
    left: -13px;
  }

  .home-about-image-wrapper {
    width: 450px;
  }

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

  .about-list {
    flex-direction: column;
  }

  .about-upper-image {
    margin-bottom: -150px;
  }

  .about-experience-block {
    right: 30px;
  }

  .about-fact-flex {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-fact-column {
    align-items: center;
    width: 135px;
    display: flex;
  }

  .about-fact-count {
    font-size: 28px;
  }

  .fact-text {
    font-size: 14px;
    line-height: 1.1;
  }

  .fact-separator {
    display: none;
  }

  .service-heading-wrapper {
    margin-bottom: 30px;
  }

  .service-heading-block {
    max-width: none;
  }

  .service-grid {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .service-item {
    width: 300px;
  }

  .service-card-heading {
    font-size: 22px;
  }

  .service-text-wrapper {
    align-items: flex-start;
  }

  .service-text-wrapper.service-slider-bottom-text {
    width: auto;
    margin-top: 15px;
  }

  .service-text-wrapper.testimonial-slider-bottom-text {
    width: auto;
  }

  .our-project-shape-image-1 {
    top: 50px;
    left: -15px;
  }

  .our-project-shape-image-2 {
    margin-right: 0;
  }

  .our-project-large-paragraph.desktop-small-center {
    margin-bottom: 30px;
  }

  .project-slider-wrapper {
    max-width: 100%;
  }

  .project-slider {
    overflow: hidden;
  }

  .project-slide-item {
    width: 100%;
  }

  .project-slider-mask {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-slider-left-arrow {
    margin-left: auto;
    margin-right: auto;
    right: 42px;
  }

  .project-slider-right-arrow {
    margin-left: auto;
    margin-right: auto;
    left: 42px;
    right: 0;
  }

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

  .testimonial-header-wrapper {
    margin-bottom: 30px;
  }

  .testimonial-slider-wrapper {
    padding-top: 0;
  }

  .testimonial-slider {
    padding-bottom: 0;
  }

  .testimonial-grid {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .testimonial-image-wrapper {
    flex: none;
    width: 100%;
    max-width: 450px;
  }

  .testimomial-content-wrapper {
    grid-row-gap: 24px;
    max-width: 500px;
    margin-bottom: 60px;
  }

  .quote-image-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .star-review-wrapper {
    margin-bottom: 0;
  }

  .testimnial-paragraph {
    text-align: center;
    font-size: 16px;
  }

  .testimonial-info {
    align-items: center;
  }

  .testimonial-left-arrow {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 42px;
  }

  .testimonial-right-arrow {
    margin-left: auto;
    margin-right: auto;
    left: 42px;
    right: 0;
  }

  .testimonial-popup {
    bottom: 60px;
  }

  .cta-section.project-padding-top {
    padding-top: 162px;
  }

  .cta-paragraph-wrapper {
    max-width: 400px;
  }

  .about-button-wrapper, .cta-button-wrapper {
    justify-content: center;
  }

  .cta-shape-2 {
    width: 50px;
    left: 20px;
  }

  .cta-shape-3 {
    width: 25px;
    top: 30px;
    right: 20px;
  }

  .footer-upper-flex {
    flex-direction: column;
  }

  .footer-about-column {
    align-items: center;
    max-width: 450px;
  }

  .navbar-brand-footer {
    padding-left: 0;
  }

  .footer-heading {
    text-align: center;
  }

  .newsletter-form-block {
    max-width: 350px;
  }

  .input-field {
    min-height: 50px;
  }

  .footer-address {
    text-align: center;
  }

  .footer-separator {
    width: 100%;
    max-width: 300px;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-link-block {
    align-items: center;
  }

  .footer-lower-flex {
    grid-column-gap: 100px;
    flex-direction: row;
    justify-content: center;
  }

  .copyright-text {
    text-align: center;
    line-height: 1.2;
  }

  .blog-heading-wrapper {
    margin-bottom: 30px;
  }

  .blog-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .blog-item {
    width: 100%;
    max-width: 300px;
  }

  .blog-card-name {
    font-size: 20px;
  }

  .blog-card-meta-wrapper {
    grid-row-gap: 5px;
    flex-wrap: wrap;
  }

  .logo-main-wrapper {
    margin-top: 35px;
  }

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

  .navbar-menu-container-two {
    max-width: 720px;
  }

  .hero-section-two {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .hero-content-block-2 {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    display: flex;
  }

  .hero-image-container-2 {
    max-width: 500px;
    position: relative;
  }

  .hero-image-2 {
    border-bottom-left-radius: 140px;
  }

  .hero-section-wrapper-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hero-shape-upper {
    display: block;
    top: 120px;
    left: 20px;
  }

  .about-tab-link {
    font-size: 20px;
  }

  .service-slider {
    padding-bottom: 50px;
  }

  .service-slider-mask {
    width: 370px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px 15px;
    overflow: hidden;
  }

  .service-card-contnet-block {
    width: 90%;
  }

  .service-slider-right-arrow {
    margin-left: auto;
    margin-right: auto;
    left: 42px;
    right: 0;
  }

  .service-slider-left-arrow {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 42px;
  }

  .card-content-bg-wrapper {
    padding: 24px;
  }

  .testimonial-slider-2 {
    margin-left: 0;
  }

  .testimonial-mask-2 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .quote-info-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .testimonial-left-arrow-2, .testimonial-right-arrow-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .project-slider-2 {
    width: auto;
    padding-bottom: 70px;
  }

  .project-slider-mask-2 {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-slide-item-2 {
    height: auto;
  }

  .project-list-wrapper-2 {
    width: 100%;
    position: static;
  }

  .project-list-wrapper-2.last, .project-list-wrapper-2.middle {
    display: none;
  }

  .project-list-wrapper-2.first {
    margin-left: 0;
  }

  .slider-main-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .project-slider-detalis-block {
    min-width: auto;
  }

  .project-slider-detalis-block.first {
    margin-top: 30px;
    position: static;
  }

  .project-name-box {
    flex-wrap: wrap;
  }

  .project-card-name-2, .project-card-bold-heading {
    font-size: 16px;
  }

  .project-client-box {
    flex-wrap: wrap;
  }

  .project-slider-left-arrow-2 {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 42px;
  }

  .project-slider-right-arrow-2 {
    margin-left: auto;
    margin-right: auto;
    left: 42px;
    right: 0;
  }

  .hero-shape-lower {
    bottom: -20px;
    left: -13px;
  }

  .service-shape-image {
    width: 40px;
    bottom: 10px;
    left: auto;
    right: 10px;
  }

  .service-shape-image.service-page {
    width: 50px;
    bottom: 0;
    left: auto;
    right: 15px;
  }

  .project-shape-image-2 {
    top: 20px;
    right: 20px;
  }

  .project-client-name {
    font-size: 16px;
  }

  .service-page-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    place-items: center;
    display: flex;
  }

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

  .service-page-item {
    width: 330px;
  }

  .breadcrumb-shape-1 {
    top: 120px;
  }

  .breadcrumb-shape-2 {
    width: 140px;
  }

  .about-large-image-wrapper {
    margin-top: -60px;
  }

  .about-breadcrumb-section {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .progress-step {
    width: 100%;
    max-width: 480px;
  }

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

  .step-arrow-1 {
    right: 80px;
  }

  .step-arrow-2 {
    left: 20px;
  }

  .step-arrow-3 {
    bottom: 65px;
    right: 10px;
  }

  .team-card-contnet-block {
    width: 90%;
    left: 10px;
  }

  .team-card-heading {
    font-size: 20px;
  }

  .team-details-link {
    grid-row-gap: 5px;
    flex-wrap: nowrap;
  }

  .service-focus-section {
    padding-top: 45px;
  }

  .service-template-heading {
    font-size: 26px;
  }

  .service-focus-main-body ul {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .benefits-main-body ul {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 30px;
  }

  .benefits-main-body li {
    background-size: 25px;
    padding-left: 45px;
  }

  .benefits-main-body figure {
    margin-top: 30px;
  }

  .benefits-main-body img {
    border-radius: 20px;
  }

  .benefits-section {
    padding-top: 45px;
  }

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

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

  .why-important-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 30px;
  }

  .why-important-content h2 {
    margin-bottom: 16px;
    font-size: 26px;
  }

  .initial-release, .release-date, .changelog-text {
    font-size: 16px;
  }

  .contact-text-area {
    min-height: 300px;
  }

  .project-archive-grid {
    grid-column-gap: 30px;
    grid-row-gap: 130px;
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
  }

  .project-archive-item {
    width: 100%;
    max-width: 300px;
  }

  .project-problem-solve-main-body ul {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .project-info-grid {
    grid-template-columns: 1fr;
  }

  .project-all-info-name-box, .project-all-info-client-box, .project-all-info-product-box, .project-all-info-duration-box, .project-all-info-cost-box {
    flex-wrap: wrap;
  }

  .project-result-grid {
    margin-top: 30px;
  }

  .project-result-rich-text h3 {
    margin-top: 24px;
  }

  .project-result-image-wrapper {
    max-width: 400px;
  }

  .project-result-shape-2 {
    width: 120px;
    right: -30px;
  }

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

  .faq-paragraph {
    margin-top: 16px;
  }

  .faq-body {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .job-position {
    font-size: 22px;
  }

  .temmate-name-block, .temmate-bio-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 30px;
  }

  .temmate-contact-block {
    margin-bottom: 30px;
  }

  .teammate-personal-info-wrapper {
    grid-template-columns: 1fr;
  }

  .personal-info-main-body ul {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .personal-info-main-body li {
    background-size: 25px;
    padding-left: 45px;
  }

  .personal-info-main-body figure {
    margin-top: 30px;
  }

  .personal-info-main-body img {
    border-radius: 20px;
  }

  .skill-bar-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .blog-main-body-1 ul {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 20px;
  }

  .blog-main-body-1 h2 {
    margin-bottom: 20px;
  }

  .blog-main-body-1 ol {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .blog-main-body-1 blockquote {
    margin-left: 30px;
    margin-right: 20px;
  }

  .blog-main-body-2 {
    margin-top: 30px;
  }

  .blog-main-body-2 h3 {
    margin-bottom: 20px;
  }

  .blog-main-body-2 ul {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 30px;
  }

  .blog-main-body-2 li {
    background-size: 25px;
    padding-left: 45px;
  }

  .blog-main-body-2 figure {
    margin-top: 30px;
  }

  .blog-main-body-2 img {
    border-radius: 20px;
  }

  .blog-main-body-2 h2 {
    margin-bottom: 20px;
  }

  .blog-main-body-2 ol {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .credential-form {
    padding: 50px 30px;
  }

  .credential-form-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .form-footer-text {
    font-size: 16px;
  }

  .credential-form-block {
    margin-top: 20px;
  }

  .about-fact-container.margin-top {
    margin-top: 60px;
  }

  .utility-page-content {
    width: 100%;
    max-width: 720px;
  }

  .protected-input-wrapper {
    width: 100%;
  }

  .instruction-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .preview-video-lightbox-block {
    width: 70px;
    height: 70px;
  }

  .preview-hero-video-button {
    top: 72%;
  }

  .preview-title {
    font-size: 28px;
  }

  .preview-container-default {
    max-width: 540px;
  }

  .preview-section-element-name {
    font-size: 16px;
  }

  .preview-section-element-grid-box {
    grid-template-columns: 1fr 1fr;
  }

  .preview-feature-grid-box {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .preview-title-4 {
    margin-bottom: 10px;
  }

  .preview-essential-features-grid-box {
    grid-template-columns: 1fr 1fr;
  }

  .preview-heading.mobile-center {
    text-align: center;
  }

  .preview-footer-title {
    font-size: 28px;
  }

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

  .resuable-animation-wrapper {
    width: 100%;
    max-width: 628px;
  }

  .reusable-element-section.bg-gradient-1 {
    padding-top: 60px;
  }

  .reusable-element-content {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .resuable-element-text {
    text-align: center;
  }

  .typography-block, .style-guide-button-flex {
    padding-top: 40px;
  }
}

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

  h2 {
    letter-spacing: -.28px;
    font-size: 28px;
  }

  .nav-menu-wrapper {
    width: 300px;
  }

  .nav-menu-list-wrapper {
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-dropdown-list.project {
    min-width: 250px;
  }

  .main-container {
    max-width: 100%;
  }

  .style-guide-color-grid {
    grid-template-columns: 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section.section-bg-gradient-1.hero-bg-image {
    background-size: 100%, auto;
  }

  .hero-button-wrapper {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .hero-content-flex {
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 30px;
    padding-top: 30px;
  }

  .hero-rating-column {
    align-items: center;
    max-width: none;
  }

  .hero-separator {
    width: 40px;
    height: 1px;
  }

  .hero-experience-column {
    align-items: center;
    max-width: none;
  }

  .badge.hero-badge {
    z-index: 1;
    position: relative;
  }

  .hero-shape-1 {
    left: 0;
  }

  .hero-shape-2 {
    bottom: 20px;
    right: 20px;
  }

  .hero-shape-image-3 {
    top: 100px;
  }

  .rating-paragraph, .experience-paragraph {
    text-align: center;
  }

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

  .home-about-image-wrapper {
    width: 100%;
    max-width: 350px;
  }

  .about-large-paragraph {
    margin-bottom: 30px;
  }

  .about-list-wrapper {
    grid-row-gap: 24px;
    margin-bottom: 30px;
  }

  .about-list {
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .about-upper-image {
    width: 50%;
    margin-bottom: -60px;
  }

  .about-lower-image {
    width: 65%;
  }

  .about-experience-block {
    top: 13%;
    right: 0%;
  }

  .experience-count.bg-gradinet-1 {
    font-size: 30px;
  }

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

  .about-shape-1 {
    width: 70px;
    bottom: 19%;
    left: 20px;
  }

  .about-shape-2 {
    width: 70px;
    bottom: 0;
  }

  .about-fact-flex {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .about-fact-column {
    grid-column-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .fact-separator {
    width: 60px;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .separator-fill {
    width: 7px;
    min-height: 3px;
  }

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

  .service-item {
    width: 100%;
    max-width: none;
  }

  .service-card {
    min-height: auto;
  }

  .service-card-normal-state {
    padding: 32px 20px;
  }

  .service-card-heading {
    font-size: 20px;
  }

  .service-text-wrapper {
    margin-top: 30px;
  }

  .service-text-wrapper.service-slider-bottom-text {
    justify-content: center;
    width: 100%;
  }

  .service-text-wrapper.service-slider-bottom-text.service-page {
    margin-top: 24px;
  }

  .service-text-wrapper.testimonial-slider-bottom-text {
    justify-content: center;
    width: 100%;
  }

  .wcu-large-paragraph {
    margin-bottom: 30px;
  }

  .accordion-link {
    grid-column-gap: 16px;
  }

  .acoordion-heading {
    line-height: 1.2;
  }

  .wcu-image-badge {
    max-width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 24px;
    left: auto;
    right: 60px;
  }

  .wcu-badge-text {
    font-size: 14px;
  }

  .our-project-shape-image-1 {
    width: 100px;
  }

  .our-projects-grid {
    grid-row-gap: 30px;
  }

  .our-project-large-paragraph {
    margin-bottom: 30px;
  }

  .project-slider-mask {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .project-slider-left-arrow {
    margin-left: auto;
    margin-right: auto;
  }

  .project-slider-right-arrow {
    margin-left: auto;
    margin-right: auto;
    right: 0;
  }

  .testimonial-grid {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .testimomial-content-wrapper {
    grid-row-gap: 16px;
  }

  .cta-section.project-padding-top {
    padding-top: 162px;
  }

  .cta-wrapper.section-bg-gradient-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-heading-wrapper {
    max-width: 300px;
  }

  .cta-paragraph-wrapper {
    max-width: none;
  }

  .cta-paragraph {
    margin-bottom: 30px;
  }

  .about-button-wrapper, .cta-button-wrapper {
    grid-row-gap: 24px;
  }

  .cta-shape-1 {
    width: 150px;
  }

  .cta-shape-2 {
    bottom: 180px;
    left: 10px;
  }

  .cta-shape-3 {
    top: 300px;
    right: 10px;
  }

  .footer-upper-flex {
    align-items: stretch;
  }

  .footer-about-column {
    align-items: flex-start;
  }

  .navbar-brand-footer {
    margin-bottom: 16px;
  }

  .footer-heading {
    text-align: left;
  }

  .newsletter-form-block {
    margin-bottom: 30px;
  }

  .footer-address {
    text-align: left;
    margin-top: 16px;
    margin-bottom: 24px;
  }

  .footer-separator {
    max-width: none;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer-link-container {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
  }

  .footer-link-block {
    align-items: flex-start;
    margin-top: 24px;
  }

  .blog-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .blog-item {
    width: 100%;
    max-width: 370px;
  }

  .blog-card-name {
    font-size: 22px;
  }

  .navbar-menu-container-two {
    max-width: 100%;
  }

  .hero-image-2 {
    border-bottom-left-radius: 80px;
  }

  .hero-shape-upper {
    left: 10px;
  }

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

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

  .about-image-block-2 {
    margin-top: 30px;
  }

  .about-tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .about-tabs-content {
    margin-top: 30px;
  }

  .service-slider {
    padding-bottom: 60px;
  }

  .service-slider-mask {
    width: 100%;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .service-slider-card {
    border-radius: 30px 20px 45px;
  }

  .service-card-contnet-block {
    width: 90%;
  }

  .service-slider-right-arrow {
    margin-left: auto;
    margin-right: auto;
    left: 42px;
    right: 0;
  }

  .service-slider-left-arrow {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 42px;
  }

  .card-content-bg-wrapper {
    padding: 15px 10px 15px 15px;
  }

  .testimonial-slider-2 {
    padding-bottom: 60px;
  }

  .project-slider-mask-2 {
    max-width: 350px;
  }

  .slider-main-wrapper {
    flex-direction: column;
  }

  .project-slider-wrapper-2 {
    width: 100%;
  }

  .our-projects-grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .project-slider-detalis-block {
    min-height: 170px;
  }

  .project-slider-detalis-block.first {
    margin-top: 24px;
  }

  .service-shape-image {
    width: 60px;
    bottom: 40px;
    left: 40px;
  }

  .service-shape-image.service-page {
    right: 20px;
  }

  .project-shape-image-1 {
    width: 80px;
    bottom: 0;
  }

  .project-shape-image-2 {
    width: 60px;
  }

  .service-page-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .breadcrumb-section {
    padding-top: 140px;
  }

  .service-page-item {
    width: 100%;
    max-width: 370px;
  }

  .breadcrumb-shape-1 {
    width: 30px;
    top: 105px;
    left: 5px;
  }

  .about-breadcrumb-section {
    padding-top: 140px;
  }

  .work-progress-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .progress-step {
    max-width: 350px;
  }

  .step-card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 15px 35px 15px 25px;
  }

  .step-heading {
    font-size: 20px;
    line-height: 1.1;
  }

  .step-arrow-1 {
    height: 80px;
    top: 30px;
    right: 100px;
  }

  .step-arrow-2 {
    height: 90px;
    top: 160px;
  }

  .step-arrow-3 {
    height: 80px;
    bottom: 70px;
    right: 40px;
  }

  .progress-blurr-block {
    width: 350px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
  }

  .team-memeber-image, .team-card {
    border-radius: 30px 20px 45px;
  }

  .team-card-contnet-block {
    width: 90%;
    bottom: 25px;
    left: 15px;
  }

  .team-card-heading {
    font-size: 22px;
  }

  .nav-dropdown-link-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-template-heading {
    margin-bottom: 24px;
  }

  .service-item-2 {
    width: 100%;
    max-width: none;
  }

  .changelog-container {
    padding: 40px 20px;
  }

  .realeased-date-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .contact-image-badge {
    max-width: 200px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 24px;
    left: auto;
    right: 60px;
  }

  .contact-badge-text {
    font-size: 14px;
  }

  .contact-large-paragraph {
    margin-bottom: 30px;
  }

  .contact-info-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .contact-form-paragraph {
    margin-top: 16px;
  }

  .contact-form-block {
    margin-top: 40px;
  }

  .contact-form-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .contact-text-area {
    min-height: 200px;
  }

  .project-archive-grid {
    grid-column-gap: 30px;
    grid-row-gap: 130px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .project-archive-item {
    max-width: 527px;
  }

  .project-archive-detalis-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    bottom: -100px;
    left: 0;
    right: 0;
  }

  .project-info-content-erapper {
    padding: 40px 20px;
  }

  .project-info-grid {
    margin-top: -30px;
  }

  .problem-solve-paragraph {
    margin-top: 16px;
  }

  .project-result-wrapper {
    margin-top: 30px;
  }

  .project-result-paragraph {
    margin-top: 16px;
  }

  .project-result-shape-1 {
    width: 120px;
    left: -10px;
  }

  .project-result-shape-2 {
    width: 100px;
    right: -10px;
  }

  .faq-heading {
    line-height: 1.2;
  }

  .temmate-contact-info-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .skill-bar-wrapper {
    margin-top: 30px;
  }

  .blog-main-body-1 ul {
    margin-left: 0;
  }

  .blog-main-body-1 blockquote {
    margin: 30px 15px 30px 20px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .credential-form {
    padding: 30px 20px;
  }

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

  .project-archive-content-box {
    flex-direction: column;
    justify-content: space-between;
    min-height: 170px;
    display: flex;
  }

  .preview-hero-video-button {
    top: 70%;
  }

  .preview-hero-section {
    padding-top: 140px;
  }

  .preview-section-element-grid-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .preview-single-section-element-inner {
    min-height: auto;
    padding: 30px 20px;
  }

  .preview-essential-features-grid-box, .template-showcase-grid {
    grid-template-columns: 1fr;
  }

  .preview-footer-excerpt.text-white {
    font-size: 16px;
  }

  .reusable-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .resuable-animation-wrapper {
    max-height: none;
  }

  .reusable-animation-flex {
    flex-direction: column;
  }

  .resuable-animation-column {
    width: 100%;
  }

  .resuable-section-image.mobile-hide {
    display: none;
  }

  .reusable-element-section {
    padding-bottom: 60px;
  }

  .typography-block, .style-guide-button-flex {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#w-node-_5e015acb-9e6c-adf4-cdca-a9aa98447802-707dbf55, #w-node-_5e015acb-9e6c-adf4-cdca-a9aa9844780c-707dbf55, #w-node-_5e015acb-9e6c-adf4-cdca-a9aa98447816-707dbf55, #w-node-cd1a2b1e-0354-0999-b712-a8373a6f6eff-707dbf55, #w-node-cd1a2b1e-0354-0999-b712-a8373a6f6f05-707dbf55, #w-node-cd1a2b1e-0354-0999-b712-a8373a6f6f0b-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b7220ed-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b7220ee-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b7220f4-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b7220f5-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b7220fb-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b7220fc-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b722102-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b722103-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b722109-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b72210a-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b722110-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b722111-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b722117-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b722118-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b72211e-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b72211f-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b722125-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b722126-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b72212c-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b72212d-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b722133-707dbf55, #w-node-_7ec364b5-a9c8-87d4-b816-1a277b722134-707dbf55, #w-node-_0e4d321d-2692-4b3e-a9dc-b019743cc60b-707dbf55, #w-node-_0e4d321d-2692-4b3e-a9dc-b019743cc60c-707dbf55, #w-node-_0afe2462-fc02-494d-5e84-49310d0d2293-707dbf55, #w-node-_8cbf183f-bdbf-e2a0-095e-02462f8530e2-707dbf55, #w-node-c53f4592-301d-c4b8-fb9c-922f0c499fe8-707dbf55, #w-node-c53f4592-301d-c4b8-fb9c-922f0c499fef-707dbf55, #w-node-c53f4592-301d-c4b8-fb9c-922f0c499ff6-707dbf55, #w-node-c53f4592-301d-c4b8-fb9c-922f0c499ffd-707dbf55, #w-node-c53f4592-301d-c4b8-fb9c-922f0c49a004-707dbf55, #w-node-c53f4592-301d-c4b8-fb9c-922f0c49a00b-707dbf55, #w-node-c53f4592-301d-c4b8-fb9c-922f0c49a019-707dbf55, #w-node-c53f4592-301d-c4b8-fb9c-922f0c49a020-707dbf55, #w-node-c53f4592-301d-c4b8-fb9c-922f0c49a02e-707dbf55, #w-node-c53f4592-301d-c4b8-fb9c-922f0c49a035-707dbf55, #w-node-c53f4592-301d-c4b8-fb9c-922f0c49a03c-707dbf55, #w-node-c53f4592-301d-c4b8-fb9c-922f0c49a043-707dbf55, #w-node-fb78a85e-d29e-7d9b-1b05-70a19533b557-707dbf5f, #w-node-fb78a85e-d29e-7d9b-1b05-70a19533b59f-707dbf5f, #w-node-fb78a85e-d29e-7d9b-1b05-70a19533b5b2-707dbf5f, #w-node-_855061d8-d3c3-c2a6-0a5b-c5c2b62024a8-707dbf5f, #w-node-a0662673-d6d1-2da7-cb6d-4ec8ca5bdcff-ca5bdcf1, #w-node-a0662673-d6d1-2da7-cb6d-4ec8ca5bdd06-ca5bdcf1, #w-node-a0662673-d6d1-2da7-cb6d-4ec8ca5bdd1b-ca5bdcf1, #w-node-a0662673-d6d1-2da7-cb6d-4ec8ca5bdd21-ca5bdcf1, #w-node-a0662673-d6d1-2da7-cb6d-4ec8ca5bdd33-ca5bdcf1, #w-node-a0662673-d6d1-2da7-cb6d-4ec8ca5bdd39-ca5bdcf1, #w-node-c49713ee-e2b0-b483-3c88-d9cd5fb4cd1d-707dbf62, #w-node-d0c1f384-d59a-6278-44e4-18866145cf0e-707dbf62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5379f83f-07d0-e8ba-d77f-acdd092599af-707dbf62, #w-node-_01a435d5-ac23-24a9-a63b-04d6b747443a-707dbf62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-daba1f0d-a9fd-d332-6f2b-43cfa1b9026d-707dbf65, #w-node-d268a1db-fd16-faf8-d666-ef3ceac6b7a7-707dbf65, #w-node-_264568e1-03fc-1d61-3003-38034dd92052-707dbf65, #w-node-_599ae75b-0b94-f361-504b-6e10f7dc7175-707dbf66, #w-node-_1bdb4687-cdf7-5b6a-8148-5c4a0cacafd1-707dbf66, #w-node-e70eb4d0-2545-6819-69cd-0eee4da51b20-707dbf66, #w-node-e70eb4d0-2545-6819-69cd-0eee4da51b1e-707dbf66, #w-node-afc21f88-f6fe-08eb-3146-642ea305e4b9-707dbf67, #w-node-a6178dd3-6e4c-ecc7-b760-71df784c62a6-707dbf67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3576593f-15bf-d5d5-ebf0-a053b32800e6-707dbf69 {
  justify-self: center;
}

#w-node-_3b2feadc-7f32-b84a-aff9-dd37273b165f-707dbf6b, #w-node-ba31f64a-6023-8335-7607-44058aa2c624-707dbf6b, #w-node-_0aaa9ff8-0a60-b9ad-e322-adf0170816c8-707dbf6b, #w-node-_2f07f296-f6bd-155d-2cdc-c039298c578d-707dbf6b, #w-node-c49713ee-e2b0-b483-3c88-d9cd5fb4cd1d-707dbf6b, #w-node-d0c1f384-d59a-6278-44e4-18866145cf0e-707dbf6b, #w-node-_00d12535-c256-3e8a-c23a-468e9a7bd901-707dbf6b, #w-node-_00d12535-c256-3e8a-c23a-468e9a7bd8f9-707dbf6b, #w-node-_2f07f296-f6bd-155d-2cdc-c039298c578d-707dbf6c, #w-node-_5a3b0609-f5ff-a598-1807-c46e47124ecf-707dbf6c, #w-node-_29300305-2633-e70e-ee44-280ef317fea8-707dbf6c, #w-node-c49713ee-e2b0-b483-3c88-d9cd5fb4cd1d-707dbf6c, #w-node-d0c1f384-d59a-6278-44e4-18866145cf0e-707dbf6c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00d12535-c256-3e8a-c23a-468e9a7bd901-707dbf6c {
  order: -9999;
}

#w-node-_344674af-b4b4-1f5e-a20f-34c844b716de-707dbf6f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3576593f-15bf-d5d5-ebf0-a053b32800e6-707dbf6f {
  justify-self: center;
}

#w-node-c49713ee-e2b0-b483-3c88-d9cd5fb4cd1d-707dbf71, #w-node-d0c1f384-d59a-6278-44e4-18866145cf0e-707dbf71, #w-node-_3576593f-15bf-d5d5-ebf0-a053b32800dc-707dbf74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3576593f-15bf-d5d5-ebf0-a053b32800e6-707dbf74 {
  justify-self: center;
}

#w-node-_3576593f-15bf-d5d5-ebf0-a053b32800e8-707dbf74, #w-node-_4f9148da-9b50-ef85-e5dc-f416164b286f-707dbf75, #w-node-_4f9148da-9b50-ef85-e5dc-f416164b2876-707dbf75, #w-node-_4f9148da-9b50-ef85-e5dc-f416164b287d-707dbf75, #w-node-_4f9148da-9b50-ef85-e5dc-f416164b2884-707dbf75, #w-node-_4f9148da-9b50-ef85-e5dc-f416164b288b-707dbf75, #w-node-_12e1b533-9a79-51bd-67f7-2dd2ceedd3fb-707dbf75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-d0c1f384-d59a-6278-44e4-18866145cf0e-707dbf62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_00d12535-c256-3e8a-c23a-468e9a7bd901-707dbf6c {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-fb78a85e-d29e-7d9b-1b05-70a19533b557-707dbf5f, #w-node-fb78a85e-d29e-7d9b-1b05-70a19533b59f-707dbf5f, #w-node-a0662673-d6d1-2da7-cb6d-4ec8ca5bdd06-ca5bdcf1, #w-node-a0662673-d6d1-2da7-cb6d-4ec8ca5bdd21-ca5bdcf1, #w-node-a0662673-d6d1-2da7-cb6d-4ec8ca5bdd39-ca5bdcf1, #w-node-d0c1f384-d59a-6278-44e4-18866145cf0e-707dbf62, #w-node-_2f07f296-f6bd-155d-2cdc-c039298c578d-707dbf6b, #w-node-d0c1f384-d59a-6278-44e4-18866145cf0e-707dbf6b, #w-node-_00d12535-c256-3e8a-c23a-468e9a7bd901-707dbf6b, #w-node-_2f07f296-f6bd-155d-2cdc-c039298c578d-707dbf6c, #w-node-_5a3b0609-f5ff-a598-1807-c46e47124ecf-707dbf6c, #w-node-d0c1f384-d59a-6278-44e4-18866145cf0e-707dbf6c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_00d12535-c256-3e8a-c23a-468e9a7bd901-707dbf6c {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d0c1f384-d59a-6278-44e4-18866145cf0e-707dbf71 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-fb78a85e-d29e-7d9b-1b05-70a19533b59f-707dbf5f, #w-node-_264568e1-03fc-1d61-3003-38034dd92052-707dbf65, #w-node-e70eb4d0-2545-6819-69cd-0eee4da51b1e-707dbf66, #w-node-_00d12535-c256-3e8a-c23a-468e9a7bd8f9-707dbf6b, #w-node-_5a3b0609-f5ff-a598-1807-c46e47124ecf-707dbf6c {
    order: -9999;
  }
}


@font-face {
  font-family: 'Inter Bold';
  src: url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Semi Bold';
  src: url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Medium';
  src: url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Regular';
  src: url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Light';
  src: url('../fonts/Inter-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic';
  src: url('../fonts/Livvic-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Livvic medium';
  src: url('../fonts/Livvic-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}