:root {
  --white: white;
  --black: black;
}

body {
  color: #04313f;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  color: #04313f;
  letter-spacing: -6.72px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 84px;
  font-weight: 700;
  line-height: 94px;
}

h2 {
  color: #04313f;
  letter-spacing: -4.06px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 68px;
}

h3 {
  color: #04313f;
  letter-spacing: -2.64px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
}

h4 {
  color: #04313f;
  letter-spacing: -2.28px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h5 {
  color: #04313f;
  letter-spacing: -1.68px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

h6 {
  color: #04313f;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

p {
  letter-spacing: -.36px;
  margin-bottom: 0;
}

ul {
  flex-direction: column;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

.navbar {
  background-color: #fff0;
  border-bottom: 1px solid #e7ecee00;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

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

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

.nav-menu {
  grid-column-gap: 35px;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #04313f;
  letter-spacing: -.36px;
  text-transform: capitalize;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .35s;
}

.nav-link:hover, .nav-link.w--current {
  color: #f45a4e;
}

.nav-link.inner {
  color: #fff;
}

.nav-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  display: flex;
}

.button-wrapper, .button-wrapper.desktop {
  display: inline-block;
}

.button-wrapper, .button-wrapper.desktop {
  display: inline-block;
}

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

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

.primary-button {
  grid-column-gap: 10px;
  color: #fff;
  letter-spacing: -1px;
  text-transform: capitalize;
  background-color: #f45a4e;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 35px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button.project {
  background-color: #fff0;
  border: 1px solid #fff;
  padding-top: 17px;
  padding-bottom: 17px;
  transition: background-color .35s, border-color .35s;
}

.primary-button.project:hover {
  background-color: #f45a4e;
  border-color: #f45a4e;
}

.primary-button-single {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.primary-button-single._1 {
  position: absolute;
}

.primary-button-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.primary-button-text {
  line-height: 20px;
}

.section.preview-features, .section.testimonials {
  padding-top: 170px;
  padding-bottom: 170px;
}

.section.demo-section.last, .section.figma-file-included {
  padding-bottom: 170px;
}

.section.banner {
  background-image: url("https://cdn.prod.website-files.com/65c8038f23dd5167d29151f3/65c8038f23dd5167d29152e8_Banner%20Bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: -30px;
  padding-top: 200px;
  padding-bottom: 275px;
  position: relative;
}

.section.blog {
  padding-top: 200px;
}

.section.testimonials-section {
  padding-top: 170px;
  padding-bottom: 160px;
  overflow: hidden;
}

.section.team-members-section {
  padding-top: 170px;
  padding-bottom: 170px;
}

.section.inner-banner {
  background-color: #04313f;
  background-image: url("https://cdn.prod.website-files.com/65c8038f23dd5167d29151f3/65c8038f23dd5167d291528c_Inner%20Banner%20Noise%20Bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-top: 215px;
  padding-bottom: 130px;
  position: relative;
}

.section.not-found {
  padding-top: 130px;
  padding-bottom: 200px;
}

.section.changelog {
  background-color: #fcfbf2;
  margin-top: -30px;
  padding-top: 160px;
  padding-bottom: 200px;
}

.section.license {
  padding-top: 130px;
  padding-bottom: 170px;
}

.section.style-guide {
  padding-top: 140px;
  padding-bottom: 200px;
}

.section.contact-us {
  background-color: #fcfbf2;
  margin-top: -30px;
  padding-top: 150px;
  padding-bottom: 200px;
}

.section.book-demo {
  background-color: #fcfbf2;
  margin-top: -30px;
  padding-top: 150px;
  padding-bottom: 170px;
}

.section.team-member {
  padding-top: 130px;
  padding-bottom: 200px;
}

.section.team-member-details {
  padding-top: 130px;
  padding-bottom: 170px;
}

.section.blog-main {
  background-color: #fcfbf2;
  margin-top: -30px;
  padding-top: 160px;
  padding-bottom: 200px;
}

.section.blog-details {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section.choose-us {
  padding-top: 170px;
  padding-bottom: 245px;
}

.section.company-section {
  padding-bottom: 170px;
}

.section.project {
  padding-top: 170px;
  padding-bottom: 210px;
}

.section.project.main {
  padding-bottom: 0;
}

.section.project-details {
  padding-top: 130px;
  padding-bottom: 160px;
}

.section.career-design {
  padding-top: 115px;
  padding-bottom: 160px;
}

.section.about-section {
  padding-bottom: 170px;
}

.section.service-section {
  padding-top: 130px;
  padding-bottom: 200px;
}

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

.section.preview-features, .section.testimonials {
  padding-top: 170px;
  padding-bottom: 170px;
}

.section.demo-section {
  padding-top: 170px;
}

.section.demo-section.home-demo {
  padding-top: 0;
  padding-bottom: 170px;
}

.section.demo-section.last, .section.figma-file-included {
  padding-bottom: 170px;
}

.section.preview-footer {
  background-image: url("https://cdn.prod.website-files.com/65c8038f23dd5167d29151f3/65c8038f23dd5167d291532f_Preview%20Footer%20Bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.section.about-us {
  padding-top: 130px;
  padding-bottom: 160px;
}

.section.about-us.career {
  padding-bottom: 0;
}

.section.zaithorty-urge {
  padding-bottom: 170px;
}

.section.service-details {
  padding-top: 120px;
  padding-bottom: 160px;
}

.section.services-section-hv1 {
  padding-top: 170px;
  padding-bottom: 170px;
}

.section.creatives-pricing {
  padding-top: 130px;
  padding-bottom: 170px;
}

.section.creatives-pricing.pricing-category {
  padding-bottom: 200px;
}

.section.pricing-details {
  padding-top: 130px;
  padding-bottom: 200px;
}

.section.core-value {
  padding-top: 170px;
  padding-bottom: 170px;
}

.section.faq-section {
  padding-bottom: 170px;
}

.section.career-section {
  background-color: #fcfbf2;
  border-radius: 30px;
  padding-top: 170px;
  padding-bottom: 170px;
}

.section.comparison-pricing {
  background-color: #fcfbf2;
  padding-top: 170px;
  padding-bottom: 200px;
}

.section.footer {
  background-color: #04313f;
  background-image: url("https://cdn.prod.website-files.com/65c8038f23dd5167d29151f3/65c8038f23dd5167d2915270_Footer%20Noise%20Bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  margin-top: -40px;
  padding: 150px 15px 30px;
}

.section.cta-section {
  padding-top: 150px;
  padding-bottom: 190px;
}

.section.cta-section.hv2 {
  padding-bottom: 150px;
}

.section.banner-hv2 {
  background-image: url("https://cdn.prod.website-files.com/65c8038f23dd5167d29151f3/65c8038f23dd5167d291538e_Banner%20Hv2%20Bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 165px;
  padding-bottom: 100px;
  position: relative;
}

.section.blog-section-hv2 {
  padding-bottom: 200px;
}

.section.faq-section-hv2 {
  padding-top: 170px;
}

.section.testimonials {
  padding-top: 170px;
  padding-bottom: 170px;
}

.section.awards-honors {
  padding-top: 170px;
}

.section.awards-honors.about {
  padding-top: 200px;
}

.section.process-section {
  padding-top: 170px;
  padding-bottom: 170px;
}

.section.works-section {
  padding-top: 170px;
}

.section.why-choose-us {
  padding-top: 100px;
  padding-bottom: 170px;
}

.section.partners-section {
  padding-top: 170px;
}

.section.partners-section.partners-about {
  padding-bottom: 170px;
}

.section.track {
  z-index: 1;
  margin-left: -3px;
  margin-right: -3px;
  position: relative;
}

.section.about-section-hv2 {
  padding-top: 150px;
  padding-bottom: 170px;
}

.section.services-section-hv2 {
  padding-top: 285px;
  padding-bottom: 285px;
  overflow: hidden;
}

.banner-hero-image {
  border-radius: 10px;
  width: 100%;
}

.secondary-button {
  color: #04313f;
  letter-spacing: -1.4px;
  text-transform: capitalize;
  border: 1px solid #04313f;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 18px 35px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-button.cta-button {
  color: #fff;
  letter-spacing: -1px;
  letter-spacing: -1px;
  border-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-content {
  background-color: #fff;
  border-radius: 20px;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 35px;
}

.footer-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-logo-wrap {
  width: 100%;
  max-width: 205px;
}

.footer-menu-wrapper {
  width: 100%;
  max-width: 950px;
}

.footer-form-wrapper {
  background-color: #fcfbf2;
  border: 1px solid #00000014;
  border-radius: 10px;
  margin-bottom: 50px;
  padding: 35px 50px;
}

.footer-form-block {
  margin-bottom: 0;
}

.footer-form-input {
  color: #c4cacc;
  letter-spacing: -4.06px;
  text-transform: capitalize;
  background-color: #fff0;
  border: 1px #000;
  height: auto;
  margin-bottom: 40px;
  padding: 0;
  font-size: 58px;
  font-weight: 700;
  line-height: 68px;
}

.footer-form-input::placeholder {
  color: #c4cacc;
  font-size: 58px;
}

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

.footer-form-text-field {
  color: #04313f;
  letter-spacing: -1.2px;
  font-size: 24px;
  font-weight: 600;
}

.footer-form-submit-button {
  color: #fcfbf2;
  letter-spacing: -1.4px;
  text-transform: capitalize;
  background-color: #f45a4e;
  border-radius: 8px;
  padding: 18px 55px 18px 35px;
  font-size: 20px;
  font-weight: 500;
}

.footer-form-submit-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-submit-button-arrow {
  position: absolute;
  inset: auto 30px auto auto;
}

.footer-menu-content {
  justify-content: space-between;
  margin-bottom: 55px;
  display: flex;
}

.footer-menu-title-wrapper {
  margin-bottom: 30px;
}

.footer-menu-title {
  color: #04313f;
  text-transform: capitalize;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.footer-menu-list-wrap.flex {
  grid-column-gap: 60px;
  grid-column-gap: 60px;
  grid-column-gap: 60px;
  display: flex;
}

.footer-menu-list {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer-menu-text-link {
  color: #04313f;
  letter-spacing: -.36px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: color .35s;
}

.footer-menu-text-link:hover {
  color: #f45a4e;
}

.footer-social-media-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.footer-social-media-single {
  grid-column-gap: 13px;
  color: #04313f;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-social-media-icon-wrap {
  color: #04313f;
  border: 1px solid #00000026;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 14px;
  display: flex;
}

.footer-social-media-text {
  letter-spacing: -.36px;
  font-size: 18px;
  font-weight: 400;
}

.footer-infermation-text {
  color: #04313f;
  letter-spacing: -.36px;
  font-size: 18px;
}

.footer-infermation-text-link {
  color: #f45a4e;
  font-weight: 500;
}

.cta-content {
  background-color: #9a4bff;
  background-image: url("https://cdn.prod.website-files.com/65c8038f23dd5167d29151f3/65c8038f23dd5167d2915272_CTA%20Noise.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-top: 120px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.cta-typography-wrapper {
  text-align: center;
  max-width: 750px;
  margin-bottom: 170px;
  margin-left: auto;
  margin-right: auto;
}

.secondary-title-tag-wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.secondary-title-tag-wrapper.left {
  justify-content: flex-start;
}

.secondary-title-tag-wrapper.left.mb130 {
  margin-bottom: 130px;
}

.secondary-title-tag-line {
  width: 100px;
  height: 3px;
}

.secondary-title-tag-line.left {
  background-image: linear-gradient(270deg, #f45a4e, #fff0);
  border-radius: 10px;
}

.secondary-title-tag-line.right {
  background-image: linear-gradient(100deg, #f45a4e, #fff0);
  border-radius: 10px;
}

.secondary-title-tag-text {
  color: #f45a4e;
  letter-spacing: -.9px;
  text-transform: uppercase;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 500;
}

.cta-title-wrapper {
  margin-bottom: 25px;
}

.cta-title {
  color: #fff;
  text-transform: capitalize;
  font-size: 58px;
  line-height: 68px;
}

.cta-button-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-button-wrapper.works {
  margin-top: 80px;
}

.cta-title-ticker-wrapper {
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.cta-title-ticker-wrapper.middle {
  justify-content: flex-start;
}

.cta-title-ticker-single {
  flex: none;
  margin-right: 10px;
}

.cta-ticker-title {
  text-transform: capitalize;
  font-size: 58px;
  font-weight: 700;
  line-height: 68px;
}

.cta-ticker-title._1 {
  color: #33dd9e;
}

.cta-ticker-title._2 {
  color: #c0f848;
}

.cta-ticker-title._3 {
  color: #4ea0ff;
}

.cta-title-ticker {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
  transform: rotate(5deg);
}

.cta-image {
  z-index: 1;
  width: 733px;
  position: absolute;
  inset: auto 0 0% 50%;
  transform: translate(-50%);
}

.section-title-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.section-title-wrapper.choose-us {
  margin-bottom: 140px;
}

.section-title-wrapper.creatives-pricing {
  margin-bottom: 40px;
}

.section-title-wrapper.testimonials-hv2 {
  margin-bottom: 108px;
  position: sticky;
  top: -40px;
}

.title-tag-wrapper {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.title-tag-wrapper.left {
  justify-content: flex-start;
}

.title-tag-line {
  border-radius: 10px;
  width: 100px;
  height: 3px;
}

.title-tag-line.left {
  background-image: linear-gradient(270deg, #f45a4e, #f45a4e00);
}

.title-tag-line.left.mobile {
  display: none;
}

.title-tag-line.right {
  background-image: linear-gradient(to right, #f45a4e, #f45a4e00);
}

.title-tag-text {
  color: #f45a4e;
  letter-spacing: -.9px;
  text-transform: uppercase;
  border: 1px solid #0000004d;
  border-radius: 100px;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 500;
}

.section-title.testimonials, .section-title.faq {
  color: #fff;
}

.section-title {
  color: #04313f;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 58px;
  font-weight: 700;
  line-height: 68px;
}

.section-title.testimonials, .section-title.faq {
  color: #fff;
}

.section-title.choose-us {
  color: #fff;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.project {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.our-mission {
  max-width: 705px;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
}

.section-title.zaithorty-urge {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.creatives-pricing {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.core-value {
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.career {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.blog {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.testimonials-hv2 {
  max-width: 671px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.awards-honors {
  max-width: 636px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.process {
  color: #fff;
  max-width: 715px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.works {
  color: #fff;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.why-choose-us {
  max-width: 597px;
  margin-left: auto;
  margin-right: auto;
}

.section-title.about-partners-title {
  color: #fff;
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
}

.section-description.choose-us, .section-description.process {
  color: #b4c1c5;
}

.section-description {
  color: #04313f;
  max-width: 575px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.section-description.testimonials {
  color: #b4c1c5;
}

.section-description.faq {
  color: #b4c1c5;
  font-size: 18px;
  line-height: 28px;
}

.section-description.team-member {
  margin-bottom: 25px;
}

.section-description.choose-us, .section-description.process {
  color: #b4c1c5;
}

.section-description.preview-features {
  max-width: 645px;
}

.section-description.home-demo {
  max-width: 710px;
}

.section-description.demos {
  max-width: 750px;
}

.section-description.our-mission {
  max-width: 650px;
}

.section-description.process {
  color: #b4c1c5;
}

.blog-collections-list-main {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

.blog-single {
  grid-column-gap: 60px;
  background-color: #fff;
  border: 1px solid #0000000f;
  border-radius: 20px;
  align-items: center;
  padding: 30px 60px 30px 30px;
  display: flex;
}

.blog-image-link {
  border-radius: 15px;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
}

.blog-image {
  border-radius: 15px;
}

.blog-typography {
  width: 100%;
  max-width: 570px;
}

.blog-category-tag-wrap {
  margin-bottom: 25px;
}

.blog-category-list {
  grid-column-gap: 15px;
  display: flex;
}

.blog-category-tag {
  color: #fff;
  letter-spacing: -.72px;
  border-radius: 8px;
  padding: 8px 25px;
  font-size: 18px;
  font-weight: 500;
}

.blog-category-name-wrap {
  border-bottom: 1px solid #04313f26;
  margin-bottom: 40px;
  padding-bottom: 35px;
}

.blog-name {
  color: #04313f;
  letter-spacing: -2.64px;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
  text-decoration: none;
  transition: all .4s;
}

.blog-name:hover {
  color: #f45a4e;
}

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

.blog-author-image-wrap {
  width: 70px;
}

.blog-author-image-name-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.blog-author-name {
  color: #04313f;
  letter-spacing: -1.68px;
  margin-bottom: 5px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.blog-author-bio {
  color: #04313f;
  letter-spacing: -.9px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}

.company-logo-wrapper {
  overflow: hidden;
}

.company-logo-grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.company-logo-single {
  text-align: center;
  background-color: #fcfbf2;
  border-radius: 10px;
  padding: 55px 65px;
}

.project-tag-wrapper {
  grid-column-gap: 12px;
  margin-bottom: 15px;
  display: flex;
}

.project-tag-wrapper.mb20px {
  margin-bottom: 20px;
}

.project-tag {
  color: #fff;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  padding: 8px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
}

.about-section-title-button-wrap {
  display: inline-block;
  position: absolute;
  inset: auto 32px 0% auto;
}

.about-section-title-button-wrap.hv2 {
  right: 70px;
}

.about-us-buttons-wrapper {
  height: 175px;
  position: relative;
}

.about-us-button {
  color: #fff;
  letter-spacing: -.72px;
  text-transform: capitalize;
  border-radius: 8px;
  padding: 8px 30px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.about-us-button._9 {
  color: #04313f;
  background-color: #c0f848;
  position: absolute;
  inset: 0% auto auto 80px;
  transform: rotate(56.22deg);
}

.about-us-button._1 {
  text-transform: capitalize;
  background-color: #4ea0ff;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-us-button._2 {
  background-color: #f45a4e;
  position: absolute;
  inset: auto auto 25px 115px;
  transform: rotate(20.75deg);
}

.about-us-button._3 {
  background-color: #9a4bff;
  padding-left: 34px;
  padding-right: 34px;
  position: absolute;
  inset: auto auto 0% 270px;
}

.about-us-button._4 {
  background-color: #33dd9e;
  padding-left: 38px;
  padding-right: 38px;
  position: absolute;
  inset: auto 128px 0% auto;
  transform: rotate(-1.74deg);
}

.about-us-button._5 {
  color: #04313f;
  background-color: #c0f848;
  position: absolute;
  inset: auto 0% 25px auto;
  transform: rotate(23.68deg);
}

.about-us-button._6 {
  background-color: #9a4bff;
  position: absolute;
  inset: auto auto 70px 35px;
  transform: rotate(-31.73deg);
}

.about-us-button._7 {
  z-index: 1;
  background-color: #33dd9e;
  position: absolute;
  inset: 70px auto auto 195px;
  transform: rotate(12.81deg);
}

.about-us-button._8 {
  background-color: #4ea0ff;
  position: absolute;
  inset: 70px 200px auto auto;
  transform: rotate(5.07deg);
}

.banner-content-hv2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.banner-typography {
  width: 100%;
  max-width: 605px;
}

.banner-heading {
  color: #04313f;
  letter-spacing: -6.56px;
  margin-bottom: 15px;
  font-size: 75px;
  line-height: 92px;
}

.banner-description-text {
  color: #04313f;
  letter-spacing: -.38px;
  max-width: 577px;
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 400;
  line-height: 29px;
}

.banner-button-wrapper-hv2 {
  grid-column-gap: 20px;
  justify-content: flex-start;
  display: flex;
  overflow: hidden;
}

.banner-hero-image-wrap-hv2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 450px;
  height: auto;
  margin-right: 0;
  display: flex;
  position: relative;
}

.banner-hero-card-image._1 {
  z-index: 1;
  position: absolute;
  inset: 300px auto auto -44px;
}

.banner-hero-card-image._2 {
  z-index: 1;
  position: absolute;
  inset: 320px -20px auto auto;
}

.banner-hero-image-shape {
  background-image: linear-gradient(#fff0 61%, #fff 81%);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.banner-single-buttons {
  width: 100%;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto auto 0%;
}

.banner-single-buttons.buttons-hv2 {
  display: none;
  bottom: 5px;
}

.floral-white-bg {
  background-color: #fcfbf2;
}

.questions-content, .faq-wrapper {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.testimonials-content {
  grid-row-gap: 100px;
  flex-direction: column;
  max-width: 985px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-single-hv2 {
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  padding: 35px 40px;
  display: flex;
  position: sticky;
  top: 300px;
}

.testimonial-single-hv2._1 {
  background-color: #4ea0ff;
  transform: rotate(-5deg);
}

.testimonial-single-hv2._2 {
  background-color: #9a4bff;
  transform: rotate(7deg);
}

.testimonial-single-hv2._3 {
  background-color: #33dd9e;
  transform: rotate(-2deg);
}

.testimonial-single-hv2._4 {
  background-color: #c0f848;
  transform: rotate(2deg);
}

.testimonial-image-wrap {
  width: 100%;
  max-width: 250px;
}

.testimonial-image {
  border-radius: 15px;
  width: 100%;
}

.testimonial-typography-wrapper {
  width: 100%;
  max-width: 580px;
}

.testimonial-title-description-hv2 {
  margin-bottom: 40px;
}

.testimonial-title-hv2 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.testimonial-title-hv2._2 {
  color: #04313f;
}

.testimonial-description-hv2 {
  color: #fff;
  letter-spacing: -.4px;
  font-size: 20px;
  line-height: 30px;
}

.testimonial-description-hv2._2 {
  color: #04313f;
}

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

.testimonial-author-name-hv2 {
  color: #fff;
  margin-bottom: 7px;
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.testimonial-author-name-hv2._2 {
  color: #04313f;
}

.testimonial-author-bio-text {
  color: #fff;
  letter-spacing: -.9px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.testimonial-author-bio-text._2 {
  color: #04313f;
}

.awards-honors-top-content {
  margin-bottom: 30px;
}

.awards-honors-top-grid {
  grid-column-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.awards-honors-single {
  border-radius: 10px;
  padding: 50px 45px 60px;
}

.awards-honors-single._1 {
  background-color: #e6fcb6;
}

.awards-honors-single._2 {
  background-color: #d7b7ff;
}

.awards-honors-single._3 {
  background-color: #fbbdb8;
}

.awards-honors-single._4 {
  background-color: #b8d9ff;
}

.awards-honors-heading-link-block {
  grid-column-gap: 15px;
  color: #04313f;
  letter-spacing: -2.28px;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-size: 37px;
  font-weight: 700;
  line-height: 47px;
  text-decoration: none;
  display: flex;
}

.awards-honors-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 215px;
  margin-bottom: 20px;
  display: flex;
}

.awards-honors-image-wrapper.bottom {
  min-height: 215px;
  margin-bottom: 20px;
}

.awards-honors-button-tags-wrap {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.awards-honors-button-text {
  color: #04313f;
  text-align: center;
  letter-spacing: -.96px;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #04313f;
  border-radius: 8px;
  padding: 12px 30px;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
}

.awards-honors-bottom-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
}

.works-process {
  background-color: #04313f;
  background-image: url("https://cdn.prod.website-files.com/65c8038f23dd5167d29151f3/65c8038f23dd5167d291539b_Works%20%26%20Process%20Noise.png");
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: contain;
  border-radius: 40px;
}

.process-content {
  background-image: url("https://cdn.prod.website-files.com/65c8038f23dd5167d29151f3/65c8038f23dd5167d2915301_Process%20Content%20Bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #ffffff26;
  overflow: hidden;
}

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

.process-single-wrap {
  background-image: url("https://cdn.prod.website-files.com/65c8038f23dd5167d29151f3/65c8038f23dd5167d291530f_Process%20Single%20Bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 1px solid #ffffff26;
  padding: 40px 40px 55px;
}

.process-single-wrap.last {
  border-right-style: none;
}

.process-single-title-wrapper {
  margin-bottom: 45px;
}

.process-single-title {
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.process-image-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.process-single-title-span {
  color: #9a4bff;
}

.process-description-text {
  color: #b4c1c5;
  font-size: 18px;
  line-height: 28px;
}

.process-single-title-span-3 {
  color: #4ea0ff;
}

.process-single-title-span-2 {
  color: #c0f848;
}

.process-button-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

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

.work-thumbnail-wrap {
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}

.work-thumbnail-image {
  border-radius: 20px;
  width: 100%;
}

.project-title-link-block {
  color: #fff;
  letter-spacing: -2.64px;
  text-transform: capitalize;
  max-width: 535px;
  font-size: 44px;
  font-weight: 700;
  line-height: 54px;
  text-decoration: none;
}

.work-thumbnail-shape {
  background-image: linear-gradient(#04313f00, #04313f);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.work-thumbnail-link {
  grid-row-gap: 12px;
  color: #fff;
  letter-spacing: -1.32px;
  text-transform: capitalize;
  background-color: #f45a4e;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
}

.choose-us-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
}

.choose-us-image._2, .choose-us-image._3 {
  opacity: 0;
}

.choose-us-image {
  position: absolute;
}

.choose-us-image._2, .choose-us-image._3, .choose-us-image._2, .choose-us-image._3 {
  opacity: 0;
}

.choose-us-typography {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 70px;
  display: flex;
  position: absolute;
}

.choose-us-typography._1 {
  position: absolute;
}

.choose-us-typography._2 {
  opacity: 0;
}

.choose-us-typography._3 {
  opacity: 0;
  position: absolute;
}

.choose-us-typography-single {
  width: 100%;
  max-width: 555px;
  margin-bottom: 30px;
}

.choose-us-typography-number {
  color: #9a4bff;
  letter-spacing: -2.28px;
  margin-bottom: 35px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  display: inline-block;
}

.choose-us-typography-title {
  z-index: 9999;
  color: #04313f;
  margin-bottom: 15px;
  font-size: 58px;
  font-weight: 700;
  line-height: 68px;
}

.choose-us-typography-description {
  z-index: 9999;
  color: #04313f;
  max-width: 472px;
  font-size: 18px;
  line-height: 28px;
}

.choose-us-buttons {
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 20px;
  margin-top: 20px;
  padding: 40px;
  overflow: hidden;
}

.choose-us-button-top-content {
  justify-content: space-between;
  max-width: 1007px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.choose-us-button {
  color: #fff;
  letter-spacing: -.72px;
  text-transform: capitalize;
  background-color: #4ea0ff;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
}

.choose-us-button._2 {
  background-color: #f45a4e;
}

.choose-us-button._3 {
  color: #04313f;
  background-color: #c0f848;
}

.choose-us-button._4 {
  background-color: #9a4bff;
}

.choose-us-button._5 {
  color: #04313f;
  background-color: #c0f848;
}

.choose-us-button._6 {
  background-color: #33dd9e;
}

.choose-us-button-bottom-content {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-partners-bg {
  background-color: #04313f;
  border-radius: 40px;
}

.track {
  align-items: center;
  display: flex;
}

.track-title-tag {
  color: #fff;
  letter-spacing: -2.28px;
  text-transform: capitalize;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.track-wrapper {
  overflow: hidden;
}

.single-track-wrap {
  grid-column-gap: 20px;
  align-items: center;
  margin-right: 50px;
  display: flex;
}

.track-main {
  background-color: #04313f;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  transform: rotate(2deg);
}

.inner-track-wrapper {
  flex: none;
  align-items: stretch;
  display: flex;
}

.services-typography-wrapper {
  width: 100%;
  max-width: 475px;
}

.services-typography-button-wrapper {
  margin-top: 25px;
}

.preloader {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.preloader-logo-wrapper {
  width: 200px;
}

.track-overflow-hidden {
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden;
}

.about-us-content-hv2 {
  max-width: 1655px;
  height: 400vh;
  margin-left: auto;
  padding-left: 15px;
  position: relative;
}

.about-us-content-flex {
  grid-column-gap: 50px;
  display: flex;
  position: sticky;
  top: -53px;
}

.about-us-typography-wrapper {
  width: 100%;
  max-width: 490px;
}

.about-us-image-wrapper-hv2 {
  position: relative;
  overflow: hidden;
}

.about-us-image-hv2 {
  padding-bottom: 1px;
}

.about-us-image-shape-hv2 {
  background-image: linear-gradient(#04313f00 7%, #04313f 75%);
  width: 100%;
  height: 580px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-us-card-content {
  width: 100%;
  max-width: 835px;
  margin-left: auto;
}

.about-us-title-wrapper {
  max-width: 800px;
  margin-bottom: 85px;
  position: relative;
}

.about-us-title-hv2 {
  color: #fff;
  font-size: 58px;
  line-height: 68px;
}

.about-us-card-ticker {
  position: relative;
}

.about-us-single-ticker {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.about-inner-ticker-wrapper {
  flex: none;
}

.about-inner-ticker-single {
  display: flex;
}

.about-single-card {
  margin-right: 40px;
}

.about-card-single {
  border-radius: 10px;
  width: 390px;
  padding: 45px 40px;
}

.about-card-single._1 {
  background-color: #9a4bff;
}

.about-card-single._2 {
  background-color: #4ea0ff;
}

.about-card-single._3 {
  background-color: #c0f848;
}

.about-card-single._4 {
  background-color: #33dd9e;
}

.about-card-number-wrapper {
  border-bottom: 1px solid #fff;
  margin-bottom: 65px;
  padding-bottom: 65px;
  overflow: hidden;
}

.about-card-number-wrapper.text-color-change {
  border-bottom-color: #04313f;
}

.about-card-number-text {
  color: #fff;
  letter-spacing: -6.56px;
  font-size: 82px;
  font-weight: 700;
  line-height: 82px;
}

.about-card-number-text.text-color-change {
  color: #04313f;
}

.about-card-name-description-wrap {
  overflow: hidden;
}

.about-card-name {
  color: #fff;
  letter-spacing: -2.28px;
  text-transform: capitalize;
  max-width: 225px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.about-card-name.text-color-change {
  color: #04313f;
}

.about-card-description-text {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

.about-card-description-text.text-color-change {
  color: #04313f;
}

.services-content-hv2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1265px;
  display: flex;
  position: relative;
}

.services-feature-card-wrap {
  width: 100%;
  max-width: 420px;
  position: absolute;
  inset: auto 0% auto auto;
}

.services-feature-card-content {
  position: relative;
}

.services-feature-card-single {
  transition: transform .5s cubic-bezier(.165, .84, .44, 1);
}

.services-feature-card-single._1 {
  z-index: 4;
  position: relative;
  transform: rotate(3deg);
}

.services-feature-card-single._1:hover {
  z-index: 999;
}

.services-feature-card-single._2 {
  z-index: 3;
  position: absolute;
  inset: 0% auto auto -30px;
  transform: rotate(-3deg);
}

.services-feature-card-single._2:hover {
  z-index: 999;
}

.services-feature-card-single._3 {
  z-index: 2;
  position: absolute;
  inset: 0% auto auto -57px;
  transform: rotate(-8deg);
}

.services-feature-card-single._3:hover {
  z-index: 999;
}

.services-feature-card-single._4 {
  position: absolute;
  inset: 0% auto auto -80px;
  transform: rotate(-12deg);
}

.services-feature-card-single._4:hover {
  z-index: 999;
}

.services-feature-card {
  border-radius: 15px;
  width: 100%;
  max-width: 420px;
  padding: 35px 35px 10px;
}

.services-feature-name-description {
  margin-bottom: 50px;
}

.services-feature-name {
  color: #04313f;
  letter-spacing: -2.28px;
  margin-bottom: 15px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
  text-decoration: none;
  display: inline-block;
}

.services-feature-description-text {
  color: #04313f;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.services-feature-icon-wrapper {
  text-align: center;
  margin-bottom: 50px;
}

.services-feature-tag-button-wrapper {
  max-width: 330px;
  height: 165px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.services-feature-tag-button {
  color: #fff;
  letter-spacing: -.72px;
  text-transform: capitalize;
  border-radius: 8px;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.services-feature-tag-button._1 {
  background-color: #9a4bff;
  position: absolute;
  inset: auto auto 50px 0%;
  transform: rotate(-42.56deg);
}

.services-feature-tag-button._2 {
  background-color: #4ea0ff;
  position: absolute;
  inset: auto auto 30px 75px;
  transform: rotate(-23.78deg);
}

.services-feature-tag-button._3 {
  color: #04313f;
  background-color: #c0f848;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(-.38deg);
}

.services-feature-tag-button._4 {
  background-color: #33dd9e;
  position: absolute;
  inset: 40px 0% auto auto;
  transform: rotate(32.14deg);
}

.services-feature-tag-button._5 {
  background-color: #33dd9e;
  position: absolute;
  inset: 2% 0% auto auto;
  transform: rotate(11.78deg);
}

.services-feature-tag-button._5.last {
  top: 30%;
  right: 15%;
}

.choose-us-image-wrapper {
  background-image: url("https://cdn.prod.website-files.com/65c8038f23dd5167d29151f3/65c8038f23dd5167d2915313_Choose%20Us%20Image%20Bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 720px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.choose-us-typography-wrapper {
  background-image: url("https://cdn.prod.website-files.com/65c8038f23dd5167d29151f3/65c8038f23dd5167d2915317_Choose%20Us%20Typography%20Bg.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #00000014;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 720px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.choose-us-sticky-content {
  position: sticky;
  top: -150px;
}

.choose-us-main {
  height: 350vh;
}

.process-sticky-main {
  height: 400vh;
}

.process-sticky {
  position: sticky;
  top: -30px;
}

.dropdown-toggle-homes {
  color: #04313f;
  letter-spacing: -.36px;
  text-transform: capitalize;
  align-items: center;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  transition: all .35s;
  display: flex;
}

.dropdown-toggle-homes:hover {
  color: #f45a4e;
}

.dropdown-toggle-homes.home-v2 {
  color: #fff;
}

.dropdown-column-wrapper-2 {
  background-color: #0000;
  width: 800px;
  padding-top: 20px;
  overflow: hidden;
  transform: translate(-50%);
}

.dropdown-column-wrapper-2.homes-page {
  width: 160px;
  left: -40px;
  transform: none;
}

.dropdown-pd.pd-60px {
  background-color: #060606;
  padding: 60px 40px;
}

.dropdown-pd.pd-60px.homes-pd {
  background-color: #fff;
  border: 1px solid #3224751a;
  padding: 20px;
}

.dropdown-pd.pd-60px {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  padding: 40px;
}

.dropdown-menu-text-link:hover, .dropdown-menu-text-link.w--current {
  color: #f45a4e;
}

.dropdown-menu-text-link {
  grid-column-gap: 10px;
  color: #04313f;
  letter-spacing: -.36px;
  text-transform: capitalize;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.dropdown-menu-text-link:hover, .dropdown-menu-text-link.w--current {
  color: #f45a4e;
}

.dropdown-menu-text-link.mb0 {
  margin-bottom: 0;
}

.dropdown-toggle-arrow-2 {
  margin-left: 6px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 15px;
}

.dropdown-menu-text-link-2 {
  grid-column-gap: 10px;
  color: #04313f;
  letter-spacing: -.36px;
  text-transform: capitalize;
  align-items: center;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.dropdown-menu-text-link-2:hover {
  color: #f45a4e;
}

.dropdown-menu-text-link-2.mb0 {
  margin-bottom: 0;
}

.more-temple-wrapper {
  display: inline-block;
}

.dropdown-menu-cms-single {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.dropdown-menu-cms {
  color: #f45a4e;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.more-temple-text-link {
  color: #f45a4e;
  letter-spacing: -.36px;
  font-size: 18px;
  text-decoration: none;
}

.more-temple-text-link-boder {
  background-color: #f45a4e;
  width: 100%;
  height: 1px;
}

.dropdown-toggle {
  color: #04313f;
  letter-spacing: -.36px;
  align-items: center;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #f45a4e;
}

.dropdown-toggle.home-v2 {
  color: #fff;
}

.dropdown-menu-cms-line {
  background-color: #f45a4e;
  width: 10px;
  height: 1px;
}

.dropdown-title-wrapper {
  margin-bottom: 30px;
}

.dropdown-grid {
  grid-column-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.dropdown-title {
  color: #000b22;
  letter-spacing: -.24px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.cart-button {
  background-color: #fff0;
  padding: 0;
}

.cart-quantity {
  color: #fff;
  background-color: #f45a4e;
  border-radius: 100%;
  min-width: 18px;
  height: 18px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: -47% -43% auto auto;
}

.cart-container {
  min-width: 500px;
  max-width: 550px;
}

.cart-header {
  border-bottom-color: #00000026;
  padding: 25px 20px;
}

.cart-close-button-icon {
  cursor: pointer;
  border: 1px solid #0000001a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.cart-title {
  font-size: 42px;
  line-height: 52px;
}

.cart-list {
  padding: 15px 20px;
}

.cart-footer {
  padding: 20px;
}

.cart-quantity-2 {
  display: none;
}

.cart-item {
  align-items: center;
}

.cart-priceing-name {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 30px;
}

.cart-priceing-price {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 28px;
}

.cart-remove-button {
  color: #04313f;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

.cart-footer-subtotal {
  color: #04313f;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.choose-us-image-single-content {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 420px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-minus {
  z-index: -1;
  position: absolute;
}

.faq-accordion-link {
  width: 100%;
  padding: 36px 30px;
  display: block;
}

.faq-accordion-ans {
  color: #fff;
  border-left: 1px solid #fff;
  width: 100%;
  max-width: 1030px;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.faq-accordion-title-wrap {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-accordion-content-wrap {
  padding-bottom: 40px;
  padding-left: 30px;
}

.faq-accordion-title {
  color: #04313f;
  letter-spacing: -1.68px;
  white-space: normal;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.faq-icon-wrap {
  border: 2px solid #04313f;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.faq-icon-flex {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.faq-accordion-ans-wrap {
  background-color: #0000;
}

.faq-accordion-ans-wrap.w--open {
  position: static;
}

.faq-single-accordion-wrap {
  z-index: 1;
  border-bottom: 1px solid #04313f29;
  width: 100%;
  display: block;
}

.faq-single-accordion-wrap.first {
  border-top: 1px solid #04313f29;
}

.banner-circel {
  background-color: #eef2f4;
  border-radius: 100%;
  width: 14px;
  height: 14px;
  display: none;
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .about-us-button._3 {
    bottom: -8%;
    left: 180px;
  }

  .about-us-button._8 {
    top: 19px;
  }

  .banner-hero-image-wrap-hv2 {
    max-width: 560px;
  }

  .banner-single-buttons.buttons-hv2 {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .about-us-button._3 {
    bottom: 6%;
    left: 246px;
  }

  .about-us-button._8 {
    top: 70px;
  }

  .banner-hero-image-wrap-hv2 {
    max-width: 630px;
  }

  .banner-single-buttons.buttons-hv2 {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .section.banner-hv2 {
    padding-bottom: 0;
  }

  .testimonial-slider {
    justify-content: flex-end;
  }

  .about-us-button._3 {
    bottom: 0%;
    left: 270px;
  }

  .banner-typography {
    max-width: 605px;
  }

  .banner-hero-image-wrap-hv2 {
    max-width: 756px;
    height: 860px;
    margin-right: -120px;
  }

  .banner-hero-card-image._1 {
    top: 300px;
    left: -44px;
  }

  .banner-hero-card-image._2 {
    top: 320px;
    right: -20px;
  }

  .banner-single-buttons.buttons-hv2 {
    display: block;
  }

  .previwe-banner-image {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .previwe-banner-image.left, .previwe-banner-image.right {
    min-height: 810px;
  }

  .previwe-banner-image.left, .previwe-banner-image.right {
    min-height: 810px;
  }

  .previwe-banner-image.middle {
    min-height: 910px;
  }

  .services-content-card {
    max-width: 1060px;
  }

  .preview-banner-typography {
    background-size: cover;
  }

  .about-us-typography-wrapper {
    max-width: 490px;
  }

  .about-us-card-content {
    max-width: 1100px;
  }

  .services-feature-card-single {
    transition: z-index .45s, transform .5s cubic-bezier(.165, .84, .44, 1);
  }

  .banner-circel-element.left1 {
    display: block;
    inset: 110px auto auto 128px;
  }

  .banner-circel-element.left2 {
    display: block;
    position: absolute;
    inset: 355px auto auto 250px;
  }

  .banner-circel-element.left3 {
    display: block;
    position: absolute;
    inset: auto auto 170px 128px;
  }

  .banner-circel-element.left4 {
    display: block;
    position: absolute;
    inset: auto auto 25px 415px;
  }

  .banner-circel-element.right1 {
    display: block;
    position: absolute;
    inset: 110px 128px auto auto;
  }

  .banner-circel-element.right2 {
    display: block;
    position: absolute;
    inset: 355px 250px auto auto;
  }

  .banner-circel-element.right3 {
    display: block;
    position: absolute;
    inset: auto 128px 170px auto;
  }

  .banner-circel-element.right4 {
    display: block;
    position: absolute;
    inset: auto 415px 25px auto;
  }

  .banner-circel {
    display: block;
  }

  .banner-circel.left1 {
    inset: 109px auto auto 132px;
  }

  .banner-circel.left2 {
    inset: 353px auto auto 253px;
  }

  .banner-circel.left3 {
    inset: 564px auto auto 132px;
  }

  .banner-circel.left4 {
    inset: 693px auto auto 415px;
  }

  .banner-circel.left5 {
    inset: 821px auto auto 708px;
  }

  .banner-circel.right1 {
    inset: 109px 132px auto auto;
  }

  .banner-circel.right2 {
    inset: 353px 253px auto auto;
  }

  .banner-circel.right3 {
    inset: 564px 132px auto auto;
  }

  .banner-circel.right4 {
    inset: 693px 415px auto auto;
  }

  .banner-circel.right5 {
    inset: 821px 708px auto auto;
  }

  .banner-circel.top1 {
    inset: 64px auto auto 557px;
  }

  .banner-circel.top2 {
    inset: 96px 882px auto auto;
  }

  .banner-circel.bottom1 {
    inset: auto auto 105px 469px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .nav-menu {
    background-color: #04313f;
    max-height: 90vh;
    padding: 40px 20px;
    overflow: auto;
  }

  .nav-link {
    color: #fff;
    margin-bottom: 15px;
  }

  .button-wrapper.desktop {
    display: none;
  }

  .primary-button {
    padding: 16px 25px;
    font-size: 18px;
  }

  .section.cta-section, .section.cta-section.hv2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.testimonials-section, .section.team-members-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.style-guide, .section.contact-us {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .section.project-details, .section.career-design {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .section.service-section, .section.preview-features, .section.testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.awards-honors, .section.awards-honors.about {
    padding-top: 100px;
  }

  .section.demo-section.home-demo, .section.demo-section.last, .section.figma-file-included {
    padding-bottom: 100px;
  }

  .section.services-section-hv1, .section.creatives-pricing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about-section-hv2, .section.services-section-hv2, .section.core-value {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.career-section, .section.comparison-pricing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.banner {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-bottom: 0;
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .section.footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 0;
    padding-top: 100px;
  }

  .section.cta-section, .section.cta-section.hv2, .section.cta-section.hv2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section.testimonials-section, .section.team-members-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.inner-banner {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .section.not-found {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .section.changelog {
    padding-top: 130px;
    padding-bottom: 160px;
  }

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

  .section.style-guide, .section.contact-us {
    padding-top: 100px;
    padding-bottom: 160px;
  }

  .section.book-demo {
    padding-top: 120px;
    padding-bottom: 150px;
  }

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

  .section.team-member-details {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .section.blog-main {
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section.choose-us {
    padding-top: 100px;
    padding-bottom: 120px;
  }

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

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

  .section.project-details, .section.career-design {
    padding-top: 100px;
    padding-bottom: 140px;
  }

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

  .section.banner-hv2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 150px;
    padding-bottom: 0;
  }

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

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

  .section.service-section, .section.preview-features, .section.testimonials {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.awards-honors, .section.awards-honors.about, .section.awards-honors.about {
    padding-top: 100px;
  }

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

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

  .section.why-choose-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

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

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

  .section.demo-section.home-demo, .section.demo-section.last, .section.demo-section.home-demo, .section.demo-section.last, .section.figma-file-included {
    padding-bottom: 100px;
  }

  .section.preview-footer {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

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

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

  .section.service-details {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .section.track {
    margin-left: 0;
    margin-right: 0;
  }

  .section.services-section-hv1, .section.creatives-pricing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.pricing-details {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .section.about-section-hv2, .section.services-section-hv2, .section.core-value {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .section.career-section, .section.comparison-pricing {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .banner-typography-wrapper {
    max-width: 730px;
    margin-bottom: 30px;
  }

  .banner-title {
    letter-spacing: -3px;
    font-size: 58px;
    line-height: 68px;
  }

  .banner-description {
    max-width: 600px;
  }

  .banner-buttons-hero-image-wrap {
    align-items: center;
    max-width: 740px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-buttons {
    max-width: 615px;
  }

  .banner-button-tag {
    letter-spacing: -1px;
    padding: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
  }

  .banner-button-tag.padding-34px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-button-blank-shape {
    width: 43px;
    height: auto;
  }

  .banner-hero-image-wrap {
    max-width: 120px;
  }

  .secondary-button {
    padding: 16px 25px;
    font-size: 18px;
  }

  .footer-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-form-wrapper {
    margin-bottom: 40px;
    padding: 25px;
  }

  .footer-form-input {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 46px;
  }

  .footer-form-input::placeholder {
    letter-spacing: -1px;
    font-size: 36px;
    line-height: 46px;
  }

  .footer-form-text-field {
    letter-spacing: -1px;
    font-size: 22px;
  }

  .footer-form-submit-button {
    letter-spacing: -1px;
    padding: 14px 30px;
    font-size: 18px;
  }

  .footer-form-submit-button-arrow {
    display: none;
  }

  .footer-menu-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .footer-menu-title-wrapper {
    margin-bottom: 25px;
  }

  .footer-menu-title {
    font-size: 24px;
    line-height: 34px;
  }

  .footer-menu-list {
    grid-row-gap: 15px;
  }

  .footer-social-media-single {
    grid-column-gap: 10px;
  }

  .footer-infermation-wrap {
    text-align: center;
  }

  .cta-content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }

  .cta-typography-wrapper {
    max-width: 670px;
    margin-bottom: 100px;
  }

  .cta-title-wrapper {
    margin-bottom: 20px;
  }

  .cta-title {
    font-size: 48px;
    line-height: 58px;
  }

  .cta-button-wrapper.works {
    margin-top: 40px;
  }

  .cta-ticker-title {
    letter-spacing: -3.5px;
    font-size: 48px;
  }

  .cta-title-ticker {
    grid-row-gap: 10px;
  }

  .cta-image {
    width: 600px;
  }

  .blog-cta-bg {
    margin-top: 0;
  }

  .section-title-wrapper.choose-us {
    margin-bottom: 80px;
  }

  .section-title-wrapper.testimonials-hv2 {
    margin-bottom: 50px;
  }

  .title-tag-wrapper.left.mobile-center {
    justify-content: center;
  }

  .title-tag-line.left.mobile {
    display: block;
  }

  .title-tag-text {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
    line-height: 26px;
  }

  .section-title {
    font-size: 48px;
    line-height: 58px;
  }

  .section-title.blog {
    max-width: 650px;
  }

  .section-title.testimonials, .section-title.faq {
    letter-spacing: -3px;
  }

  .section-title.our-mission, .section-title.blog {
    max-width: 650px;
  }

  .section-title.testimonials, .section-title.faq {
    letter-spacing: -3px;
  }

  .section-title.team-member {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title.our-mission {
    max-width: 650px;
  }

  .section-description.choose-us {
    max-width: 660px;
  }

  .section-description.demos {
    font-size: 17px;
    line-height: 27px;
  }

  .blog-collection-list {
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-single {
    padding: 30px 20px;
  }

  .blog-post-read-time-date {
    margin-bottom: 20px;
  }

  .blog-post-name-link-block {
    margin-bottom: 60px;
  }

  .blog-post-name {
    max-width: 315px;
    font-size: 24px;
    line-height: 34px;
  }

  .blog-post-category-wrap {
    margin-bottom: 70px;
  }

  .blog-post-category-tag {
    margin-left: -30px;
    font-size: 17px;
    line-height: 27px;
  }

  .blog-post-author-wrapper {
    grid-column-gap: 10px;
  }

  .blog-post-author-image-wrap {
    width: 60px;
  }

  .blog-post-author-name {
    margin-bottom: 3px;
    font-size: 22px;
    line-height: 32px;
  }

  .blog-post-author-bio {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonials-faq {
    border-radius: 0;
    margin-bottom: 0;
  }

  .testimonials-slider-wrapper {
    padding-left: 15px;
  }

  .testimonial-slide {
    margin-right: 20px;
  }

  .testimonial-single {
    padding: 30px;
  }

  .testimonial-title {
    font-size: 28px;
    line-height: 38px;
  }

  .testimonial-description {
    max-width: 620px;
    font-size: 17px;
    line-height: 28px;
  }

  .testimonial-author-image-wrap {
    width: 70px;
  }

  .testimonial-author-image-name {
    grid-column-gap: 15px;
  }

  .testimonial-author-name {
    font-size: 24px;
    line-height: 34px;
  }

  .testimonial-author-bio {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-author-logo {
    width: 120px;
  }

  .blog-post-image {
    height: 100%;
  }

  .faq-tabs {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .faq-tabs-menu {
    grid-row-gap: 20px;
  }

  .faq-tab-link {
    padding: 20px 25px;
  }

  .faq-tab-content-single {
    padding-left: 30px;
    padding-right: 30px;
  }

  .faq-answer-title {
    margin-bottom: 20px;
  }

  .faq-answer-description {
    margin-bottom: 60px;
    font-size: 28px;
    line-height: 38px;
  }

  .faq-button-wrapper {
    position: static;
  }

  .team-members-content {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .team-member-section-title-wrapper {
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .team-member-single-content {
    grid-row-gap: 10px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-image {
    height: 100%;
  }

  .team-member-infermation {
    padding: 35px 30px;
  }

  .team-member-name-bio-wrap {
    margin-bottom: 30px;
  }

  .team-member-name {
    letter-spacing: -1.25px;
    font-size: 32px;
    line-height: 42px;
  }

  .team-member-experience-title {
    margin-bottom: 15px;
  }

  .team-member-experience-text {
    margin-bottom: 5px;
    font-size: 18px;
  }

  .team-member-collection {
    position: static;
  }

  .inner-banner-title {
    letter-spacing: -3px;
    font-size: 48px;
    line-height: 58px;
  }

  .not-found-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .not-found-image-wrapper {
    width: 100%;
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .not-found-image {
    width: 250px;
  }

  .not-found-typography {
    text-align: center;
    align-items: center;
    width: 100%;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 15px;
  }

  .not-found-title {
    font-size: 48px;
    line-height: 58px;
  }

  .not-found-description {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .password-protected-section {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .password-protected-content {
    max-width: 650px;
    padding: 60px 40px;
  }

  .password-protected-image-wrapper {
    max-width: 160px;
    height: 160px;
    margin-bottom: 25px;
  }

  .changelog-line {
    display: none;
  }

  .changelog-content {
    grid-row-gap: 35px;
    flex-wrap: wrap;
    max-width: 100%;
  }

  .changelog-single-content {
    grid-row-gap: 20px;
    flex-direction: column;
    max-width: 100%;
  }

  .changelog-single-wrapper {
    max-width: 100%;
  }

  .font-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .license-icon {
    width: 50px;
    height: 50px;
  }

  .font-title {
    font-size: 52px;
    line-height: 62px;
  }

  .font-name {
    font-size: 16px;
  }

  .license-th {
    font-size: 20px;
    line-height: 100%;
  }

  .license-icon-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .license-divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .licence-text {
    max-width: 700px;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
  }

  .style-guide-color-code {
    font-size: 24px;
    line-height: 34px;
  }

  .style-guide-color-code.natural-color-800 {
    line-height: 30px;
  }

  .style-guide-title-wrapper {
    margin-bottom: 30px;
  }

  .style-guide-color-plate-grid {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-heading-wrapper {
    grid-row-gap: 15px;
  }

  .style-guide-single-color-plate {
    height: 170px;
  }

  .style-guide-single-color-plate._01 {
    text-align: center;
    text-align: center;
  }

  .single-style-guide-wrapper {
    padding-bottom: 60px;
  }

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

  .primary-button-3 {
    padding: 15px 25px;
    font-size: 15px;
  }

  .contact-wrapper {
    border-radius: 20px;
    padding: 30px 25px;
  }

  .contact-info-details {
    font-size: 15px;
    line-height: 25px;
  }

  .contact-icon {
    width: 60px;
    margin-bottom: 10px;
  }

  .contact-label {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 20px;
  }

  .contact-textarea {
    min-height: 200px;
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .contact-field {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .contact-fields-grid-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 20px;
  }

  .single-contact-info {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .single-field-wrap.textarea {
    margin-bottom: 30px;
  }

  .contact-section-title-wrapper {
    max-width: 600px;
  }

  .contact-section-title {
    font-size: 48px;
    line-height: 58px;
  }

  .team-member-collection-list-main {
    grid-template-columns: 1fr 1fr;
  }

  .team-member-infermation-wrap {
    max-width: 340px;
  }

  .team-member-details-wrapper {
    flex-direction: column;
  }

  .team-member-details-image-wrap {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-member-details-social-media {
    max-width: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .team-member-details-social-media-link {
    max-width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .team-member-details-typography {
    max-width: 100%;
  }

  .team-details-name-bio-wrap {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }

  .team-member-details-name {
    letter-spacing: -2px;
    font-size: 42px;
    line-height: 52px;
  }

  .team-member-details-bio {
    letter-spacing: -1px;
    font-size: 20px;
    line-height: 30px;
  }

  .team-member-description {
    margin-top: 20px;
  }

  .team-member-details-rich-text li, .team-member-details-rich-text h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .team-member-details-rich-text h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .team-member-details-rich-text p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .team-member-details-rich-text li, .team-member-details-rich-text h6 {
    font-size: 18px;
    line-height: 28px;
  }

  .team-member-details-rich-text ul {
    margin-bottom: 20px;
  }

  .blog-single {
    grid-row-gap: 25px;
    flex-direction: column;
    padding-right: 30px;
  }

  .blog-image-link {
    max-width: 100%;
  }

  .blog-image {
    width: 100%;
  }

  .blog-typography {
    max-width: 100%;
  }

  .blog-category-tag-wrap {
    margin-bottom: 20px;
  }

  .blog-category-tag {
    padding: 7px 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-category-name-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .blog-name {
    font-size: 42px;
    line-height: 52px;
  }

  .blog-author-image-name-wrap {
    grid-column-gap: 10px;
  }

  .blog-author-name {
    font-size: 26px;
    line-height: 36px;
  }

  .blog-author-bio {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-top-content {
    margin-bottom: 100px;
  }

  .blog-title-categories-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .blog-categories-collection-list {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .blog-categories-button {
    padding: 12px 15px;
  }

  .blog-details-content {
    grid-row-gap: 80px;
  }

  .blog-details-top-content {
    padding: 50px 25px;
  }

  .blog-details-name-wrapper {
    margin-bottom: 20px;
  }

  .blog-details-name {
    letter-spacing: -2px;
    font-size: 38px;
    line-height: 48px;
  }

  .blog-author-read-time-date {
    grid-column-gap: 10px;
  }

  .blog-author-text {
    letter-spacing: -.6px;
    font-size: 17px;
  }

  .blog-details-rich-content h2 {
    letter-spacing: -1px;
    font-size: 32px;
    line-height: 42px;
  }

  .blog-details-rich-content p {
    margin-bottom: 25px;
    font-size: 17px;
    line-height: 27px;
  }

  .blog-details-rich-content blockquote {
    background-position: 50% 45px;
    margin-bottom: 25px;
    padding: 100px 50px 40px;
  }

  .blog-details-rich-content li {
    font-size: 17px;
    line-height: 27px;
  }

  .choose-us-company-bg {
    border-radius: 0;
    margin-top: 0;
  }

  .choose-us-circel {
    width: 450px;
    height: 450px;
  }

  .choose-us-content {
    max-width: 300px;
  }

  .choose-us-icon-wrapper {
    margin-bottom: 15px;
  }

  .choose-us-icon {
    width: 90px;
  }

  .choose-us-title {
    letter-spacing: -2px;
    font-size: 36px;
    line-height: 46px;
  }

  .company-section-title-wrapper {
    margin-bottom: 40px;
  }

  .company-section-title {
    max-width: 700px;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 42px;
  }

  .company-logo-single {
    padding: 25px;
  }

  .project-tabs {
    grid-row-gap: 30px;
    grid-template-columns: 2.8fr;
  }

  .project-tabs-menu {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .project-tabs-content {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-single {
    grid-row-gap: 30px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-image-wrapper {
    max-width: 500px;
  }

  .project-typography-wrap {
    text-align: center;
    order: -1;
    max-width: 550px;
  }

  .project-tag-wrapper {
    justify-content: center;
  }

  .project-tag-wrapper.mb20px {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .project-name {
    max-width: 500px;
  }

  .project-button-wrapper {
    align-items: center;
  }

  .project-details-top-content {
    margin-bottom: 30px;
  }

  .project-details-title {
    letter-spacing: -3px;
    margin-bottom: 5px;
    font-size: 46px;
    line-height: 56px;
  }

  .project-details-rich-content h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .project-details-rich-content p {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 27px;
  }

  .project-details-rich-content ul {
    margin-bottom: 20px;
  }

  .project-details-rich-content li {
    font-size: 18px;
    line-height: 28px;
  }

  .project-service {
    margin-bottom: 40px;
  }

  .project-service-single {
    width: 300px;
    height: 300px;
  }

  .project-service-title {
    letter-spacing: -1px;
    font-size: 32px;
    line-height: 42px;
  }

  .project-results-content-text h2 {
    font-size: 38px;
    line-height: 48px;
  }

  .project-results-content-text p {
    font-size: 16px;
    line-height: 26px;
  }

  .career-details-wrapper {
    grid-row-gap: 40px;
    flex-direction: column-reverse;
  }

  .career-details-title {
    font-size: 48px;
    line-height: 58px;
  }

  .career-details-right-content {
    max-width: 100%;
  }

  .project-about-us {
    border-radius: 0;
  }

  .our-project {
    padding-top: 100px;
    padding-bottom: 100px;
    top: 0;
  }

  .project-v2-link-flex {
    grid-column-gap: 15px;
    flex-direction: row;
  }

  .project-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .project-v2-link-wrap {
    width: 100%;
    padding: 25px;
    position: static;
  }

  .project-v2-link-wrap._2 {
    display: none;
  }

  .project-v2-link-wrap._3, .project-v2-link-wrap._2 {
    display: none;
  }

  .project-v2-link-wrap._1 {
    width: 100%;
    display: none;
  }

  .project-v2-link-wrap._3 {
    display: none;
  }

  .project-flex {
    grid-row-gap: 20px;
    flex-direction: column;
    margin-right: 0;
  }

  .about-section-title {
    letter-spacing: -2.5px;
    max-width: 735px;
    font-size: 46px;
    line-height: 56px;
  }

  .about-section-title-span {
    font-size: 46px;
    line-height: 56px;
  }

  .about-section-title-fire, .about-section-title-world {
    background-size: 48px;
  }

  .about-section-title-button-wrap {
    display: none;
  }

  .about-us-content {
    grid-row-gap: 40px;
    flex-direction: column;
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-left-content {
    border-right-style: none;
    max-width: 100%;
    height: auto;
  }

  .about-us-buttons-wrapper {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-image-shape {
    width: 100%;
    height: 500px;
    bottom: 0;
  }

  .about-us-right-content {
    width: 100%;
  }

  .about-us-single-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .about-us-single-content.last {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-us-description {
    font-size: 18px;
    line-height: 28px;
  }

  .about-us-counter-wrapper {
    align-items: center;
  }

  .numbers.two {
    justify-content: center;
    max-width: 215px;
    height: 92px;
  }

  .number-digit, .number-categories {
    font-size: 82px;
    line-height: 92px;
  }

  .banner-content-hv2 {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .banner-typography {
    text-align: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-heading {
    letter-spacing: -4.5px;
    font-size: 62px;
    line-height: 72px;
  }

  .banner-description-text {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-button-wrapper-hv2 {
    justify-content: center;
    align-items: center;
  }

  .banner-hero-image-wrap-hv2 {
    max-width: 500px;
  }

  .banner-hero-card-image._1 {
    top: 220px;
  }

  .banner-hero-card-image._2 {
    top: 140px;
    right: -30px;
  }

  .banner-hero-image-shape {
    display: none;
  }

  .preview-banner-top-content {
    max-width: 745px;
  }

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

  .preview-banner-title {
    letter-spacing: -4px;
    font-size: 58px;
    line-height: 68px;
  }

  .preview-banner-description {
    max-width: 580px;
    font-size: 18px;
    line-height: 28px;
  }

  .previwe-banner-bottom-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    justify-content: center;
    width: 100%;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .previwe-banner-card-image.left {
    max-width: 300px;
    margin-right: -100px;
  }

  .previwe-banner-card-image.right {
    max-width: 300px;
    margin-left: -100px;
  }

  .previwe-banner-card-image.middle {
    max-width: 350px;
  }

  .career-details-infermation-wrap {
    position: static;
  }

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

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

  .testimonial-single-hv2 {
    grid-row-gap: 20px;
    flex-direction: column;
    padding: 25px 20px;
    position: static;
  }

  .testimonial-single-hv2._1, .testimonial-single-hv2._2, .testimonial-single-hv2._3, .testimonial-single-hv2._4, .testimonial-single-hv2._1, .testimonial-single-hv2._2, .testimonial-single-hv2._3, .testimonial-single-hv2._4 {
    transform: none;
  }

  .testimonial-image-wrap {
    max-width: 100%;
  }

  .testimonial-title-description-hv2 {
    margin-bottom: 20px;
  }

  .testimonial-title-hv2 {
    letter-spacing: -1px;
    font-size: 30px;
    line-height: 40px;
  }

  .testimonial-description-hv2 {
    font-size: 18px;
    line-height: 28px;
  }

  .testimonial-author-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-author-name-hv2 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 34px;
  }

  .testimonial-author-name-hv2._2 {
    margin-bottom: 5px;
  }

  .testimonial-author-bio-text {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-author-logo-image {
    width: 120px;
  }

  .awards-honors-top-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1.5fr;
  }

  .awards-honors-single {
    padding: 40px 30px;
  }

  .awards-honors-heading-link-block {
    justify-content: center;
  }

  .awards-honors-heading-text {
    font-size: 32px;
    line-height: 42px;
  }

  .awards-honors-button-tags-wrap {
    justify-content: center;
  }

  .awards-honors-button-text {
    padding: 10px 25px;
    font-size: 20px;
  }

  .awards-honors-bottom-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .works-process {
    border-radius: 0;
  }

  .process-content {
    border-style: none;
  }

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

  .process-single-wrap {
    border: 1px solid #00000026;
    padding: 30px 20px;
  }

  .process-single-title {
    letter-spacing: -1.5px;
    font-size: 28px;
    line-height: 38px;
  }

  .process-image-wrapper {
    margin-bottom: 40px;
  }

  .process-description-text {
    font-size: 16px;
    line-height: 26px;
  }

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

  .work-thumbnail-image {
    border-radius: 10px;
  }

  .project-title-link-block {
    letter-spacing: -1px;
    font-size: 28px;
    line-height: 38px;
  }

  .work-thumbnail-link {
    grid-row-gap: 5px;
    letter-spacing: -1px;
    width: 140px;
    height: 140px;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
  }

  .work-thumbnail-link-arrow {
    width: 20px;
  }

  .choose-us-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .choose-us-typography {
    padding-left: 40px;
  }

  .choose-us-buttons {
    padding: 20px 15px;
  }

  .choose-us-button-top-content {
    flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .choose-us-button-bottom-content {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .about-partners-bg {
    border-radius: 0;
  }

  .preview-features-content {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .preview-features-grid {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .preview-features-icon-wrapper {
    margin-bottom: 20px;
  }

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

  .single-demo {
    padding: 20px;
  }

  .single-demo-image {
    border-radius: 10px;
  }

  .demo-tag {
    padding: 9px 20px;
    font-size: 18px;
    bottom: 40px;
  }

  .demo-single {
    max-width: 360px;
    margin-top: 30px;
  }

  .figma-file-description {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 27px;
  }

  .figma-file-image-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .figma-file-included-typography {
    max-width: 700px;
  }

  .figma-file-title {
    font-size: 42px;
    line-height: 52px;
  }

  .figma-icon {
    width: 35px;
  }

  .figma-file-title-description {
    margin-bottom: 25px;
  }

  .figma-icon-wrap {
    max-width: 120px;
    height: 120px;
    margin-bottom: 25px;
  }

  .figma-file-included-content {
    border-radius: 0;
    padding-top: 100px;
  }

  .preview-footer-title {
    font-size: 42px;
    line-height: 52px;
  }

  .preview-footer-top-content {
    max-width: 600px;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .preview-footer-logo-link-block {
    margin-bottom: 30px;
  }

  .about-us-top-content {
    grid-column-gap: 15px;
    margin-bottom: 15px;
  }

  .about-us-single-image {
    object-fit: cover;
    height: 100%;
  }

  .about-us-single-image-right {
    height: 100%;
  }

  .about-us-bottom-image-grid {
    grid-column-gap: 15px;
  }

  .our-mission-image {
    width: 100%;
  }

  .our-mission-vision-tab-menu {
    grid-column-gap: 15px;
  }

  .our-mission-single-wrapper {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 25px;
  }

  .our-mission-typography-wrap {
    max-width: 650px;
  }

  .our-mission-title {
    font-size: 38px;
    line-height: 48px;
  }

  .our-mission-image-wrapper {
    max-width: 100%;
  }

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

  .service-details-name {
    letter-spacing: -3px;
    font-size: 42px;
    line-height: 52px;
  }

  .service-details-description-text {
    max-width: 720px;
    font-size: 18px;
    line-height: 28px;
  }

  .service-details-rich-content h2 {
    font-size: 42px;
    line-height: 52px;
  }

  .service-details-rich-content p {
    margin-bottom: 20px;
  }

  .service-details-rich-content li {
    font-size: 18px;
    line-height: 28px;
  }

  .track-title-tag {
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 36px;
  }

  .track-shape-image {
    width: 30px;
  }

  .single-track-wrap {
    grid-column-gap: 15px;
    margin-right: 20px;
  }

  .track-main {
    transform: none;
  }

  .services-content {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
  }

  .services-content-flex {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    position: static;
  }

  .services-typography-wrapper {
    text-align: center;
    max-width: 660px;
  }

  .services-content-card {
    max-width: 100%;
  }

  .services-single-ticker {
    flex-direction: column;
  }

  .services-inner-ticker-wrapper {
    width: 100%;
  }

  .services-inner-ticker-single {
    grid-row-gap: 30px;
    flex-direction: column;
    width: 100%;
  }

  .services-card-single {
    width: 100%;
  }

  .preview-banner-typography {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .creatives-pricing-single {
    padding-left: 40px;
    padding-right: 40px;
  }

  .creatives-pricing-left-content {
    max-width: 600px;
  }

  .creatives-pricing-price {
    letter-spacing: -1px;
    font-size: 62px;
    line-height: 72px;
  }

  .pricing-details-content {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .pricing-details-left-content {
    max-width: 100%;
  }

  .pricing-details-description {
    max-width: 600px;
  }

  .pricing-details-rich-content h2 {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 58px;
  }

  .pricing-details-rich-content p {
    margin-bottom: 15px;
  }

  .services-single-card {
    margin-right: 0;
  }

  .track-overflow-hidden {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-us-content-hv2 {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-us-content-flex {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    position: static;
  }

  .about-us-typography-wrapper {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .about-us-image-shape-hv2 {
    display: none;
  }

  .about-us-card-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-us-title-wrapper {
    max-width: 750px;
    margin-bottom: 60px;
  }

  .about-us-title-hv2 {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 58px;
  }

  .about-inner-ticker-wrapper {
    flex: 0 auto;
  }

  .about-inner-ticker-single {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about-single-card {
    margin-right: 0;
  }

  .about-card-single {
    width: 100%;
    padding: 30px 20px;
  }

  .about-card-single._1 {
    width: auto;
  }

  .about-card-number-wrapper {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .about-card-number-text {
    letter-spacing: -1px;
    font-size: 48px;
    line-height: 58px;
  }

  .about-card-name {
    letter-spacing: -1px;
    font-size: 32px;
    line-height: 42px;
  }

  .services-content-hv2 {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .services-feature-card-wrap {
    max-width: 100%;
    position: static;
  }

  .services-feature-card-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .services-feature-card-single._2, .services-feature-card-single._3, .services-feature-card-single._4 {
    position: static;
    transform: none;
  }

  .services-feature-card-single._1 {
    transform: none;
  }

  .services-feature-card-single._2, .services-feature-card-single._3, .services-feature-card-single._4 {
    position: static;
    transform: none;
  }

  .services-feature-card {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .services-feature-description-text {
    font-size: 17px;
    line-height: 27px;
  }

  .partners-about-us-bg {
    border-radius: 0;
  }

  .core-value-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .core-value-single {
    padding: 25px 15px;
  }

  .core-value-title-description {
    margin-bottom: 30px;
  }

  .core-value-title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .core-value-description {
    font-size: 16px;
    line-height: 26px;
  }

  .core-value-icon-wrapper {
    height: 100px;
    margin-bottom: 30px;
  }

  .core-value-icon {
    width: 80px;
  }

  .core-value-buttons-tag-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    height: auto;
    display: flex;
  }

  .core-value-button {
    padding: 6px 20px;
    font-size: 16px;
  }

  .core-value-button._1, .core-value-button._2, .core-value-button._3, .core-value-button._4, .core-value-button._5, .core-value-button._6, .core-value-button._7, .core-value-button._1, .core-value-button._2, .core-value-button._3, .core-value-button._4, .core-value-button._5, .core-value-button._6, .core-value-button._7 {
    position: static;
    transform: none;
  }

  .careers-categories-content {
    grid-row-gap: 25px;
    flex-direction: column;
  }

  .careers-categories-title {
    font-size: 46px;
    line-height: 56px;
  }

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

  .careers-single {
    padding-left: 15px;
    padding-right: 15px;
  }

  .job-experience-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .choose-us-image-wrapper, .choose-us-typography-wrapper {
    min-height: 650px;
  }

  .comparison-pricing-content {
    border-style: none;
    width: 1140px;
  }

  .comparison-pricing-image-price-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .comparison-pricing-features-list-item {
    min-height: 60px;
  }

  .comparison-pricing-blank {
    height: 255px;
  }

  .comparison-pricing-features-title-single {
    min-height: 60px;
    padding-left: 20px;
  }

  .comparison-pricing-features-title {
    font-size: 20px;
    line-height: 30px;
  }

  .menu-button {
    background-color: #fff0;
    flex-direction: column;
    justify-content: center;
    width: 55px;
    height: 50px;
    padding: 0;
    display: flex;
  }

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

  .process-sticky-main {
    height: auto;
  }

  .process-sticky {
    position: static;
  }

  .dropdown-toggle-homes {
    color: #fff;
    justify-content: flex-start;
  }

  .dropdown-column-wrapper-2 {
    overflow: visible;
  }

  .dropdown-column-wrapper-2.w--open {
    width: 100%;
    transform: translate(0%);
  }

  .dropdown-column-wrapper-2.homes-page {
    left: 0;
  }

  .dropdown-pd.pd-60px {
    height: 700px;
    overflow: auto;
  }

  .dropdown-pd.pd-60px {
    height: 700px;
    overflow: auto;
  }

  .dropdown-pd.pd-60px.homes-pd {
    height: auto;
    display: inline-block;
  }

  .dropdown-pd.pd-60px {
    height: auto;
  }

  .menu-dropdown-wrapper {
    margin-bottom: 20px;
    display: block;
  }

  .dropdown-toggle {
    color: #fff;
    justify-content: flex-start;
  }

  .dropdown-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .creatives-pricing-content-main {
    width: 1100px;
  }

  .creatives-pricing-content-main-content {
    overflow: auto;
  }

  .comparison-pricing-content-main {
    border: 1px solid #00000014;
    border-radius: 15px;
    overflow: auto;
  }

  .faq-accordion-link {
    padding: 20px;
  }

  .faq-accordion-ans {
    border-left-style: none;
    max-width: 100%;
    padding-left: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .faq-accordion-content-wrap {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-accordion-title {
    font-size: 20px;
  }

  .faq-icon-wrap {
    border-width: 1.5px;
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 76px;
    line-height: 86px;
  }

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

  .navbar-logo-link.w--current {
    padding-left: 0;
  }

  .navbar-logo-image {
    width: 170px;
  }

  .nav-menu {
    max-height: 90vh;
  }

  .nav-content {
    overflow: auto;
  }

  .primary-button {
    letter-spacing: -.9px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .primary-button.project {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .section.cta-section, .section.cta-section.hv2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.testimonials-section, .section.team-members-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.blog-main, .section.blog-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.service-section, .section.preview-features, .section.testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.awards-honors, .section.awards-honors.about {
    padding-top: 80px;
  }

  .section.demo-section.home-demo, .section.demo-section.last, .section.figma-file-included {
    padding-bottom: 80px;
  }

  .section.services-section-hv1, .section.creatives-pricing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.about-section-hv2, .section.services-section-hv2, .section.core-value {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.career-section, .section.comparison-pricing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .section.cta-section, .section.cta-section.hv2, .section.cta-section.hv2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .section.testimonials-section, .section.team-members-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.inner-banner {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section.not-found {
    padding-top: 80px;
    padding-bottom: 140px;
  }

  .section.changelog {
    padding-top: 110px;
    padding-bottom: 120px;
  }

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

  .section.style-guide {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .section.contact-us {
    padding-bottom: 140px;
  }

  .section.book-demo {
    padding-top: 100px;
    padding-bottom: 130px;
  }

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

  .section.team-member-details {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .section.blog-main, .section.blog-details {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.choose-us {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .section.company-section {
    padding-bottom: 80px;
  }

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

  .section.project-details {
    padding-top: 80px;
    padding-bottom: 120px;
  }

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

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

  .section.banner-hv2 {
    padding-top: 140px;
  }

  .section.blog-section-hv2 {
    padding-bottom: 80px;
  }

  .section.faq-section-hv2 {
    padding-top: 80px;
  }

  .section.service-section, .section.preview-features, .section.testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.awards-honors, .section.awards-honors.about, .section.awards-honors.about {
    padding-top: 80px;
  }

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

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

  .section.why-choose-us {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

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

  .section.demo-section.home-demo, .section.demo-section.last, .section.demo-section.home-demo, .section.demo-section.last, .section.figma-file-included {
    padding-bottom: 80px;
  }

  .section.preview-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

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

  .section.zaithorty-urge {
    padding-bottom: 80px;
  }

  .section.service-details {
    padding-top: 80px;
    padding-bottom: 120px;
  }

  .section.services-section-hv1, .section.creatives-pricing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.pricing-details {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .section.about-section-hv2, .section.services-section-hv2, .section.core-value {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.faq-section {
    padding-bottom: 80px;
  }

  .section.career-section, .section.comparison-pricing {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .banner-content {
    max-width: 450px;
  }

  .banner-typography-wrapper {
    margin-bottom: 25px;
  }

  .banner-title {
    font-size: 38px;
    line-height: 48px;
  }

  .banner-description {
    max-width: 420px;
    font-size: 18px;
    line-height: 28px;
  }

  .banner-buttons-hero-image-wrap {
    max-width: 100%;
    margin-bottom: 25px;
  }

  .banner-buttons {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .banner-buttons-single {
    flex-wrap: wrap;
  }

  .banner-button-tag {
    padding: 12px 8px 12px 5px;
  }

  .banner-button-tag.padding-34px {
    padding-left: 12px;
    padding-right: 12px;
  }

  .banner-button-blank-shape._1, .banner-button-blank-shape._2, .banner-button-blank-shape._3, .banner-button-blank-shape._4, .banner-button-blank-shape._5, .banner-button-blank-shape._1, .banner-button-blank-shape._2, .banner-button-blank-shape._3, .banner-button-blank-shape._4, .banner-button-blank-shape._5, .banner-hero-image-wrap {
    display: none;
  }

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

  .secondary-button {
    letter-spacing: -.9px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .footer-content {
    border-radius: 15px;
    padding-top: 40px;
  }

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

  .footer-menu-wrapper {
    max-width: 100%;
  }

  .footer-form-input, .footer-form-input::placeholder {
    font-size: 24px;
    line-height: 34px;
  }

  .footer-form-text-button-wrap {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-form-text-field {
    font-size: 18px;
  }

  .footer-form-submit-button, .footer-form-submit-button-wrap {
    width: 100%;
  }

  .footer-menu-content {
    grid-row-gap: 25px;
    margin-bottom: 30px;
  }

  .footer-menu-list {
    grid-row-gap: 10px;
  }

  .cta-content {
    padding-top: 80px;
  }

  .cta-typography-wrapper {
    max-width: 420px;
    margin-bottom: 40px;
  }

  .secondary-title-tag-wrapper {
    margin-bottom: 15px;
  }

  .secondary-title-tag-line {
    width: 50px;
    height: 2px;
  }

  .secondary-title-tag-text {
    letter-spacing: -.5px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
  }

  .cta-title {
    letter-spacing: -2.4px;
    font-size: 32px;
    line-height: 42px;
  }

  .cta-ticker-title {
    font-size: 36px;
    line-height: 46px;
  }

  .cta-image {
    width: 380px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .section-title-wrapper.choose-us {
    margin-bottom: 100px;
  }

  .title-tag-wrapper {
    margin-bottom: 10px;
  }

  .title-tag-line {
    width: 50px;
    height: 2px;
  }

  .title-tag-text {
    letter-spacing: -.5px;
    padding: 5px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
  }

  .section-title {
    letter-spacing: -2.9px;
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
    font-size: 36px;
    line-height: 46px;
  }

  .section-title.choose-us, .section-title.project, .section-title.testimonials-hv2, .section-title.process, .section-title.works {
    max-width: 470px;
  }

  .section-title.blog {
    max-width: 475px;
  }

  .section-title.choose-us, .section-title.project, .section-title.testimonials-hv2, .section-title.process, .section-title.works {
    max-width: 470px;
  }

  .section-title.our-mission {
    max-width: 550px;
  }

  .section-title.about-partners-title {
    max-width: 430px;
  }

  .section-description {
    max-width: 470px;
    font-size: 17px;
    line-height: 27px;
  }

  .section-description.demos, .section-description.our-mission {
    max-width: 420px;
  }

  .section-description.testimonials {
    max-width: 430px;
    font-size: 16px;
    line-height: 26px;
  }

  .section-description.faq {
    max-width: 420px;
    font-size: 16px;
    line-height: 26px;
  }

  .section-description.team-member {
    margin-bottom: 20px;
  }

  .section-description.choose-us {
    max-width: 450px;
  }

  .section-description.preview-features {
    max-width: 420px;
    font-size: 16px;
    line-height: 26px;
  }

  .section-description.home-demo {
    max-width: 450px;
    font-size: 16px;
    line-height: 26px;
  }

  .section-description.demos, .section-description.our-mission {
    max-width: 420px;
  }

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

  .blog-post-name {
    max-width: 405px;
    font-size: 22px;
    line-height: 32px;
  }

  .blog-post-category-wrap {
    margin-bottom: 60px;
  }

  .blog-post-category-tag {
    margin-left: -15px;
    padding-left: 25px;
    padding-right: 20px;
  }

  .testimonials-section-title-wrapper {
    max-width: 470px;
    margin-bottom: 50px;
  }

  .testimonials-slider-wrapper {
    padding-right: 15px;
  }

  .testimonial-single {
    padding: 20px;
  }

  .testimonial-title-description {
    margin-bottom: 30px;
  }

  .testimonial-title {
    font-size: 26px;
    line-height: 36px;
  }

  .testimonial-description {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-author-image-wrap {
    width: 60px;
  }

  .testimonial-author-image-name {
    grid-column-gap: 10px;
  }

  .testimonial-author-name {
    font-size: 22px;
    line-height: 32px;
  }

  .testimonial-author-logo {
    width: 100px;
  }

  .faq-tabs-menu {
    grid-row-gap: 15px;
  }

  .faq-tab-link {
    padding: 15px 10px;
  }

  .faq-tab-title-wrap {
    letter-spacing: -1px;
    font-size: 18px;
    line-height: 30px;
  }

  .faq-tab-link-arrow-wrap {
    flex: none;
    width: 25px;
    height: 25px;
    font-size: 20px;
  }

  .faq-tab-content-single {
    padding: 40px 20px;
  }

  .faq-answer-title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 42px;
  }

  .faq-answer-description {
    margin-bottom: 50px;
    font-size: 22px;
    line-height: 32px;
  }

  .team-member-single {
    grid-template-columns: 1fr;
  }

  .team-member-image {
    height: auto;
  }

  .team-member-infermation {
    padding: 20px;
  }

  .inner-banner-title {
    font-size: 42px;
    line-height: 52px;
  }

  .inner-banner-text-link {
    font-size: 18px;
  }

  .inner-banner-arrow {
    font-size: 18px;
    line-height: 28px;
  }

  .not-found-image-wrapper {
    max-width: 400px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .not-found-image {
    width: 180px;
  }

  .not-found-typography {
    max-width: 450px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .not-found-title {
    letter-spacing: -3px;
    font-size: 38px;
    line-height: 48px;
  }

  .not-found-description {
    max-width: 350px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .password-protected-section {
    padding-top: 80px;
    padding-bottom: 110px;
  }

  .password-protected-content {
    max-width: 450px;
    padding: 40px 20px;
  }

  .password-protected-image-wrapper {
    max-width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }

  .password-protected-image {
    width: 50px;
  }

  .password-protected-title {
    font-size: 32px;
    line-height: 42px;
  }

  .password-protected-text-field {
    max-width: 350px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .password-protected-input {
    margin-bottom: 15px;
  }

  .password-protected-submit-button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
    line-height: 28px;
  }

  .changelog-list-circel {
    flex: none;
    margin-top: 7px;
  }

  .changelog-list-text {
    font-size: 16px;
    line-height: 26px;
  }

  .changelog-list-single {
    grid-column-gap: 5px;
    align-items: flex-start;
  }

  .changelog-content {
    grid-row-gap: 30px;
  }

  .changelog-single-wrapper {
    border-left-width: 2px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .changelog-single-wrapper._1, .changelog-single-wrapper._2, .changelog-single-wrapper._3, .changelog-single-wrapper._1, .changelog-single-wrapper._2, .changelog-single-wrapper._3 {
    border-left-width: 2px;
  }

  .font-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .font-title {
    letter-spacing: -3px;
    font-size: 42px;
    line-height: 52px;
  }

  .single-td-wrap {
    grid-template-columns: 1.8fr 1fr 1fr;
  }

  .license-th {
    font-size: 18px;
  }

  .license-icon-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: center;
  }

  .license-link {
    font-size: 16px;
  }

  .license-divider {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .source-details {
    font-size: 15px;
  }

  .licence-text {
    max-width: 450px;
  }

  .single-style-typography-paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .style-guide-color-code {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }

  .style-guide-color-code.natural-color-800 {
    font-size: 20px;
    line-height: 30px;
  }

  .style-guide-title {
    font-size: 24px;
    line-height: 34px;
  }

  .single-style-typography-wrap {
    margin-bottom: 15px;
  }

  .single-style-typography-title {
    font-size: 22px;
  }

  .style-guide-title-wrapper, .style-guide-title-wrapper.mg-bottom-62px, .style-guide-title-wrapper.mg-bottom-62px {
    margin-bottom: 25px;
  }

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

  .style-guide-heading-wrapper {
    grid-row-gap: 10px;
  }

  .style-guide-single-color-plate {
    border-radius: 15px;
    height: 100px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .style-guide-single-color-plate._03 {
    grid-row-gap: 2px;
    grid-row-gap: 2px;
  }

  .single-style-guide-wrapper {
    padding-bottom: 40px;
  }

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

  .primary-button-3 {
    border-radius: 8px;
    padding: 13px 20px;
  }

  .contact-wrapper {
    padding: 25px 20px;
  }

  .contact-info-details {
    font-size: 16px;
    line-height: 23px;
  }

  .contact-textarea {
    min-height: 140px;
  }

  .contact-fields-grid-wrap {
    grid-template-columns: 1fr;
  }

  .single-contact-info {
    border-radius: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .single-field-wrap.textarea {
    margin-bottom: 20px;
  }

  .contact-info-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr;
  }

  .contact-section-title-wrapper {
    max-width: 450px;
    margin-bottom: 40px;
  }

  .contact-section-title {
    letter-spacing: -2px;
    font-size: 38px;
    line-height: 48px;
  }

  .team-member-collection-list-main {
    grid-template-columns: 1fr;
  }

  .team-member-details-image-wrap {
    max-width: 100%;
  }

  .team-details-name-bio-wrap {
    margin-bottom: 20px;
  }

  .team-member-details-name {
    margin-bottom: 5px;
    font-size: 36px;
    line-height: 46px;
  }

  .team-member-details-bio {
    font-size: 18px;
    line-height: 28px;
  }

  .team-member-description {
    margin-top: 15px;
    font-size: 17px;
    line-height: 27px;
  }

  .team-member-details-rich-text h6 {
    margin-bottom: 5px;
  }

  .blog-single {
    border-radius: 15px;
    padding: 20px;
  }

  .blog-category-tag-wrap {
    margin-bottom: 15px;
  }

  .blog-name {
    letter-spacing: -1.5px;
    font-size: 30px;
    line-height: 40px;
  }

  .blog-author-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-author-image-wrap {
    width: 55px;
  }

  .blog-author-name {
    margin-bottom: 3px;
    font-size: 22px;
    line-height: 32px;
  }

  .blog-top-content {
    margin-bottom: 80px;
  }

  .blog-title-categories-wrapper {
    margin-bottom: 40px;
  }

  .blog-heading {
    letter-spacing: -3px;
    font-size: 42px;
    line-height: 52px;
  }

  .blog-details-content {
    grid-row-gap: 60px;
  }

  .blog-details-top-content {
    padding: 35px 15px;
  }

  .blog-details-name {
    letter-spacing: -1.5px;
    font-size: 24px;
    line-height: 34px;
  }

  .blog-details-rich-content h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-details-rich-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .blog-details-rich-content blockquote {
    letter-spacing: -1px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }

  .blog-details-rich-content figure {
    margin-bottom: 25px;
  }

  .choose-us-ticker-image {
    width: 200px;
    margin-right: 15px;
  }

  .choose-us-circel {
    width: 350px;
    height: 350px;
  }

  .choose-us-content {
    max-width: 260px;
  }

  .choose-us-icon {
    width: 60px;
  }

  .choose-us-title {
    font-size: 26px;
    line-height: 36px;
  }

  .choose-us-description {
    font-size: 16px;
    line-height: 26px;
  }

  .company-section-title-wrapper {
    margin-bottom: 30px;
  }

  .company-section-title {
    letter-spacing: -1.9px;
    max-width: 450px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
  }

  .company-section-title-span {
    background-size: 25px;
  }

  .company-logo-single {
    padding: 15px;
  }

  .project-tabs-menu {
    padding: 20px;
  }

  .project-tab-link {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .project-image-wrapper {
    max-width: 450px;
  }

  .project-typography-wrap {
    max-width: 400px;
  }

  .project-name {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
  }

  .project-details-tag-wrapper {
    grid-column-gap: 15px;
  }

  .project-details-categories-tag, .project-details-tag {
    padding: 7px 20px;
  }

  .project-details-title-description {
    margin-bottom: 30px;
  }

  .project-details-title {
    font-size: 38px;
    line-height: 48px;
  }

  .project-details-description {
    font-size: 17px;
    line-height: 27px;
  }

  .project-details-rich-content h2 {
    letter-spacing: -1.1px;
    font-size: 24px;
    line-height: 34px;
  }

  .project-details-rich-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .project-details-rich-content ul {
    grid-row-gap: 5px;
  }

  .project-details-rich-content li {
    font-size: 17px;
    line-height: 27px;
  }

  .project-service {
    max-width: 442px;
    margin-bottom: 30px;
  }

  .project-service-single {
    width: 220px;
    height: 220px;
  }

  .project-service-single._3 {
    margin-top: -40px;
  }

  .project-service-title {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 34px;
  }

  .project-service-description {
    font-size: 16px;
    line-height: 26px;
  }

  .project-results-content-text h2 {
    letter-spacing: -1.6px;
    letter-spacing: -1.6px;
    font-size: 28px;
    line-height: 38px;
  }

  .career-details-title {
    letter-spacing: -2px;
    font-size: 36px;
    line-height: 46px;
  }

  .career-details-description {
    font-size: 16px;
    line-height: 26px;
  }

  .career-details-image-wrap {
    margin-bottom: 30px;
  }

  .career-details-image {
    border-radius: 10px;
  }

  .career-details-rich-text h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .career-details-rich-text p {
    font-size: 16px;
    line-height: 26px;
  }

  .career-details-rich-text li {
    font-size: 18px;
    line-height: 28px;
  }

  .our-project {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .project-v2-link-wrap {
    padding: 20px;
  }

  .project-flex {
    grid-row-gap: 15px;
  }

  .project-link-block {
    width: 150px;
    height: 150px;
    font-size: 18px;
    line-height: 28px;
  }

  .project-link-text-block {
    max-width: 100px;
  }

  .project-link-block-arrow {
    width: 20px;
  }

  .about-section-title-wrapper {
    margin-bottom: 40px;
  }

  .about-section-title {
    letter-spacing: -2px;
    max-width: 470px;
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
  }

  .about-section-title-span {
    font-size: 32px;
    line-height: 42px;
  }

  .about-section-title-fire, .about-section-title-world {
    background-size: 30px;
  }

  .about-us-content {
    max-width: 470px;
  }

  .about-us-buttons-wrapper {
    max-width: 450px;
    height: 170px;
  }

  .about-us-button {
    padding: 6px 20px;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
  }

  .about-us-button._1 {
    left: 20px;
  }

  .about-us-button._2 {
    bottom: 46px;
  }

  .about-us-button._3 {
    padding-left: 20px;
    padding-right: 20px;
    inset: auto 20px 0% auto;
  }

  .about-us-button._4 {
    padding-left: 20px;
    padding-right: 20px;
    right: 145px;
  }

  .about-us-button._5 {
    bottom: 77px;
  }

  .about-us-button._6 {
    bottom: 67px;
    left: 20px;
  }

  .about-us-button._7 {
    top: 79px;
    left: 244px;
  }

  .about-us-button._8 {
    top: 40px;
  }

  .about-us-button._9 {
    left: 46px;
  }

  .about-us-single-content, .about-us-single-content.last, .about-us-single-content.last {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .about-us-description {
    font-size: 17px;
    line-height: 27px;
  }

  .numbers.two {
    max-width: 135px;
    height: 52px;
    margin-bottom: 0;
  }

  .number-digit, .number-categories {
    letter-spacing: -2px;
    font-size: 52px;
    line-height: 62px;
  }

  .number-categories._2, .number-categories._1, .number-categories._3, .number-categories._2, .number-categories._1, .number-categories._3 {
    letter-spacing: -2px;
  }

  .about-us-counter-tag {
    letter-spacing: -1px;
    font-size: 20px;
    line-height: 30px;
  }

  .banner-typography {
    max-width: 448px;
  }

  .banner-heading {
    letter-spacing: -3px;
    font-size: 48px;
    line-height: 58px;
  }

  .banner-description-text {
    max-width: 430px;
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 28px;
  }

  .banner-hero-image-wrap-hv2 {
    max-width: 380px;
  }

  .banner-hero-card-image._1 {
    width: 180px;
    left: -20px;
  }

  .banner-hero-card-image._2 {
    width: 135px;
  }

  .service-single-wrapper {
    padding: 40px 15px;
  }

  .service-description {
    max-width: 405px;
    font-size: 16px;
    line-height: 26px;
  }

  .preview-banner-top-content {
    max-width: 450px;
  }

  .preview-banner-title-description {
    margin-bottom: 15px;
  }

  .preview-banner-title {
    letter-spacing: -2.2px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
  }

  .preview-banner-description {
    max-width: 415px;
    font-size: 16px;
    line-height: 26px;
  }

  .preview-banner-button-wrapper {
    grid-column-gap: 11px;
  }

  .previwe-banner-bottom-content {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .previwe-banner-card-image.left {
    max-width: 220px;
    margin-right: -70px;
  }

  .previwe-banner-card-image.right {
    max-width: 220px;
    margin-left: -70px;
  }

  .previwe-banner-card-image.middle {
    max-width: 300px;
  }

  .previwe-banner-image.left, .previwe-banner-image.right, .previwe-banner-image.middle, .previwe-banner-image.left, .previwe-banner-image.right, .previwe-banner-image.middle {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .career-details-infermation-wrap {
    padding: 30px 20px;
  }

  .career-details-infermation-social-media {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .career-details-link {
    font-size: 22px;
  }

  .career-social-media-link {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .career-dateils-wrap {
    padding-bottom: 30px;
  }

  .faq-singel-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials-content {
    grid-template-columns: 1fr;
  }

  .testimonial-description-hv2 {
    font-size: 17px;
    line-height: 27px;
  }

  .awards-honors-single {
    padding: 30px 25px;
  }

  .awards-honors-heading-link-block {
    margin-bottom: 40px;
    font-size: 31px;
  }

  .awards-honors-heading-text {
    letter-spacing: -1.1px;
    font-size: 28px;
    line-height: 38px;
  }

  .awards-honors-heading-link-arrow {
    width: 20px;
  }

  .awards-honors-image-wrapper {
    min-height: 100px;
    margin-bottom: 40px;
  }

  .awards-honors-image-wrapper.bottom {
    min-height: 100px;
  }

  .awards-honors-button-tags-wrap {
    grid-column-gap: 15px;
  }

  .awards-honors-button-text {
    padding: 8px 15px;
    font-size: 18px;
    font-weight: 500;
  }

  .awards-honors-image {
    width: 100px;
  }

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

  .process-button-wrapper {
    margin-top: 40px;
  }

  .work-collection-list {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .project-title-link-block {
    max-width: 400px;
  }

  .choose-us-grid {
    grid-row-gap: 25px;
  }

  .choose-us-image {
    width: 260px;
  }

  .choose-us-typography {
    padding-left: 20px;
  }

  .choose-us-typography._3 {
    padding-right: 20px;
  }

  .choose-us-typography-number {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 38px;
  }

  .choose-us-typography-title {
    max-width: 405px;
    font-size: 42px;
    line-height: 52px;
  }

  .choose-us-typography-description {
    max-width: 405px;
  }

  .choose-us-buttons {
    border-radius: 15px;
  }

  .choose-us-button-top-content {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .choose-us-button-bottom-content {
    grid-column-gap: 10px;
    justify-content: center;
  }

  .career-dateils-text-block {
    font-size: 20px;
    line-height: 30px;
  }

  .career-dateils-button-wrapper {
    padding-top: 30px;
  }

  .preview-features-single {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .preview-features-single._2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .preview-features-typography {
    max-width: 400px;
  }

  .preview-features-description {
    max-width: 100%;
    font-size: 16px;
    line-height: 26px;
  }

  .preview-features-image-wrapper {
    min-height: 400px;
  }

  .demos-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .single-demo {
    width: 100%;
    padding: 15px;
  }

  .demo-single {
    max-width: 100%;
    margin-top: 25px;
  }

  .figma-file-description {
    max-width: 450px;
    font-size: 15px;
    line-height: 25px;
  }

  .figma-file-image-wrapper {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .figma-file-included-typography {
    margin-bottom: 40px;
  }

  .figma-file-title {
    letter-spacing: -1.5px;
    font-size: 36px;
    line-height: 46px;
  }

  .figma-icon {
    width: 30px;
  }

  .figma-icon-wrap {
    max-width: 100px;
    height: 100px;
  }

  .figma-file-included-content {
    padding-top: 80px;
  }

  .preview-footer-title {
    letter-spacing: -1px;
    font-size: 36px;
    line-height: 46px;
  }

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

  .preview-footer-top-content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .preview-footer-bottom-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .preview-footer-description {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 27px;
  }

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

  .preview-footer-details-text {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 27px;
  }

  .preview-footer-logo-image {
    width: 200px;
  }

  .about-us-top-content, .about-us-bottom-image-grid {
    grid-column-gap: 10px;
  }

  .our-mission-description-text {
    max-width: 445px;
  }

  .our-mission-description {
    font-size: 16px;
    line-height: 26px;
  }

  .our-mission-button-wrap {
    margin-top: 40px;
  }

  .our-mission-vision-tab-link {
    padding: 14px 15px;
    font-size: 16px;
  }

  .our-mission-vision-tab-menu {
    grid-column-gap: 10px;
    margin-bottom: 40px;
  }

  .our-mission-single-wrapper {
    padding: 25px 15px;
  }

  .our-mission-typography-wrap {
    max-width: 420px;
  }

  .our-mission-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }

  .service-details-title-description {
    margin-bottom: 25px;
  }

  .service-details-name {
    font-size: 36px;
    line-height: 46px;
  }

  .service-details-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .service-details-rich-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .service-details-rich-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .service-details-rich-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .service-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .track-title-tag {
    font-size: 24px;
    line-height: 34px;
  }

  .track-shape-image {
    width: 20px;
  }

  .single-track-wrap {
    grid-column-gap: 15px;
    margin-right: 15px;
  }

  .services-typography-button-wrapper {
    margin-top: 15px;
  }

  .services-inner-ticker-single {
    grid-row-gap: 25px;
  }

  .services-card-single {
    border-radius: 15px;
    min-height: auto;
    max-height: 100%;
    padding: 40px 15px;
  }

  .services-card-image-wrap {
    margin-bottom: 20px;
  }

  .services-card-name {
    letter-spacing: -1px;
    font-size: 36px;
    line-height: 46px;
  }

  .services-card-description {
    max-width: 415px;
    font-size: 16px;
    line-height: 26px;
  }

  .services-card-tag-button-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .services-card-tag-button {
    margin-left: 0;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 400;
    transform: none;
  }

  .services-card-tag-button._1.maring, .services-card-tag-button._2.maring, .services-card-tag-button._3.maring {
    margin-left: 0;
    margin-right: 0;
  }

  .services-card-tag-button._1.maring, .services-card-tag-button._2.maring, .services-card-tag-button._2.maring, .services-card-tag-button._3.maring, .services-card-tag-button._3.maring {
    margin-left: 0;
    margin-right: 0;
  }

  .services-card-tag-button._4 {
    transform: translate(0);
  }

  .services-card-tag-button._4.maring {
    margin-right: 0;
  }

  .preview-banner-typography {
    padding-top: 130px;
    padding-bottom: 40px;
  }

  .creatives-pricing-tab-link {
    padding: 10px 20px;
  }

  .creatives-pricing-single {
    padding-left: 30px;
    padding-right: 30px;
  }

  .creatives-pricing-left-content {
    max-width: 500px;
  }

  .creatives-pricing-feature-single {
    font-size: 13px;
  }

  .creatives-pricing-feature-circel {
    width: 10px;
    height: 10px;
  }

  .creatives-pricing-feature-name {
    font-size: 18px;
  }

  .pricing-details-title-description {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .pricing-details-description {
    max-width: 400px;
  }

  .pricing-details-price {
    letter-spacing: -1.5px;
    font-size: 36px;
    font-weight: 600;
    line-height: 46px;
  }

  .pricing-details-feature-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .select-duration-wrapper {
    margin-bottom: 15px;
  }

  .pricing-add-to-cart-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .pricing-details-rich-content h2 {
    letter-spacing: -3px;
    font-size: 38px;
    line-height: 48px;
  }

  .pricing-details-rich-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .pricing-details-rich-content ul {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .pricing-details-rich-content li {
    font-size: 18px;
    line-height: 28px;
  }

  .project-link-block-shape {
    width: 200px;
    height: 200px;
  }

  .services-card-image {
    width: 80px;
  }

  .about-us-title-wrapper {
    max-width: 480px;
    margin-bottom: 50px;
  }

  .about-us-title-hv2 {
    font-size: 32px;
    line-height: 42px;
  }

  .about-us-title-hv2-span-world-icon {
    background-size: 30px;
  }

  .about-inner-ticker-single {
    grid-template-columns: 1fr;
  }

  .about-card-number-wrapper {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .about-card-number-text {
    font-size: 42px;
    line-height: 52px;
  }

  .about-card-name {
    max-width: 100%;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 38px;
  }

  .about-card-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .services-content-hv2 {
    grid-row-gap: 40px;
  }

  .services-feature-card-content {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .services-feature-name-description, .services-feature-icon-wrapper {
    margin-bottom: 30px;
  }

  .services-feature-tag-button-wrapper {
    height: 150px;
  }

  .core-value-grid {
    grid-template-columns: 1fr;
  }

  .core-value-icon-wrapper {
    height: auto;
  }

  .careers-categories-title {
    letter-spacing: -2px;
    font-size: 36px;
    line-height: 46px;
  }

  .careers-categories-collection-list, .careers-categories-item {
    flex-wrap: wrap;
  }

  .careers-categories-button {
    padding: 12px 15px;
    font-size: 17px;
  }

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

  .careers-image {
    width: 100%;
  }

  .choose-us-image-wrapper {
    border-radius: 15px;
    min-height: 500px;
  }

  .choose-us-typography-wrapper {
    min-height: 450px;
  }

  .menu-button {
    width: 45px;
    height: 45px;
    overflow: hidden;
  }

  .dropdown-pd.pd-60px {
    padding: 40px 20px;
  }

  .dropdown-menu-text-link, .dropdown-menu-text-link-2 {
    margin-bottom: 15px;
  }

  .dropdown-title-wrapper {
    margin-bottom: 20px;
  }

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

  .cart-container {
    min-width: 100%;
    max-width: 100%;
  }

  .cart-title {
    font-size: 32px;
    line-height: 42px;
  }

  .choose-us-image-single-content {
    height: 320px;
  }

  .faq-accordion-link {
    padding: 15px;
  }

  .faq-accordion-ans {
    font-size: 16px;
    line-height: 150%;
  }

  .faq-accordion-content-wrap {
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-accordion-title {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 66px;
    line-height: 76px;
  }

  h2 {
    font-size: 52px;
    line-height: 62px;
  }

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

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

  .navbar-logo-link {
    padding-left: 0;
  }

  .navbar-logo-image {
    width: 145px;
  }

  .nav-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .primary-button {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .primary-button.project {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .section.cta-section, .section.cta-section.hv2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.testimonials-section, .section.team-members-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.blog-main, .section.blog-details, .section.choose-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.service-section, .section.preview-features, .section.testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.awards-honors, .section.awards-honors.about {
    padding-top: 60px;
  }

  .section.why-choose-us, .section.partners-section.partners-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.demo-section.home-demo, .section.demo-section.last, .section.figma-file-included {
    padding-bottom: 60px;
  }

  .section.services-section-hv1, .section.creatives-pricing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.about-section-hv2, .section.services-section-hv2, .section.core-value {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .section.cta-section, .section.cta-section.hv2, .section.cta-section.hv2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.blog {
    padding-top: 60px;
  }

  .section.testimonials-section, .section.team-members-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.inner-banner {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.not-found {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.changelog {
    margin-top: -20px;
    padding-top: 80px;
    padding-bottom: 100px;
  }

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

  .section.style-guide {
    padding-top: 60px;
    padding-bottom: 100px;
  }

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

  .section.book-demo {
    padding-top: 90px;
    padding-bottom: 100px;
  }

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

  .section.team-member-details {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.blog-main, .section.blog-details, .section.choose-us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.company-section {
    padding-bottom: 60px;
  }

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

  .section.project-details {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section.career-design {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.about-section {
    padding-bottom: 60px;
  }

  .section.banner-hv2 {
    padding-top: 120px;
  }

  .section.blog-section-hv2 {
    padding-bottom: 60px;
  }

  .section.faq-section-hv2 {
    padding-top: 60px;
  }

  .section.service-section, .section.preview-features, .section.testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.awards-honors, .section.awards-honors.about, .section.awards-honors.about {
    padding-top: 60px;
  }

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

  .section.works-section {
    padding-top: 60px;
  }

  .section.why-choose-us, .section.partners-section.partners-about, .section.partners-section.partners-about {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.demo-section {
    padding-top: 60px;
  }

  .section.demo-section.home-demo, .section.demo-section.last, .section.demo-section.home-demo, .section.demo-section.last, .section.figma-file-included {
    padding-bottom: 60px;
  }

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

  .section.zaithorty-urge {
    padding-bottom: 60px;
  }

  .section.service-details {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.services-section-hv1, .section.creatives-pricing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.pricing-details {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .section.about-section-hv2, .section.services-section-hv2, .section.core-value {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.faq-section {
    padding-bottom: 60px;
  }

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

  .banner-typography-wrapper {
    max-width: 300px;
    margin-bottom: 20px;
  }

  .banner-title {
    letter-spacing: -1.6px;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
  }

  .banner-description {
    max-width: 290px;
    font-size: 16px;
    line-height: 26px;
  }

  .banner-buttons-hero-image-wrap {
    margin-bottom: 20px;
  }

  .banner-buttons-single {
    grid-row-gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .banner-button-tag {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .secondary-button {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .footer-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-logo-image {
    width: 160px;
  }

  .footer-form-wrapper {
    margin-bottom: 30px;
    padding: 20px 15px;
  }

  .footer-form-input {
    letter-spacing: -2px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
  }

  .footer-form-input::placeholder {
    font-size: 18px;
    line-height: 28px;
  }

  .footer-form-text-field {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-form-submit-button {
    letter-spacing: 0;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 100%;
  }

  .footer-menu-content {
    grid-column-gap: 5px;
  }

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

  .footer-menu-title {
    letter-spacing: -.5px;
    font-size: 20px;
    line-height: 30px;
    display: inline-block;
  }

  .footer-menu-list-wrap.flex {
    grid-row-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
  }

  .footer-menu-text-link {
    font-size: 16px;
    line-height: 26px;
  }

  .footer-social-media-wrapper {
    grid-row-gap: 15px;
  }

  .footer-social-media-single {
    grid-column-gap: 5px;
  }

  .footer-social-media-icon-wrap {
    width: 25px;
    height: 25px;
  }

  .footer-social-media-text {
    font-size: 16px;
  }

  .footer-infermation-text {
    font-size: 15px;
    line-height: 25px;
  }

  .cta-content {
    border-radius: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-typography-wrapper {
    max-width: 280px;
    margin-bottom: 30px;
  }

  .secondary-title-tag-wrapper {
    grid-column-gap: 10px;
  }

  .cta-title {
    letter-spacing: -1.6px;
    font-size: 26px;
    line-height: 36px;
  }

  .cta-button-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .cta-button-wrapper.works {
    margin-top: 30px;
  }

  .cta-ticker-title {
    letter-spacing: -2px;
    font-size: 24px;
    line-height: 34px;
  }

  .cta-title-ticker {
    grid-row-gap: 5px;
    transform: rotate(2deg);
  }

  .cta-image {
    width: 275px;
  }

  .section-title-wrapper.choose-us {
    margin-bottom: 70px;
  }

  .title-tag-wrapper {
    grid-column-gap: 10px;
  }

  .title-tag-line {
    width: 30px;
  }

  .section-title {
    letter-spacing: -1.6px;
    font-size: 24px;
    line-height: 34px;
  }

  .section-title.team-member, .section-title.choose-us, .section-title.project {
    max-width: 300px;
    font-size: 24px;
    line-height: 34px;
  }

  .section-title.blog {
    letter-spacing: -1.4px;
    max-width: 300px;
    font-size: 23px;
    line-height: 33px;
  }

  .section-title.testimonials {
    letter-spacing: -2px;
    max-width: 300px;
    font-size: 26px;
    line-height: 36px;
  }

  .section-title.faq {
    letter-spacing: -1px;
    font-size: 24px;
  }

  .section-title.team-member, .section-title.choose-us, .section-title.project {
    max-width: 300px;
    font-size: 24px;
    line-height: 34px;
  }

  .section-title.process {
    max-width: 300px;
  }

  .section-title.our-mission {
    font-size: 32px;
  }

  .section-description, .section-description.testimonials {
    max-width: 300px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-description.choose-us, .section-description.preview-features, .section-description.home-demo, .section-description.demos, .section-description.testimonials {
    max-width: 300px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-description.faq {
    max-width: 290px;
    font-size: 15px;
    line-height: 25px;
  }

  .section-description.choose-us, .section-description.preview-features, .section-description.home-demo, .section-description.demos {
    max-width: 300px;
    font-size: 15px;
    line-height: 25px;
  }

  .blog-collection-list {
    grid-row-gap: 20px;
  }

  .blog-post-single {
    padding: 20px 15px;
  }

  .blog-post-read-time-date {
    grid-column-gap: 7px;
    margin-bottom: 15px;
  }

  .blog-post-read-time {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
  }

  .blog-post-date {
    font-size: 16px;
    line-height: 26px;
  }

  .blog-post-name {
    letter-spacing: -1.4px;
    max-width: 255px;
    font-size: 20px;
    line-height: 30px;
  }

  .blog-post-category-tag {
    margin-left: -5px;
    padding: 6px 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .blog-post-author-image-wrap {
    width: 50px;
  }

  .blog-post-author-name {
    font-size: 20px;
  }

  .testimonials-section-title-wrapper {
    max-width: 300px;
    margin-bottom: 40px;
  }

  .testimonial-single {
    padding: 15px;
  }

  .testimonial-title {
    letter-spacing: -1.5px;
    font-size: 22px;
    line-height: 32px;
  }

  .testimonial-description {
    font-size: 14px;
    line-height: 24px;
  }

  .testimonial-author-logo-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .testimonial-author-image-wrap {
    width: 50px;
  }

  .testimonial-author-name {
    font-size: 20px;
    line-height: 30px;
  }

  .testimonial-author-bio {
    font-size: 15px;
    line-height: 25px;
  }

  .testimonial-author-logo {
    width: 80px;
  }

  .faq-tab-link {
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .faq-tab-title-wrap {
    max-width: 251px;
    font-size: 17px;
    line-height: 27px;
  }

  .faq-tab-content-single {
    border-radius: 10px;
    padding: 30px 15px;
  }

  .faq-answer-title {
    font-size: 28px;
    line-height: 38px;
  }

  .faq-answer-description {
    letter-spacing: -1.5px;
    margin-bottom: 35px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
  }

  .team-member-single-content, .team-member-single {
    grid-row-gap: 20px;
  }

  .team-member-infermation {
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-member-name-bio-wrap {
    margin-bottom: 20px;
  }

  .team-member-name {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
  }

  .team-member-bio {
    font-size: 17px;
    line-height: 27px;
  }

  .team-member-experience-wrap {
    margin-bottom: 30px;
  }

  .team-member-experience-title {
    margin-bottom: 10px;
  }

  .team-member-experience-text {
    font-size: 16px;
    line-height: 26px;
  }

  .inner-banner-title-wrapper {
    margin-bottom: 5px;
  }

  .inner-banner-title {
    letter-spacing: -1px;
    font-size: 28px;
    line-height: 38px;
  }

  .inner-banner-text-link {
    font-size: 16px;
    line-height: 27px;
  }

  .inner-banner-arrow {
    font-size: 16px;
  }

  .not-found-grid {
    grid-row-gap: 20px;
  }

  .not-found-image-wrapper {
    max-width: 280px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .not-found-image {
    width: 120px;
  }

  .not-found-typography {
    max-width: 300px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .not-found-title {
    font-size: 30px;
    line-height: 40px;
  }

  .not-found-description {
    max-width: 270px;
    font-size: 15px;
    line-height: 25px;
  }

  .password-protected-section {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .password-protected-content {
    padding: 30px 15px;
  }

  .password-protected-image-wrapper {
    max-width: 90px;
    height: 90px;
    margin-bottom: 15px;
  }

  .password-protected-image {
    width: 35px;
  }

  .password-protected-title {
    letter-spacing: -1px;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 38px;
  }

  .password-protected-text-field {
    max-width: 260px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
  }

  .password-protected-input {
    height: 50px;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .password-protected-submit-button {
    letter-spacing: -1px;
    padding-top: 10px;
    padding-bottom: 11px;
    font-size: 17px;
  }

  .changelog-tag {
    font-size: 22px;
    line-height: 32px;
  }

  .changelog-list-circel {
    width: 6px;
    height: 6px;
  }

  .changelog-content {
    grid-row-gap: 25px;
  }

  .changelog-single-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .surce-link-wrap {
    grid-row-gap: 20px;
  }

  .license-icon {
    width: 40px;
    height: 40px;
  }

  .single-td-wrap {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .license-divider {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .source-details-wrap {
    grid-row-gap: 20px;
  }

  .licence-th-wrap {
    grid-row-gap: 10px;
  }

  .licence-text {
    max-width: 300px;
    font-size: 14px;
    line-height: 25px;
  }

  .single-style-typography-paragraph {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .style-guide-color-code {
    font-size: 20px;
  }

  .style-guide-color-wrapper {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .single-style-typography-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .style-guide-title-wrapper.mg-bottom-62px {
    margin-bottom: 20px;
  }

  .style-guide-color-plate-grid {
    grid-template-columns: 1fr;
  }

  .style-guide-heading-wrapper {
    grid-row-gap: 5px;
  }

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

  .style-guide-color-plate-wrapper {
    width: 100%;
  }

  .single-style-guide-wrapper {
    padding-bottom: 30px;
  }

  .primary-button-3 {
    padding: 12px 18px;
    font-size: 14px;
  }

  .contact-wrapper {
    border-radius: 15px;
    padding: 15px;
  }

  .contact-icon {
    width: 50px;
  }

  .contact-label {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .contact-textarea {
    min-height: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .contact-field {
    height: 45px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .contact-info-grid {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  .contact-section-title-wrapper {
    max-width: 300px;
    margin-bottom: 30px;
  }

  .contact-section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .team-member-infermation-wrap {
    max-width: 280px;
  }

  .team-member-details-social-media {
    border-radius: 10px;
    max-width: 50px;
    bottom: 15px;
    right: 15px;
  }

  .team-member-details-social-media-link {
    max-width: 35px;
    height: 35px;
  }

  .team-member-details-name {
    font-size: 28px;
    line-height: 38px;
  }

  .team-member-details-bio {
    letter-spacing: 0;
    font-size: 17px;
    line-height: 27px;
  }

  .team-member-description {
    font-size: 16px;
    line-height: 26px;
  }

  .team-member-details-rich-text h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .blog-single {
    grid-row-gap: 20px;
    border-radius: 10px;
    padding: 15px;
  }

  .blog-image {
    border-radius: 10px;
  }

  .blog-category-tag-wrap {
    margin-bottom: 15px;
  }

  .blog-category-list {
    grid-column-gap: 10px;
  }

  .blog-category-tag {
    padding: 5px 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .blog-category-name-wrap {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .blog-name {
    letter-spacing: -1px;
    font-size: 20px;
    line-height: 30px;
  }

  .blog-author-image-wrap {
    width: 50px;
  }

  .blog-author-name {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 28px;
  }

  .blog-author-bio {
    font-size: 15px;
  }

  .blog-heading {
    letter-spacing: -2px;
    font-size: 28px;
    line-height: 38px;
  }

  .blog-categories-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .blog-categories-collection-item {
    grid-column-gap: 10px;
  }

  .blog-categories-button {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }

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

  .blog-details-top-content {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .blog-details-name-wrapper {
    margin-bottom: 15px;
  }

  .blog-details-name {
    letter-spacing: -.6px;
    font-size: 20px;
    line-height: 30px;
  }

  .blog-author-read-time-date {
    grid-row-gap: 2px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-author-line {
    display: none;
  }

  .blog-details-rich-content h2 {
    letter-spacing: -1.4px;
    font-size: 24px;
    line-height: 34px;
  }

  .blog-details-rich-content blockquote {
    background-position: 50% 35px;
    padding-top: 90px;
    font-size: 17px;
    line-height: 27px;
  }

  .blog-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .choose-us-circel {
    width: 250px;
    height: 250px;
  }

  .choose-us-content {
    max-width: 160px;
  }

  .choose-us-icon-wrapper {
    margin-bottom: 10px;
  }

  .choose-us-icon {
    width: 40px;
  }

  .choose-us-title {
    letter-spacing: 0;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 28px;
  }

  .choose-us-title._3 {
    max-width: 100%;
  }

  .choose-us-description {
    font-size: 13px;
    line-height: 23px;
  }

  .company-section-title {
    letter-spacing: -1px;
    max-width: 290px;
    font-size: 19px;
    line-height: 29px;
  }

  .company-logo-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .company-logo {
    width: 100px;
  }

  .project-tabs-menu {
    max-width: 300px;
    padding: 15px;
  }

  .project-tab-link {
    padding: 10px 20px;
    font-size: 18px;
  }

  .project-tabs-content {
    max-width: 300px;
  }

  .project-collection-list {
    grid-row-gap: 20px;
  }

  .project-single {
    padding: 30px 15px;
  }

  .project-name {
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 34px;
  }

  .project-description {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    line-height: 25px;
  }

  .project-details-tag-wrapper {
    grid-column-gap: 10px;
  }

  .project-details-categories-tag, .project-details-tag {
    padding: 5px 15px;
    font-size: 16px;
    line-height: 26px;
  }

  .project-details-title-description {
    margin-bottom: 25px;
  }

  .project-details-title {
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 36px;
  }

  .project-details-description {
    font-size: 16px;
    line-height: 26px;
  }

  .project-details-rich-content p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .project-details-rich-content li {
    font-size: 16px;
    line-height: 26px;
  }

  .project-service-single {
    width: 160px;
    height: 160px;
  }

  .project-service-title {
    font-size: 18px;
    line-height: 28px;
  }

  .project-service-description {
    max-width: 113px;
    font-size: 12px;
    line-height: 22px;
  }

  .project-results-content-text h2 {
    font-size: 24px;
    line-height: 34px;
  }

  .project-results-content-text p {
    font-size: 15px;
    line-height: 25px;
  }

  .career-details-wrapper {
    grid-row-gap: 30px;
  }

  .career-details-title, .career-details-rich-text h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .career-details-rich-text h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .career-details-rich-text li {
    font-size: 17px;
    line-height: 27px;
  }

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

  .project-v2-link-flex {
    grid-column-gap: 10px;
  }

  .project-v2-content-wrap {
    border-radius: 10px;
  }

  .project-v2-content-wrap._3 {
    background-color: #fff0;
  }

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

  .project-v2-link-wrap {
    padding: 15px;
  }

  .project-flex {
    grid-row-gap: 10px;
  }

  .project-link-block {
    grid-row-gap: 5px;
    letter-spacing: -.6px;
    width: 120px;
    height: 120px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }

  .project-link-block-arrow {
    width: 15px;
  }

  .about-section-title {
    max-width: 300px;
    font-size: 24px;
    line-height: 34px;
  }

  .about-section-title-span {
    font-size: 24px;
    line-height: 34px;
  }

  .about-section-title-fire, .about-section-title-world {
    background-size: 20px;
  }

  .about-us-content {
    grid-row-gap: 20px;
  }

  .about-us-left-content {
    padding-top: 40px;
  }

  .about-us-buttons-wrapper {
    display: none;
  }

  .about-us-image-shape {
    height: 100px;
  }

  .about-us-description {
    font-size: 16px;
    line-height: 26px;
  }

  .numbers.two {
    max-width: 108px;
  }

  .number-digit, .number-categories {
    font-size: 42px;
    line-height: 52px;
  }

  .about-us-counter-tag {
    font-size: 16px;
  }

  .banner-typography {
    max-width: 300px;
  }

  .banner-heading {
    letter-spacing: -2.3px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
  }

  .banner-description-text {
    max-width: 290px;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .banner-button-wrapper-hv2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .banner-hero-image-wrap-hv2 {
    max-width: 250px;
  }

  .banner-hero-card-image._1 {
    width: 120px;
    top: 140px;
    left: -15px;
  }

  .banner-hero-card-image._2 {
    width: 100px;
    top: 100px;
    right: -15px;
  }

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

  .service-single-wrapper {
    border-radius: 15px;
  }

  .service-image-wrap {
    margin-bottom: 15px;
  }

  .service-name {
    letter-spacing: -1px;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 38px;
  }

  .service-description {
    font-size: 15px;
    line-height: 25px;
  }

  .preview-banner-top-content {
    max-width: 300px;
  }

  .preview-banner-title {
    letter-spacing: -2px;
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
  }

  .preview-banner-description {
    max-width: 290px;
  }

  .preview-banner-button-wrapper {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .previwe-banner-bottom-content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    max-width: 300px;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .previwe-banner-card-image.left {
    max-width: 100px;
    margin-right: -30px;
  }

  .previwe-banner-card-image.right {
    max-width: 100px;
    margin-left: -30px;
  }

  .previwe-banner-card-image.middle {
    max-width: 120px;
  }

  .career-details-infermation-social-media {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .career-details-link {
    letter-spacing: -1px;
    font-size: 20px;
    line-height: 30px;
  }

  .career-social-media-link {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .career-dateils-wrap {
    padding-bottom: 25px;
  }

  .faq-singel-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-single-hv2 {
    padding: 15px;
  }

  .testimonial-title-hv2 {
    font-size: 26px;
    line-height: 36px;
  }

  .testimonial-description-hv2 {
    font-size: 16px;
    line-height: 26px;
  }

  .testimonial-author-name-hv2 {
    font-size: 22px;
    line-height: 32px;
  }

  .testimonial-author-logo-image {
    width: 100px;
  }

  .awards-honors-single {
    padding: 25px 15px;
  }

  .awards-honors-heading-link-block {
    grid-column-gap: 10px;
    margin-bottom: 25px;
  }

  .awards-honors-heading-text {
    letter-spacing: -1px;
    font-size: 20px;
    line-height: 30px;
  }

  .awards-honors-heading-link-arrow {
    width: 15px;
  }

  .awards-honors-image-wrapper {
    min-height: 55px;
    margin-bottom: 25px;
  }

  .awards-honors-image-wrapper.bottom {
    min-height: 60px;
    margin-bottom: 25px;
  }

  .awards-honors-button-tags-wrap {
    grid-column-gap: 10px;
  }

  .awards-honors-button-text {
    letter-spacing: -.5px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 26px;
  }

  .awards-honors-image {
    width: 55px;
  }

  .process-single-wrap {
    padding: 25px 15px;
  }

  .process-single-title {
    letter-spacing: -1px;
    font-size: 22px;
    line-height: 32px;
  }

  .project-title-link-block {
    max-width: 280px;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
  }

  .work-thumbnail-link {
    width: 120px;
    height: 120px;
    font-size: 16px;
  }

  .work-thumbnail-link-arrow {
    width: 15px;
  }

  .choose-us-image {
    width: 200px;
  }

  .choose-us-typography-single {
    margin-bottom: 20px;
  }

  .choose-us-typography-number {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .choose-us-typography-title {
    letter-spacing: -1px;
    max-width: 260px;
    font-size: 24px;
    line-height: 34px;
  }

  .choose-us-typography-description {
    max-width: 255px;
    font-size: 15px;
    line-height: 25px;
  }

  .choose-us-buttons {
    border-radius: 10px;
    padding: 15px 10px;
  }

  .choose-us-button {
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
  }

  .career-dateils-icon-wrap {
    width: 30px;
  }

  .career-dateils-text-block {
    font-size: 18px;
    line-height: 28px;
  }

  .career-dateils-button-wrapper {
    padding-top: 25px;
  }

  .preview-features-single {
    padding: 20px 15px;
  }

  .preview-features-icon-wrapper {
    margin-bottom: 15px;
  }

  .preview-features-icon {
    width: 80px;
  }

  .preview-features-description {
    font-size: 15px;
    line-height: 25px;
  }

  .preview-features-image-wrapper {
    max-width: 250px;
    min-height: 250px;
  }

  .preview-features-image._1 {
    width: 140px;
  }

  .preview-features-image._2 {
    width: 160px;
  }

  .single-demo {
    padding: 15px;
  }

  .demo-tag {
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    bottom: 30px;
  }

  .figma-file-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .figma-file-description {
    max-width: 300px;
    font-size: 13px;
    line-height: 23px;
  }

  .figma-file-image-wrapper {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .figma-file-included-typography {
    margin-bottom: 30px;
  }

  .figma-file-title {
    font-size: 26px;
    line-height: 36px;
  }

  .figma-icon {
    width: 25px;
  }

  .figma-file-title-description {
    margin-bottom: 20px;
  }

  .figma-icon-wrap {
    max-width: 80px;
    height: 80px;
  }

  .figma-file-included-content {
    padding-top: 60px;
  }

  .preview-footer-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 35px;
  }

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

  .preview-footer-top-content {
    max-width: 300px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .preview-footer-description {
    max-width: 275px;
    font-size: 15px;
    line-height: 25px;
  }

  .preview-footer-details-text {
    max-width: 290px;
    font-size: 14px;
    line-height: 24px;
  }

  .preview-footer-logo-image {
    width: 180px;
  }

  .our-mission-description-text {
    max-width: 300px;
    font-size: 18px;
    line-height: 28px;
  }

  .our-mission-description {
    font-size: 14px;
    line-height: 24px;
  }

  .our-mission-button-wrap {
    margin-top: 25px;
  }

  .our-mission-image {
    border-radius: 10px;
  }

  .our-mission-vision-tab-menu {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .our-mission-single-wrapper {
    padding: 20px 10px;
  }

  .our-mission-typography-wrap {
    max-width: 320px;
  }

  .our-mission-title {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .service-details-title-description {
    margin-bottom: 20px;
  }

  .service-details-name {
    letter-spacing: -2px;
    font-size: 26px;
    line-height: 36px;
  }

  .service-details-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .service-details-rich-content h2 {
    letter-spacing: -2px;
    font-size: 26px;
    line-height: 36px;
  }

  .service-details-rich-content p {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 25px;
  }

  .track-title-tag {
    font-size: 20px;
    line-height: 100%;
  }

  .track-shape-image {
    width: 20px;
  }

  .single-track-wrap {
    grid-column-gap: 10px;
    margin-right: 10px;
  }

  .track-main {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .services-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-typography-wrapper {
    max-width: 320px;
  }

  .services-inner-ticker-single {
    grid-row-gap: 15px;
  }

  .services-card-single {
    padding: 30px 10px;
  }

  .services-card-image-wrap {
    margin-bottom: 15px;
  }

  .services-card-name {
    font-size: 28px;
    line-height: 38px;
  }

  .services-card-description {
    max-width: 264px;
    font-size: 15px;
    line-height: 25px;
  }

  .services-card-tag-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .preview-banner-typography {
    padding-top: 110px;
    padding-bottom: 30px;
  }

  .creatives-pricing-tab-link {
    font-size: 17px;
  }

  .creatives-pricing-single {
    padding-left: 20px;
    padding-right: 20px;
  }

  .creatives-pricing-price {
    font-size: 48px;
    line-height: 58px;
  }

  .pricing-details-content {
    grid-row-gap: 30px;
  }

  .pricing-details-title {
    letter-spacing: -1px;
  }

  .pricing-details-description {
    max-width: 260px;
    font-size: 16px;
    line-height: 26px;
  }

  .pricing-details-price-wrapper {
    margin-bottom: 20px;
  }

  .pricing-details-price {
    font-size: 30px;
    line-height: 40px;
  }

  .pricing-details-feature-wrapper {
    grid-row-gap: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .pricing-details-feature-single {
    font-size: 16px;
  }

  .pricing-details-feature-single.width-260, .pricing-details-feature-single.width-300, .pricing-details-feature-single.width-280, .pricing-details-feature-single.width-260, .pricing-details-feature-single.width-300, .pricing-details-feature-single.width-280 {
    max-width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .select-duration {
    height: 46px;
    font-size: 16px;
  }

  .select-duration-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pricing-add-to-cart-button {
    letter-spacing: -.5px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 16px;
  }

  .pricing-details-rich-content h2 {
    letter-spacing: -1px;
    font-size: 26px;
    line-height: 36px;
  }

  .pricing-details-rich-content p {
    font-size: 15px;
    line-height: 25px;
  }

  .pricing-details-rich-content li {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
  }

  .pricing-details-rich-content figure {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .project-link-block-shape {
    width: 130px;
    height: 130px;
  }

  .services-card-image {
    width: 60px;
  }

  .about-us-title-wrapper {
    max-width: 287px;
    margin-bottom: 40px;
  }

  .about-us-title-hv2 {
    letter-spacing: -1.2px;
    font-size: 22px;
    line-height: 32px;
  }

  .about-us-title-hv2-span-world-icon {
    background-size: 10px;
  }

  .about-card-single {
    padding: 25px 15px;
  }

  .about-card-description-text {
    font-size: 15px;
    line-height: 25px;
  }

  .services-feature-card {
    padding-top: 25px;
  }

  .services-feature-name {
    letter-spacing: -1.5px;
    font-size: 27px;
    line-height: 37px;
  }

  .services-feature-description-text {
    font-size: 16px;
    line-height: 26px;
  }

  .services-feature-icon {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .services-feature-tag-button {
    padding: 7px 15px;
    font-size: 16px;
  }

  .core-value-icon-wrapper {
    margin-bottom: 25px;
  }

  .core-value-icon {
    width: 60px;
  }

  .core-value-button {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .careers-categories-title {
    font-size: 28px;
    line-height: 38px;
  }

  .careers-categories-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 15px;
  }

  .job-post-name {
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 34px;
  }

  .job-experience-wrapper {
    margin-top: 20px;
    padding-top: 20px;
  }

  .choose-us-image-wrapper {
    border-radius: 10px;
    min-height: 400px;
  }

  .choose-us-typography-wrapper {
    min-height: 400px;
  }

  .comparison-pricing-content {
    width: 1000px;
  }

  .dropdown-pd.pd-60px {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dropdown-menu-text-link, .dropdown-menu-text-link-2 {
    font-size: 15px;
  }

  .more-temple-text-link {
    font-size: 16px;
    line-height: 26px;
  }

  .dropdown-title {
    font-size: 20px;
  }

  .service-icon-main {
    width: 70px;
  }

  .cart-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-div {
    margin-left: 0;
    margin-right: 0;
  }

  .choose-us-image-single-content {
    height: 250px;
  }

  .faq-accordion-link {
    padding: 10px;
  }

  .faq-accordion-ans {
    font-size: 14px;
    line-height: 140%;
  }

  .faq-accordion-content-wrap {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-accordion-title {
    font-size: 16px;
  }

  .faq-icon-wrap {
    width: 25px;
    height: 25px;
  }

  .faq-icon-flex {
    width: 11px;
  }
}

#w-node-_53f7697e-41ad-a3d3-ce4c-7aee3c34f834-d291525a, #w-node-_53f7697e-41ad-a3d3-ce4c-7aee3c34f849-d291525a, #w-node-_53f7697e-41ad-a3d3-ce4c-7aee3c34f875-d291525a, #w-node-_53f7697e-41ad-a3d3-ce4c-7aee3c34f8a2-d291525a, #w-node-a0c5a518-5874-f3fa-8db0-97823ff1eecc-d291525a, #w-node-a0c5a518-5874-f3fa-8db0-97823ff1eece-d291525a, #w-node-a0c5a518-5874-f3fa-8db0-97823ff1eed0-d291525a, #w-node-a0c5a518-5874-f3fa-8db0-97823ff1eed2-d291525a, #w-node-cde2b7d6-a6c9-0b17-1ea4-a19cf1539d6d-d291525a, #w-node-c0fe75fd-c1dd-1b7c-c49f-8c083f5b0772-d291525a, #w-node-_0cb34ae4-deba-3ef6-5c9b-084615ce02a2-d291525a, #w-node-_0659182d-0923-708c-9779-74288ec8becb-d291525a, #w-node-a401dc17-4753-bb36-e7d3-d66a0c770dd1-d291525a, #w-node-_990c8048-e8f6-dfed-187c-217ab3ef3ce1-d291525a, #w-node-_0d19dccf-b21e-d893-592b-1735d2364c97-d291525a, #w-node-_96ac9c99-7920-cdaf-5356-3de706f3f1f5-d291525a, #w-node-fb259374-f7d5-3079-33b7-97a5bedd780a-d291525a, #w-node-_5829a54d-bbde-4bf0-a24f-42758cfb6bd4-d291525a, #w-node-_1e76f8b0-208d-d1d6-2608-429a57dafdac-d291525a, #w-node-_1fa2a4e8-abe9-8f44-5a58-023cc06c9114-d291525a, #w-node-edc353a6-c95c-24c6-7f8a-37e05771e5ef-d291525a, #w-node-a9c06520-0c67-d572-d561-08325a25b6f4-d291525a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-fb259374-f7d5-3079-33b7-97a5bedd780a-d291525a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0659182d-0923-708c-9779-74288ec8becb-d291525a {
    order: -9999;
  }
}
