@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrumentsans Variablefont Wdth Wght;
  src: url('../images/') format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-color-01: #01010b;
  --transfarent: #fff0;
  --white-color: white;
  --mid-grey: #535b65;
  --text-color-02: #5b5b5f;
  --background-color-02: #e6e6e7;
  --light-grey: #dad9d5;
  --primary-color: #fff;
  --secondary-color: #ff4370;
  --background-color-01: #f0f0f0;
  --smoky-black: #121212;
  --header-bg-color: #03061e00;
  --light-grey-01: #dadada;
  --blue-chalk: #e6eafd;
  --dawn-pink: #fde6f6;
  --fb-color: #1877f2;
  --color-red: #cb2027;
  --linkedin-color: #0a66c2;
  --instagram-color: var(--dawn-pink);
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #01010b;
  background-color: #fff;
  font-family: Instrumentsans Variablefont Wdth Wght, Arial, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 110px;
  font-weight: 700;
  line-height: 1.18em;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.33em;
}

h3 {
  color: var(--text-color-01);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
}

h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.37em;
}

h5 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

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

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

figure {
  margin-bottom: 10px;
}

.page-wrapper {
  position: relative;
}

.style-typography-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.container {
  clear: none;
  text-align: left;
  object-fit: fill;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.container:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  background-color: var(--white-color);
}

.typography-style-title-item-block {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.typography-style-item {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.typography-title-block {
  align-items: flex-end;
  display: flex;
}

.style-size-information {
  grid-column-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.line-height-information {
  grid-column-gap: 4px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.title-01 {
  text-transform: uppercase;
  font-size: 160px;
  font-weight: 700;
  line-height: 1.08em;
}

.font-weight-information {
  text-transform: uppercase;
  margin-bottom: 4%;
}

.font-weight-information._3 {
  margin-bottom: 3%;
}

.font-weight-information._2 {
  margin-bottom: 2%;
}

.style-size-text, .style-line-height-text {
  color: var(--mid-grey);
  text-transform: uppercase;
}

.style-size-px, .style-line-height-px {
  text-transform: uppercase;
}

.title-02 {
  text-transform: uppercase;
  font-size: 140px;
  font-weight: 700;
  line-height: 1.1em;
}

.typography-style-heading-item-block {
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.typography-heading-block {
  grid-column-gap: 8px;
  align-items: flex-end;
  display: flex;
}

.heading-01 {
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.18em;
}

.heading-02 {
  color: var(--text-color-01);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.33em;
}

.heading-02:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  position: static;
}

.heading-03 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
}

.heading-04 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.37em;
}

.heading-05 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

.heading-06 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.typography-style-text-item-block {
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.typography-text-block {
  grid-column-gap: 32px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.style-typography-text-title {
  color: var(--text-color-02);
  margin-top: 12px;
}

.body-text-name-item {
  width: 100%;
  max-width: 640px;
}

.body-text-large {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.body-text-default-medium-testimonio {
  color: var(--text-color-02);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  position: static;
}

.body-text-default-medium-testimonio.semibold {
  font-weight: 600;
}

.body-text-default-regular {
  font-size: 16px;
  line-height: 1.5em;
}

.body-text-default-regular.text-bold {
  font-weight: 700;
}

.body-text-default-regular.text-semibold {
  font-weight: 600;
}

.body-text-default-regular.text-medium {
  color: var(--text-color-02);
  text-align: left;
  -webkit-text-stroke-color: var(--text-color-01);
  font-weight: 500;
}

.body-text-small-ntociai {
  font-size: 14px;
  line-height: 1.5em;
}

.body-text-small-ntociai.text-medium {
  color: var(--text-color-01);
  font-family: Instrumentsans Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 500;
}

.body-text-small-ntociai.text-medium {
  font-weight: 500;
}

.body-text-small-ntociai.text-semibold {
  color: var(--text-color-01);
  font-weight: 600;
}

.body-text-tiny {
  font-size: 12px;
  line-height: 1.5em;
}

.body-text-tiny.medium {
  font-weight: 500;
}

.typography-area {
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.style-section-title-block {
  border-bottom: 1px solid var(--background-color-02);
  color: var(--text-color-01);
  margin-bottom: 60px;
  padding-bottom: 24px;
}

.style-section-title-block.margin-0 {
  margin-bottom: 0;
}

.style-color-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.style-color-item-block {
  grid-column-gap: 20px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-color-item {
  border: 1px solid var(--light-grey);
}

.style-color-code-block {
  background-color: var(--primary-color);
  width: 100%;
  height: 144px;
  padding: 16px;
}

.style-color-code-block.secondary-color {
  background-color: var(--secondary-color);
}

.style-color-code-block.background-color-01 {
  background-color: var(--background-color-01);
}

.style-color-code-block.background-color-02 {
  background-color: var(--background-color-02);
}

.style-color-code-block.text-color-01 {
  background-color: var(--text-color-01);
}

.style-color-code-block.text-color-02 {
  background-color: var(--text-color-02);
}

.style-color-code-block.white-color {
  background-color: var(--white-color);
}

.style-color-code-block.mid-grey {
  background-color: var(--mid-grey);
}

.style-color-code-block.light-grey {
  background-color: var(--light-grey);
}

.style-color-code-block.smoky-black {
  background-color: var(--smoky-black);
}

.style-color-code.white-color {
  color: var(--white-color);
}

.color-name-block {
  text-transform: uppercase;
  padding: 16px;
}

.color-name-block.top-border-add {
  border-top: 1px solid var(--light-grey);
}

.style-hero-wrapper {
  background-image: url('../images/Style-Guide-Hero-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.style-guide-title-block {
  color: var(--white-color);
  text-transform: uppercase;
  border: 1px solid #ffffff24;
  border-radius: 100px;
  margin-bottom: 6px;
  padding: 9.5px 24px;
  display: inline-flex;
}

.style-guide-hero-heading {
  color: var(--white-color);
}

.style-guide-hero-description {
  color: var(--background-color-02);
  width: 100%;
  max-width: 67%;
  margin-top: 16px;
}

.style-logo-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.style-brand-logo-block {
  background-color: var(--text-color-01);
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.style-logo {
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.style-logo-item-block {
  justify-content: space-between;
  display: flex;
}

.style-logo-divider {
  background-color: var(--background-color-02);
  width: 1px;
  height: 559px;
}

.style-logo-title {
  color: var(--text-color-01);
  text-transform: uppercase;
}

.style-logo-item {
  width: 47%;
}

.style-button-wrapper {
  padding-top: 80px;
  padding-bottom: 140px;
}

.primary-button {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  border-radius: 100px;
  height: 50px;
  padding: 4px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.primary-button:where(.w-variant-5cd9f93f-d56d-2401-1885-154a6ae435e6) {
  border-color: var(--background-color-02);
  background-color: var(--white-color);
  height: 48px;
}

.primary-button-arrow-block {
  z-index: 3;
  background-color: var(--smoky-black);
  color: var(--white-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.primary-button-arrow-block:where(.w-variant-5cd9f93f-d56d-2401-1885-154a6ae435e6) {
  background-color: var(--primary-color);
  color: var(--text-color-01);
  width: 36px;
  height: 36px;
}

.primary-button-text {
  color: var(--text-color-01);
  margin-left: 16px;
  margin-right: 16px;
}

.primary-button-arrow {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.button-text {
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.button-text:hover, .button-text.outline-7, .button-text.outline-7:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  color: var(--text-color-01);
}

.button-text.large {
  color: var(--text-color-01);
  font-size: 24px;
  line-height: 1.5em;
}

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

.button-text.large.medium-button {
  font-size: 20px;
  line-height: 1.5em;
}

.button-text._02:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  opacity: 1;
}

.button-text._02:hover:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  color: var(--text-color-01);
}

.button-text.outline-6 {
  color: #01010b;
}

.button-text._02 {
  opacity: 0;
  color: var(--white-color);
  position: absolute;
}

.button-text._02:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  color: var(--text-color-01);
}

.button-text.outline-7:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  opacity: 100;
  color: var(--text-color-01);
}

.button-text.outline-7 {
  color: #01010b;
}

.primary-button-arrow-block-right {
  background-color: var(--smoky-black);
  opacity: 0;
  color: var(--white-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
}

.primary-button-arrow-block-right:where(.w-variant-5cd9f93f-d56d-2401-1885-154a6ae435e6) {
  background-color: var(--primary-color);
  color: var(--text-color-01);
}

.primary-all-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.button-hover-bg {
  background-color: var(--white-color);
  border-radius: 100px;
  width: 100%;
  height: 0%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.outline-button {
  border: 1px solid var(--background-color-02);
  border-radius: 100px;
  height: 44px;
  padding: 4px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.outline-all-content {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.outline-button-arrow-block {
  z-index: 3;
  background-color: var(--primary-color);
  color: var(--text-color-01);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.outline-button-arrow-block:where(.w-variant-5cd9f93f-d56d-2401-1885-154a6ae435e6) {
  background-color: var(--primary-color);
  color: var(--text-color-01);
  width: 36px;
  height: 36px;
}

.outline-button-text {
  color: var(--text-color-01);
  margin-left: 16px;
  margin-right: 16px;
}

.outline-button-text:where(.w-variant-2895764e-fa5b-ad3b-b1fa-48db0c568d8f) {
  color: var(--white-color);
}

.outline-button-arrow {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.outline-button-arrow-block-right {
  background-color: var(--white-color);
  opacity: 0;
  color: var(--text-color-01);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
}

.outline-button-arrow-block-right:where(.w-variant-5cd9f93f-d56d-2401-1885-154a6ae435e6) {
  background-color: var(--primary-color);
  color: var(--text-color-01);
}

.outline-hover-bg {
  background-color: var(--primary-color);
  border-radius: 100px;
  width: 100%;
  height: 0%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.footer-wrapper {
  background-image: url('../images/Footer-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

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

.brand-information-content {
  width: 100%;
  max-width: 368px;
}

.footer-description {
  color: var(--background-color-02);
  text-transform: uppercase;
  margin-top: 16px;
  margin-bottom: 36px;
}

.social-link-item {
  grid-column-gap: 10px;
  margin-bottom: 0;
  padding-left: 0;
  display: inline-flex;
}

.social-link {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--secondary-color);
  -webkit-text-stroke-color: var(--secondary-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.social-link:hover {
  background-color: var(--white-color);
  color: var(--text-color-01);
  transform: scale(1.1);
}

.social-link._02, .social-link._02:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

.social-link._03 {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--secondary-color);
  -webkit-text-stroke-color: var(--secondary-color);
}

.social-link._03:hover {
  background-color: var(--white-color);
}

.social-link._04 {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--secondary-color);
  -webkit-text-stroke-color: var(--secondary-color);
}

.social-link._04:hover {
  background-color: var(--white-color);
}

.social-icon {
  border: 1px solid var(--transfarent);
  background-color: var(--transfarent);
  color: var(--background-color-01);
  font-family: "Fa Brands 400", Arial, sans-serif;
}

.social-icon:hover {
  color: var(--primary-color);
}

.footer-link-content-block {
  justify-content: space-between;
  width: 100%;
  max-width: 55%;
  display: flex;
}

.footer-link-item {
  flex-flow: column;
}

.footer-link {
  color: var(--background-color-01);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .3s;
}

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

.footer-link-categories-item {
  grid-row-gap: 16px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  display: inline-flex;
}

.footer-large-title-block {
  margin-top: 120px;
  margin-bottom: 72px;
}

.footer-large-title {
  color: var(--white-color);
  text-align: center;
  padding-bottom: 25px;
  position: relative;
}

.section-heading-information-categories {
  justify-content: space-between;
  display: flex;
}

.section-heading-information-categories.none {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  overflow: scroll;
}

.heading-categories-item {
  color: var(--white-color);
  text-transform: uppercase;
}

.heading-categories-item.dark {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--text-color-01);
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  display: block;
}

.footer-copyright-area {
  padding-top: 20px;
  position: relative;
}

.copyright-content-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer-content {
  z-index: 4;
  position: relative;
}

.style-button-item-block {
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.secondary-button-text-02 {
  z-index: 2;
  color: #fff;
  margin-left: 16px;
  margin-right: 16px;
  position: relative;
}

.secondary-button-text-02.two {
  color: #01010b;
}

.secondary-button-text-block-02 {
  background-color: #1e4dd9;
  border: 1px solid #1e4dd9;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 4px;
  display: inline-flex;
  position: relative;
}

.secondary-button-text-block-02.two {
  color: #01010b;
  background-color: #fff;
  border-color: #e6e6e7;
  height: 44px;
}

.secondary-button-3 {
  grid-column-gap: 4px;
  align-items: center;
  text-decoration: none;
  transition: all .2s;
  display: inline-flex;
}

.secondary-button-3.two {
  transition-property: none;
}

.primary-button-arrow-2 {
  color: #fff;
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.primary-button-arrow-2.circle, .primary-button-arrow-2.outline-8.two, .primary-button-arrow-2.outline-8.two {
  color: #01010b;
}

.primary-button-arrow-2.two {
  color: var(--text-color-01);
}

.secondary-button-arrow-block {
  color: #fff;
  background-color: #1e4dd9;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.secondary-button-arrow-block.two {
  background-color: #fff;
  border: 1px solid #e6e6e7;
  width: 44px;
  height: 44px;
}

.circle-button-arrow {
  position: absolute;
  inset: 1% 4% auto auto;
  transform: rotate(-50deg);
}

.circle-button-arrow.two {
  transform: rotate(0);
}

.circle-button-arrow._02 {
  top: 3%;
  right: 18%;
}

.circle-button-arrow._03 {
  top: 5%;
  right: 20%;
}

.primary-button-arrow-block-2 {
  z-index: 3;
  color: #fff;
  background-color: #121212;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.primary-button-arrow-block-2.outline-3 {
  background-color: var(--primary-color);
  color: #01010b;
  width: 36px;
  height: 36px;
}

.secondary-button-arrow {
  color: #fff;
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 16px;
}

.secondary-button-arrow.two {
  color: #01010b;
}

.circle-svg {
  color: var(--primary-color);
  width: 327px;
  height: 180px;
}

.circle-svg.large {
  color: #01010b;
  width: 400px;
  height: 200px;
}

.circle-svg.two {
  width: 318px;
}

.button-hover-bg-2 {
  background-color: #fff;
  border-radius: 100px;
  width: 0%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0%;
}

.secondary-button-hover-bg {
  color: #01010b;
  background-color: #fff;
  border-radius: 100px;
  width: 0%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .2s;
  position: absolute;
  inset: auto 0% auto auto;
}

.secondary-button-hover-bg.two {
  background-color: #c9f31d;
  transition-property: none;
}

.large-button {
  background-color: var(--secondary-color);
  color: #01010b;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 22px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-button.medium-button {
  background-color: var(--secondary-color);
  height: 64px;
  padding: 17px 32px;
}

.large-button.small-button {
  height: 56px;
  padding: 15px 32px;
}

.button-style-heading {
  margin-bottom: 32px;
}

.primary-button-text-2 {
  margin-left: 16px;
  margin-right: 16px;
}

.primary-button-text-2.outline-5, .primary-button-text-2.outline-6, .primary-button-text-2.outline-6 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.large-button-hover-bg {
  border-radius: 100px;
  width: 100%;
  height: 0%;
  margin-left: -20%;
  position: absolute;
  bottom: 0%;
}

.button-hover-bg-circle {
  z-index: -1;
  border-radius: 100px;
  width: 100%;
  height: 35%;
  position: absolute;
  bottom: 0%;
}

.button-hover-bg-circle.two {
  height: 100%;
  bottom: 0%;
}

.primary-button-arrow-block-right-2 {
  opacity: 0;
  color: #fff;
  background-color: #121212;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
}

.button-hover-bg-outline {
  color: var(--text-color-01);
  background-color: #fff;
  border-radius: 100px;
  width: 0%;
  height: 100%;
  margin-top: -4px;
  position: absolute;
  left: 0%;
}

.primary-button-2 {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--text-color-01);
  border-radius: 100px;
  height: 50px;
  padding: 4px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.primary-button-2.outline {
  border-color: var(--background-color-02);
  background-color: var(--secondary-color);
  opacity: 1;
  height: 44px;
}

.primary-button-2.outline-dark {
  border-color: var(--text-color-02);
  background-color: var(--transfarent);
  opacity: 1;
  height: 44px;
}

.primary-button-2.outline-5 {
  background-color: var(--white-color);
  opacity: 1;
  border-color: #e6e6e7;
  height: 44px;
}

.primary-button-2.outline-copy {
  border-width: 1px;
  border-color: var(--background-color-02);
  background-color: var(--secondary-color);
  opacity: 1;
  height: 44px;
}

.primary-button-2.outline-copy:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  border-width: 0;
}

.circle-button-one {
  border: 1px solid var(--background-color-02);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 30px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-button-one.two {
  padding-left: 20px;
  padding-right: 20px;
}

.large-button-text {
  z-index: 1;
  position: relative;
}

.secondary-button-arrow-block-3 {
  z-index: 2;
  opacity: 0;
  color: #01010b;
  background-color: #1e4dd9;
  border: 1px solid #e6e6e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
  position: relative;
}

.secondary-button-arrow-block-3.two {
  background-color: #fff;
}

.circle-button-content {
  position: relative;
}

.button-item-block {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.get-in-touch {
  border-radius: 0;
}

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

.hero-wrapper {
  background-image: url('../images/Hero-Bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: -92px;
  padding-top: 92px;
  position: relative;
  overflow: hidden;
}

.hero-content-block {
  z-index: 2;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.hero-top-content {
  grid-column-gap: 80px;
  display: flex;
}

.hero-top-heading-block {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-social-link-block {
  grid-column-gap: 12px;
  margin-top: 25px;
  display: inline-flex;
}

.hero-heading-block {
  color: var(--white-color);
  overflow: hidden;
}

.hero-social-link {
  grid-column-gap: 6px;
  color: var(--white-color);
  text-transform: uppercase;
  background-color: #ffffff1a;
  border-radius: 100px;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: inline-flex;
}

.hero-social-button-arrow {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-social-arrow {
  color: var(--white-color);
  text-align: center;
  font-family: "Fa Solid 900", Arial, sans-serif;
  transform: rotate(-45deg);
}

.hero-heading-h2 {
  box-sizing: border-box;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.18em;
  display: block;
}

.hero-others-link-block {
  grid-row-gap: 16px;
  flex-flow: column;
  padding-top: 40px;
  display: inline-flex;
}

.other-link-item {
  grid-column-gap: 6px;
  color: var(--background-color-01);
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.other-link-item:hover {
  color: var(--background-color-02);
}

.other-link-text {
  text-transform: uppercase;
}

.office-service-heading-block {
  align-self: flex-end;
  width: 100%;
  max-width: 565px;
}

.office-service-heading {
  color: var(--white-color);
  margin-top: 20px;
}

.hero-image-vector {
  opacity: 1;
  color: #fff;
  mix-blend-mode: normal;
}

.about-wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
}

.about-content-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.about-image-block {
  width: 42%;
  height: 482px;
  position: relative;
}

.image-cover {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  overflow: visible;
}

.about-content {
  width: 100%;
  max-width: 52%;
}

.about-title-block {
  border: 1px solid var(--background-color-02);
  background-color: var(--secondary-color);
  text-transform: uppercase;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 8px 24px;
  display: inline-flex;
}

.about-heading {
  position: relative;
}

.about-title-and-heading {
  grid-column-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: inline-flex;
}

.about-information-content {
  grid-column-gap: 60px;
  align-items: center;
  margin-top: 48px;
  display: none;
}

.about-information-content._02 {
  display: flex;
}

.about-description-area {
  width: 100%;
  max-width: 80%;
}

.about-description-block {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.service-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-heading {
  text-align: left;
  flex: 1;
  order: 0;
  align-self: auto;
  overflow: hidden;
}

.service-title {
  color: var(--text-color-01);
  text-transform: uppercase;
  font-size: 201px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: color .3s;
}

.service-title:hover {
  color: var(--text-color-02);
}

.service-item-block {
  border-bottom: 1px solid var(--background-color-02);
  margin-top: 80px;
}

.service-item {
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  margin-bottom: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.service-item-content {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.service-item-number {
  color: var(--text-color-02);
  justify-content: center;
  align-items: center;
  width: 24px;
  margin-right: 80px;
}

.service-item-title-block {
  color: var(--text-color-02);
  align-items: center;
  width: 100%;
  max-width: 384px;
  padding-left: 40px;
  padding-right: 40px;
}

.service-item-title {
  font-size: 24px;
  line-height: 1.5em;
}

.service-description {
  color: var(--text-color-02);
  align-items: center;
  width: 100%;
  max-width: 358px;
  margin-left: 40px;
}

.service-image-block {
  z-index: 99;
  width: 319px;
  height: 190px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -33% 0% auto auto;
  transform: scale(0);
}

.service-image {
  z-index: 5;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-divided-border {
  background-color: var(--background-color-02);
  align-self: stretch;
  width: 1px;
  height: 120px;
}

.staticts-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: static;
  overflow: visible;
}

.staticts-item-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.staticts-item {
  background-color: var(--background-color-01);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 32px 48px;
  display: flex;
}

.staticts-count-block {
  display: flex;
  overflow: hidden;
}

.count-numbar-block.lower {
  transform: translate(0, -90%);
}

.counter-numbar {
  text-align: center;
  font-size: 48px;
  line-height: 1.33em;
}

.count-name {
  color: var(--text-color-02);
  text-transform: uppercase;
  margin-top: 8px;
}

.counter-area {
  height: 64px;
  overflow: hidden;
}

.project-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.project-content-block {
  position: relative;
}

.project-heading-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 192px;
  font-weight: 700;
  line-height: 1em;
}

.project-item-block {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.project-item {
  cursor: none;
  justify-content: flex-start;
  align-items: center;
  width: 840px;
  height: 580px;
  padding: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-ovarlay {
  z-index: 2;
  background-image: linear-gradient(#01010b00 48%, #01010b);
  position: absolute;
  inset: 0%;
}

.project-content {
  z-index: 4;
  align-self: flex-end;
  position: relative;
}

.project-categories-block {
  grid-column-gap: 12px;
  margin-bottom: 16px;
  display: flex;
}

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

.project-categories-item {
  color: var(--white-color);
  text-transform: uppercase;
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 200px;
  padding: 5px 20px;
}

.hover-project-ovarlay {
  z-index: 3;
  background-color: var(--text-color-01);
  filter: blur(150px);
  border-top-left-radius: 760px;
  width: 0%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.see-all-project-button {
  z-index: 6;
  background-color: var(--header-bg-color);
  color: var(--text-color-01);
  background-image: url('../images/pista.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 256px;
  padding: 39px 28px;
  display: flex;
  position: absolute;
  left: 43%;
  overflow: visible;
  transform: scale(0);
}

.scroll-ovarlay-01 {
  z-index: 7;
  background-color: var(--text-color-01);
  width: 0%;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.scroll-ovarlay-02 {
  z-index: 6;
  background-color: var(--background-color-02);
  width: 0%;
  height: 0%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.project-item-02 {
  cursor: none;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  width: 650px;
  height: 720px;
  padding: 48px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-collection-list-02 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.project-thumbnail-block {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.project-button-block {
  display: none;
  position: static;
  inset: auto 0% 0% auto;
}

.project-button-block.none {
  display: none;
}

.team-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.team-heading-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 186px;
  font-weight: 700;
  line-height: 1em;
}

.team-item-block {
  grid-column-gap: 60px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
}

.team-item-block.all {
  margin-top: 0;
}

.team-item {
  float: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: block;
  position: static;
}

.team-image-area {
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
}

.team-image-block {
  object-fit: fill;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
}

.team-social-link-block {
  z-index: 5;
  grid-column-gap: 12px;
  display: flex;
}

.team-social-link {
  z-index: 7;
  background-color: var(--white-color);
  color: var(--text-color-01);
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.team-social-link:hover {
  background-color: var(--primary-color);
  transform: scale(1.1);
}

.team-hover-info {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 24px 42px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.team-social-icon {
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 16px;
}

.team-social-share-icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 18px;
}

.team-name-and-designation {
  text-align: center;
  margin-top: 24px;
}

.team-name {
  font-size: 20px;
  line-height: 1.5em;
}

.team-designation {
  color: var(--text-color-02);
  text-transform: uppercase;
  margin-top: 4px;
}

.testimonial-wrapper {
  padding-top: 80px;
  padding-bottom: 20px;
}

.testimonial-slider {
  background-color: #ddd0;
  height: auto;
}

.testimonial-item {
  grid-column-gap: 48px;
  display: flex;
}

.testimonial-video-block {
  width: 397px;
  height: 407px;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

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

.testimonial-content {
  width: 100%;
  max-width: 56%;
}

.testimonial-heading {
  font-size: 26px;
  line-height: 1.37em;
  display: block;
}

.testimonial-heading-block {
  position: relative;
}

.quotation-icon {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  width: auto;
  max-width: none;
  height: 18%;
  display: inline-block;
  position: absolute;
  inset: -2% 0% 0 -1%;
  overflow: clip;
}

.testimonial-review-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.testimonial-review-text {
  color: var(--text-color-02);
  width: 100%;
  max-width: 510px;
}

.testimonial-review-icon {
  border: 1px solid var(--background-color-02);
  border-radius: 100px;
  padding: 9px 16px;
  display: inline-flex;
}

.client-name-and-designation {
  display: inline-block;
}

.testimonial-divider {
  background-color: var(--background-color-02);
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 50px;
}

.client-name {
  font-size: 20px;
  line-height: 1.5em;
}

.client-designation {
  color: var(--text-color-02);
  margin-top: 4px;
}

.left-arrow {
  border: 1px solid var(--background-color-02);
  background-color: var(--secondary-color);
  color: var(--text-color-01);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
  bottom: -90%;
  right: -85%;
}

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

.slider-arrow-icon {
  color: var(--text-color-01);
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 14px;
}

.right-arrow {
  border: 1px solid var(--background-color-02);
  background-color: var(--secondary-color);
  color: var(--text-color-01);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
  bottom: -90%;
  right: .4%;
}

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

.blogs-wrapper {
  padding-top: 140px;
  padding-bottom: 60px;
}

.blogs-heading-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 142px;
  font-weight: 700;
  line-height: 1em;
}

.blogs-item-block {
  margin-top: 80px;
}

.blog-item {
  transition: box-shadow .3s;
}

.blog-item:hover {
  box-shadow: 0 6px 60px #01010b33;
}

.blog-thumbnail-block {
  width: 100%;
  height: 200px;
}

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

.blog-content {
  border-right: 1px solid var(--background-color-02);
  border-bottom: 1px solid var(--background-color-02);
  border-left: 1px solid var(--background-color-02);
  padding-bottom: 24px;
}

.blog-top-content {
  padding: 20px 24px 24px;
}

.blog-title-block {
  color: var(--text-color-01);
  text-decoration: none;
}

.blog-title {
  font-size: 20px;
  line-height: 1.5em;
}

.blog-informaton-content-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.blog-categories {
  background-color: var(--background-color-01);
  text-transform: uppercase;
  border-radius: 100px;
  padding: 3px 12px;
  display: inline-flex;
}

.blog-comment {
  grid-column-gap: 6px;
  background-color: var(--background-color-01);
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 12px;
  display: inline-flex;
}

.blog-date {
  background-color: var(--secondary-color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -60px;
  display: flex;
}

.day-numbar {
  color: var(--text-color-01);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}

.categories-and-comment {
  grid-column-gap: 12px;
  display: inline-flex;
}

.blog-content-divider {
  background-color: var(--background-color-02);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 20px;
}

.writer-info-and-button-block {
  justify-content: space-between;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.writer-information-block {
  grid-column-gap: 12px;
  align-items: center;
  display: inline-flex;
}

.writer-image-block {
  border-radius: 100%;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.writer-name {
  text-transform: uppercase;
}

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

.blog-all-button {
  justify-content: center;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.blog-all-button.none {
  display: none;
}

.project-heading-block {
  position: relative;
}

.section-cta-button {
  display: inline-flex;
  position: absolute;
  bottom: 31%;
  right: .5%;
  transform: rotate(-25deg);
}

.blog-button-02 {
  color: var(--text-color-01);
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.blog-button-02.none {
  display: none;
}

.blog-button-text-block {
  z-index: 3;
  border: 1px solid var(--background-color-02);
  text-transform: uppercase;
  border-radius: 30px;
  padding: 5px 12px;
  display: inline-flex;
  position: relative;
}

.blog-button-arrow-block {
  z-index: 3;
  border: 1px solid var(--background-color-02);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.blog-button-arrow {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.button-hover-eliment {
  z-index: 1;
  background-color: var(--primary-color);
  opacity: 0;
  width: 8px;
  height: 20px;
  position: absolute;
  right: 18%;
}

.video-ovarlay-shape {
  z-index: 2;
  width: 104%;
  min-width: auto;
  max-width: 104%;
  height: 104%;
  min-height: auto;
  max-height: 104%;
  margin: -10px 0 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.background-video {
  object-fit: fill;
  flex-flow: row;
  order: 0;
  align-self: auto;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: block;
  position: static;
  overflow: visible;
}

.blog-button-text {
  background-color: #fff;
  border: 1px solid #e6e6e7;
  border-radius: 3rem;
  height: 32px;
  padding: 6px 12px;
}

.blog-arrow-icon {
  color: #01010b;
  font-family: "Fa Solid 900", Arial, sans-serif;
  transform: rotate(-45deg);
}

.blog-button-arrow-2 {
  background-color: #fff;
  border: 1px solid #e6e6e7;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.blog-button {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  filter: url('../images/');
  text-decoration: none;
  transition-property: opacity;
  transition-duration: 9s;
  transition-timing-function: ease;
  display: flex;
  position: relative;
}

.svg {
  display: none;
}

.blog-button-text-two {
  color: #01010b;
  text-transform: uppercase;
  font-weight: 600;
}

.home-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.home-arrow-icon-02 {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: absolute;
  transform: translate(-18px, 18px);
}

.other-link-wrap {
  text-align: right;
}

.about-heading-olarlay {
  background-color: #ffffff80;
  width: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.navbar-wrapper {
  z-index: 9999;
  border-bottom: 1px solid var(--header-bg-color);
  background-color: var(--transfarent);
  justify-content: flex-start;
  align-items: center;
  height: 92px;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar-wrapper:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  background-color: var(--transfarent);
}

.nav-button-block {
  position: relative;
}

.brand-logo:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  opacity: 0;
}

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

.navbar {
  z-index: 999;
  background-color: var(--transfarent);
  width: 100%;
}

.nav-link {
  opacity: 1;
  color: var(--white-color);
  text-transform: uppercase;
  mix-blend-mode: normal;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  transition: color .3s;
}

.nav-link:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  color: var(--text-color-01);
}

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

.nav-link:hover:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  color: var(--text-color-02);
}

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

.nav-link.w--current:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  color: var(--text-color-01);
}

.other-link-item-border {
  background-color: var(--primary-color);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-link {
  color: var(--text-color-01);
  height: 30px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
  overflow: hidden;
}

.team-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-collection-list {
  flex-flow: column;
}

.brand-image-dark {
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
}

.brand-image-dark:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  opacity: 1;
}

.play-pause-button {
  z-index: 2;
  background-color: var(--white-color);
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.border-dot {
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.border-line-animation {
  background-color: #ffffff1a;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  width: 1px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.border-line {
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.dot-border {
  background-image: linear-gradient(#c9f31d00, #c9f31d 100%, #c9f31d00);
  border-radius: 50px;
  flex: none;
  width: 1px;
  height: 40px;
}

.hero-all-content-area {
  height: auto;
  padding-top: 110px;
  padding-bottom: 87px;
  position: relative;
  overflow: visible;
}

.about-video {
  width: 100%;
  height: 100%;
  padding: 1px 1px 1px 152px;
}

.navbar-border-line-animation {
  background-color: #ffffff1a;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  width: 100%;
  height: 1px;
  display: flex;
  position: relative;
}

.navbar-border-area {
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.nav-dot-border {
  background-image: linear-gradient(90deg, #c9f31d00, #c9f31d 100%, #c9f31d00);
  border-radius: 50px;
  flex: none;
  width: 40px;
  height: 1px;
}

.border-dot-block {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.footer-all-content {
  z-index: 4;
  padding-top: 100px;
  padding-bottom: 24px;
  position: relative;
}

.project-section-heading-content {
  position: sticky;
  top: 100px;
}

.footer-border-area {
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.service-collection-list-02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.service-item-all-data {
  cursor: pointer;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.service-all-item {
  border-top: 1px solid var(--background-color-02);
}

.service-heading-title {
  color: var(--text-color-01);
  text-align: center;
  text-transform: uppercase;
  font-size: 200px;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
  transition: color .3s;
}

.hero-top-border-wrap {
  position: relative;
}

.nav-item-block {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.about-hero-wrapper {
  background-image: url('../images/Inner-page-bg.webp');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 90.5vh;
  margin-top: 0;
  padding-top: 290px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-hero-content-block {
  width: 100%;
}

.about-hero-heading-block {
  color: var(--white-color);
  display: inline-flex;
  overflow: hidden;
}

.about-hero-heading {
  color: var(--white-color);
  font-size: 170px;
  line-height: .8em;
}

.about-hero-content {
  margin-top: -10px;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.about-hero-title-and-desciption {
  z-index: 2;
  grid-column-gap: 56px;
  align-items: center;
  display: flex;
  position: relative;
}

.about-hero-description {
  color: var(--text-color-02);
  width: 100%;
  max-width: 487px;
}

.about-content-background {
  background-color: var(--white-color);
  width: 93%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-hero-right-white-shape {
  background-color: var(--white-color);
  width: 7%;
  height: 65%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-heading-area {
  overflow: hidden;
}

.about-cta-wrapper {
  background-color: var(--primary-color);
  color: var(--text-color-01);
  width: 100%;
  text-decoration: none;
}

.about-cta-block {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.about-cta-text {
  text-transform: uppercase;
}

.about-cta-arrow-icon-block {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-arrow-icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.cta-arrow-icon-02 {
  font-family: "Fa Solid 900", Arial, sans-serif;
  position: absolute;
}

.experience-wrapper {
  padding-top: 100px;
  padding-bottom: 80px;
  overflow: hidden;
}

.experience-top-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.experience-title-block {
  width: 100%;
  max-width: 523px;
}

.experience-description {
  color: var(--text-color-02);
  width: 100%;
  max-width: 532px;
}

.experience-content {
  border-bottom: 1px solid var(--background-color-02);
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 114px;
  display: flex;
  overflow: hidden;
}

.years-of-experience-text-block {
  margin-bottom: -90px;
  display: inline-flex;
  position: relative;
}

.year-text-blcok {
  color: var(--light-grey-01);
  display: inline-flex;
}

.year-text {
  font-size: 500px;
  font-weight: 600;
  line-height: .8em;
}

.years-of-experience-text {
  color: var(--text-color-02);
  text-transform: uppercase;
  position: absolute;
  inset: 25% -2% 0 auto;
}

.experience-image-block {
  width: 300px;
  height: 300px;
}

.home-brand-logo-link {
  width: 16%;
}

.sponsy-brand-logo {
  display: inline-block;
}

.experience-image-and-logo {
  grid-column-gap: 40px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.honors-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.honors-heading-block {
  grid-column-gap: 40px;
  text-align: left;
  display: flex;
  position: relative;
}

.honors-heading-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 192px;
  font-weight: 700;
  line-height: 1em;
}

.honors-content {
  margin-top: 40px;
}

.awards-information {
  grid-column-gap: 300px;
  border-top: 1px solid var(--background-color-02);
  margin-bottom: 40px;
  padding-top: 40px;
  display: flex;
}

.awards-heading {
  width: 100%;
  max-width: 500px;
}

.awards-category-block {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.award-category {
  color: var(--text-color-02);
  text-transform: uppercase;
}

.nonors-heading-content {
  text-align: left;
}

.hubs-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.hubs-heading-title {
  text-transform: uppercase;
  font-size: 186px;
  font-weight: 700;
  line-height: 1em;
}

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

.instragram-image-item._01 {
  grid-row-gap: 256px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 210px;
  display: flex;
}

.instragram-image-item._02 {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.instragram-image-item._03 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 210px;
  height: 600px;
  display: flex;
}

.instragram-image-block.large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.instragram-description {
  color: var(--text-color-02);
}

.primary-button-arrow02 {
  color: var(--text-color-01);
  font-family: "Fa Brands 400", Arial, sans-serif;
}

.primary-button-arrow02.outline-8.two {
  color: var(--text-color-01);
}

.primary-button-arrow03 {
  color: var(--white-color);
  font-family: "Fa Brands 400", Arial, sans-serif;
}

.hubs-item-block {
  margin-top: 80px;
}

.hub-item {
  border-top: 1px solid var(--background-color-02);
}

.hub-item.bottom-border {
  border-bottom: 1px solid var(--background-color-02);
}

.hub-item-number {
  color: var(--text-color-02);
  justify-content: center;
  align-items: center;
  width: 24px;
  margin-right: 80px;
}

.hub-item-content {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hub-divided-border {
  background-color: var(--background-color-02);
  align-self: stretch;
  width: 1px;
  height: 116px;
}

.hub-item-title-block {
  color: var(--text-color-02);
  align-items: center;
  width: 100%;
  max-width: 448px;
  padding-left: 40px;
  padding-right: 40px;
}

.hub-item-title {
  font-size: 40px;
}

.hub-description {
  color: var(--text-color-02);
  text-align: right;
  width: 100%;
  max-width: 201px;
  margin-left: 40px;
}

.hub-description-and-time {
  justify-content: space-between;
  align-items: flex-start;
  width: 56%;
  padding-left: 40px;
  display: flex;
}

.hub-time-information {
  background-color: var(--primary-color);
  opacity: 0;
  border-radius: 200px;
  width: 0;
  padding: 10px 20px;
  overflow: hidden;
  transform: rotate(9deg);
}

.clock-icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 16px;
}

.service-hero-wrapper {
  background-color: var(--background-color-01);
  margin-top: -92px;
  padding-top: 200px;
  padding-bottom: 120px;
  overflow: hidden;
}

.service-hero-top-content {
  justify-content: space-between;
  display: flex;
}

.service-hero-image-block {
  object-fit: fill;
}

.service-hero-image {
  object-fit: fill;
  width: auto;
  min-width: auto;
  max-width: 50%;
}

.service-viewer-text-block {
  color: var(--light-grey-01);
}

.service-viewer-text {
  font-size: 235px;
  font-weight: 700;
  line-height: 1em;
}

.service-hero-bottom-content {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 80px;
  display: flex;
}

.service-hero-link-block {
  grid-row-gap: 30px;
  flex-flow: column;
  margin-bottom: 10px;
  display: flex;
}

.service-hero-heading {
  overflow: hidden;
}

.service-headign-shape-block {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.service-hero-shape {
  width: 100%;
  height: 100%;
}

.service-hero-shape-block {
  width: 60px;
  height: 60px;
}

.other-link-item-03 {
  grid-column-gap: 6px;
  color: var(--text-color-02);
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.other-link-item-border-dark {
  background-color: var(--text-color-01);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.analytics-wrapper {
  padding-top: 140px;
  padding-bottom: 70px;
}

.analytics-content-block {
  display: flex;
}

.analytics-left-content {
  width: 580px;
}

.analytics-content {
  width: 100%;
  max-width: 524px;
}

.analytics-heading-and-plusicon {
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.analytics-plus-icon-block {
  background-color: var(--primary-color);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 40px;
  display: flex;
}

.analytics-plus-icon {
  font-size: 40px;
}

.analytics-left-content-divider {
  background-color: var(--background-color-02);
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.analytics-description {
  opacity: 0;
  color: var(--text-color-02);
  width: 100%;
  max-width: 540px;
  padding-right: 40px;
  overflow: hidden;
}

.analytics-content-divider {
  background-color: var(--background-color-02);
  width: 1px;
}

.analytice-right-content {
  background-color: var(--blue-chalk);
  object-fit: fill;
  background-image: url('../images/WhatsApp-Image-2025-11-03-at-07.59.59-2.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  max-width: 620px;
  height: auto;
  max-height: 780px;
  margin-left: 40px;
  padding: 40px;
  display: block;
}

.storytelling-heading-block {
  width: 100%;
  max-width: 340px;
}

.storytelling-heading {
  font-size: 24px;
  line-height: 1.5em;
  display: block;
}

.storytelling-image-block {
  margin-top: 40px;
  margin-bottom: 30px;
}

.storytelling-description {
  color: var(--text-color-02);
  width: 100%;
  max-width: 343px;
}

.storytelling-button-block {
  margin-top: 30px;
}

.storytelling-content {
  margin-left: 120px;
}

.service-features-item-nubnar {
  background-color: var(--background-color-01);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.service-details-hero-wrapper {
  background-color: var(--background-color-01);
  height: auto;
  margin-top: -92px;
  padding-top: 155px;
  padding-bottom: 60px;
}

.service-details-title-block {
  border: 1px solid var(--text-color-02);
  border-radius: 20px;
  padding: 5px 15px;
  display: inline-flex;
}

.service-details-heading-block {
  width: 100%;
  max-width: 682px;
  margin-top: 34px;
}

.service-details-heading {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.33em;
}

.thumbnail-and-sort-description {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.service-thumbnail-block {
  width: 100%;
  height: 452px;
}

.service-sort-description {
  color: var(--text-color-02);
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.service-details-wrapper {
  padding-top: 60px;
  padding-bottom: 40px;
}

.sponsy-rich-text-block {
  color: var(--text-color-02);
  text-align: left;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.sponsy-rich-text-block h2 {
  color: var(--text-color-01);
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
}

.sponsy-rich-text-block li {
  color: var(--text-color-02);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.sponsy-rich-text-block ul {
  margin-bottom: 32px;
  padding-left: 20px;
}

.sponsy-rich-text-block ol {
  padding-left: 20px;
}

.sponsy-rich-text-block h6 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.sponsy-rich-text-block figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.sponsy-rich-text-block blockquote {
  border-left: 3px solid var(--text-color-01);
  background-color: var(--background-color-01);
  color: var(--text-color-02);
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 220px 40px 100px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.service-features-wrapper {
  padding-top: 20px;
  padding-bottom: 70px;
}

.service-feature-item-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.service-features-item {
  border: 1px solid var(--background-color-02);
  padding: 24px;
}

.features-item-nubnar-text {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

.service-features-title-block {
  width: 100%;
  max-width: 90%;
  margin-top: 32px;
  margin-bottom: 32px;
}

.service-features-title-block._02 {
  width: 100%;
  max-width: 75%;
}

.service-features-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5em;
}

.features-description {
  color: var(--text-color-02);
}

.faqs-wrapper {
  padding-top: 70px;
  padding-bottom: 140px;
}

.service-faq-content-block {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-image-block {
  width: 527px;
  height: 527px;
}

.faq-content-block {
  width: 100%;
  max-width: 90%;
}

.faq-heading-block {
  margin-bottom: 34px;
}

.faq-heading-title {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.37em;
}

.faqs {
  background-color: var(--background-color-01);
  cursor: pointer;
  flex-flow: column;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

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

.faq-question-title-block {
  color: var(--text-color-01);
  text-transform: uppercase;
}

.faq-arrow-block {
  border: 1px solid var(--text-color-02);
  color: var(--text-color-02);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.faq-arrow {
  font-family: "Fa Solid 900", Arial, sans-serif;
}

.faq-answer-wrap {
  opacity: 1;
  color: var(--text-color-01);
  width: 100%;
  max-width: 90%;
  height: 0%;
}

.faq-gap {
  height: 0;
}

.faq-item-block {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.team-hero-wrapper {
  background-image: url('../images/Inner-page-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: -92px;
  padding-top: 340px;
  position: relative;
  overflow: hidden;
}

.team-hero-content-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.team-hero-description-block {
  grid-column-gap: 30px;
  display: flex;
}

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

.team-hero-description {
  color: var(--background-color-01);
  width: 100%;
  max-width: 410px;
}

.team-hero-title-block {
  color: var(--white-color);
  text-align: center;
  margin-bottom: -8px;
  position: absolute;
  inset: auto 0% 0%;
}

.team-hero-title {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff4d 30%, #fff9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 190px;
  font-weight: 700;
  line-height: .8em;
}

.all-team-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

.team-details-hero-wrapper {
  background-image: url('../images/Inner-page-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  margin-top: -92px;
  padding-top: 92px;
  position: relative;
  overflow: hidden;
}

.team-details-hero-content-block {
  z-index: 2;
  height: auto;
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
}

.members-text-block {
  z-index: 0;
  grid-column-gap: 100px;
  width: 500%;
  display: flex;
  position: absolute;
  top: 160px;
}

.members {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff3, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 270px;
  font-weight: 600;
  line-height: .8em;
}

.team-details-hero-content {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  margin-top: -40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.team-details-hero-left-content {
  width: 100%;
  max-width: 314px;
}

.team-details-hero-image-block {
  width: 470px;
  height: 600px;
}

.team-membar-name-block {
  color: var(--white-color);
}

.team-details-designation-block {
  color: var(--white-color);
  margin-top: 24px;
}

.team-details-designation {
  color: var(--white-color);
  font-size: 20px;
  line-height: 1.5em;
}

.location {
  color: var(--white-color);
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.team-information {
  margin-top: 38px;
}

.personal-skill {
  color: var(--white-color);
  text-transform: uppercase;
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.location-name, .personal-skill-name {
  color: var(--light-grey);
  letter-spacing: -.48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.team-contact-information {
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 44px;
  display: flex;
}

.team-contact-item {
  grid-column-gap: 14px;
  color: var(--light-grey);
  align-items: center;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

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

.team-contact-icon-block {
  border: 1px solid var(--text-color-02);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.team-contact-icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 20px;
}

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

.team-contact-text-block:hover {
  -webkit-text-stroke-color: var(--primary-color);
}

.team-contact-text-block._02 {
  width: 100%;
  max-width: 250px;
}

.team-contact-text {
  letter-spacing: -.48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

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

.team-contact-item-location {
  grid-column-gap: 14px;
  color: var(--light-grey);
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.team-details-wrapper {
  padding-top: 40px;
  padding-bottom: 100px;
}

.team-details-content-block {
  width: 100%;
  max-width: 982px;
  margin-left: auto;
  margin-right: auto;
}

.team-details-content {
  position: relative;
}

.expertice-progress-block {
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 499px;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 11% auto;
}

.expertice-progress-item {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.expertice-and-persentange {
  justify-content: space-between;
  display: flex;
}

.expertice-text-block, .persentange-text-block {
  color: var(--text-color-02);
  text-transform: uppercase;
}

.expertice-progres-bar-block {
  background-color: var(--background-color-02);
  border-radius: 30px;
  height: 4px;
  position: relative;
}

.expertice-progres-bar {
  background-color: var(--secondary-color);
  border-radius: 30px;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.project-hero-wrapper {
  border-top: 1px solid var(--background-color-02);
  border-bottom: 1px solid var(--background-color-02);
  position: relative;
  overflow: hidden;
}

.project-hero-content-block {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

.project-large-text-block {
  grid-column-gap: 80px;
  text-align: left;
  width: 400%;
  display: flex;
  position: absolute;
  inset: 30px 0% auto;
}

.project-large-text-block.none {
  display: none;
}

.project-large-text {
  color: #01010b0a;
  text-transform: uppercase;
  font-size: 235px;
  font-weight: 700;
  line-height: .8em;
}

.project-hero-content {
  z-index: 3;
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.project-hero-heading-block {
  width: 100%;
  max-width: 243px;
  margin-bottom: 60px;
}

.project-hero-heading-block._02 {
  margin-bottom: 0;
}

.project-hero-description {
  color: var(--text-color-02);
  width: 100%;
  max-width: 555px;
}

.project-hero-content-border {
  background-color: var(--background-color-02);
  width: 100%;
  height: 1px;
}

.project-hero-content-border-02 {
  background-color: var(--background-color-02);
  width: 1px;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 30%;
}

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

.project-information-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.project-infomation-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: inline-flex;
}

.project-information {
  color: var(--text-color-02);
}

.project-details-content {
  margin-top: 0;
}

.image-gallery-block {
  margin-top: 80px;
}

.gellary-image-item {
  width: 100%;
  height: 450px;
}

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

.inner-page-hero-wrapper {
  background-image: url('../images/Inner-page-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.inner-page-hero-content-block {
  z-index: 5;
  padding-top: 180px;
  padding-bottom: 100px;
  position: relative;
}

.inner-page-name-block {
  background-color: var(--white-color);
  border-radius: 100px;
  margin-bottom: 40px;
  padding: 8px 24px;
  display: inline-block;
}

.inner-page-heading {
  color: var(--white-color);
}

.inner-page-heading.blog {
  width: 100%;
  max-width: 657px;
}

.inner-page-heading.blog-details {
  width: 100%;
  max-width: 52%;
}

.inner-page-content {
  z-index: 5;
  position: relative;
}

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

.project-details-infomation-block {
  grid-column-gap: 44px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.writer-information-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: inline-flex;
}

.writer-image-block-02 {
  border-radius: 100%;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.writer-name-and-designation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  text-decoration: none;
  display: block;
}

.writer-name-block {
  color: var(--white-color);
  margin-bottom: 4px;
}

.blog-writer-name {
  color: var(--white-color);
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}

.writer-designation {
  color: var(--background-color-02);
  text-transform: uppercase;
}

.blogs-details-features {
  grid-column-gap: 30px;
  margin-top: 60px;
  margin-bottom: 0;
  display: flex;
}

.blog-features-item {
  background-color: var(--blue-chalk);
  padding: 40px;
}

.blog-features-item._02 {
  background-color: var(--dawn-pink);
}

.blog-features-icon-block {
  width: 48px;
  height: 48px;
}

.blog-features-title-block {
  margin-top: 24px;
  margin-bottom: 24px;
}

.blog-features-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.blog-features-description {
  color: var(--text-color-02);
}

.inner-hero-wrapper-02 {
  background-color: var(--secondary-color);
  background-image: url('../images/Inner-page-bg.webp');
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.inner-hero-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.inner-hero-heading-item {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.inner-hero-title-block {
  border: 1px solid var(--white-color);
  color: var(--white-color);
  border-radius: 20px;
  margin-top: 16px;
  padding: 4px 15px;
  display: inline-flex;
}

.inner-hero-heading {
  overflow: hidden;
}

.hero-down-arrow-block {
  background-color: var(--primary-color);
  color: var(--text-color-01);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 16px;
  text-decoration: none;
  display: flex;
}

.hero-down-arrow {
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 18px;
}

.inner-hero-headign-title {
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.18em;
}

.inner-hero-image-block {
  width: 380px;
  height: 380px;
}

.faq-wrapper-02 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.faq-wrapper-02.margin-top0 {
  padding-top: 0;
}

.faq-content-block-02 {
  width: 100%;
  max-width: 982px;
  margin-left: auto;
  margin-right: auto;
}

.inner-page-description {
  color: var(--background-color-01);
  width: 43%;
  margin-top: 16px;
}

.utility-page-title-block {
  background-color: var(--white-color);
  border-radius: 100px;
  padding: 8px 24px;
  display: inline-flex;
}

.utility-page-heading-block {
  margin-top: 24px;
  margin-bottom: 10px;
}

.utility-page-description {
  color: var(--text-color-01);
}

.license-wrapper {
  padding-top: 140px;
  padding-bottom: 140px;
}

.license-content {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.license-button-block {
  grid-column-gap: 14px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.license-content-item {
  background-color: var(--blue-chalk);
  padding-top: 142px;
  padding-bottom: 142px;
}

.license-content-item-block {
  grid-row-gap: 140px;
  flex-flow: column;
  display: flex;
}

.instrument {
  color: var(--text-color-01);
}

.contact-information-wrapper {
  background-color: var(--text-color-01);
}

.contact-information-item-block {
  justify-content: space-between;
  display: flex;
}

.contact-information-item {
  grid-column-gap: 14px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.contact-info-icon {
  border: 1px solid var(--text-color-02);
  color: var(--white-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.contact-icon {
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 20px;
}

.contact-name-title {
  color: var(--light-grey-01);
  text-transform: uppercase;
  margin-bottom: 6px;
}

.contact-item {
  color: var(--white-color);
}

.contact-item-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.contact-item-link {
  color: var(--white-color);
  text-decoration: none;
  transition: color .3s;
}

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

.contact-information-divider {
  background-color: var(--mid-grey);
  width: 1px;
}

.contact-wrapper {
  padding-top: 60px;
  padding-bottom: 100px;
}

.contact-conetent-block {
  grid-column-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.contact-image-block {
  width: 456px;
  height: auto;
}

.contact-block {
  width: 100%;
  max-width: 550px;
}

.contact-form-block {
  margin-top: 32px;
  margin-bottom: 0;
}

.contact-form {
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.contact-heading-title {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.37em;
}

.text-field-item-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-field-item {
  width: 100%;
}

.text-field {
  border: 1px solid var(--background-color-02);
  background-color: var(--white-color);
  color: var(--text-color-01);
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field:focus {
  border-style: solid;
  border-color: var(--background-color-02);
  background-color: var(--white-color);
}

.text-field::placeholder {
  color: var(--text-color-02);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.text-area {
  border: 1px solid var(--background-color-02);
  background-color: var(--white-color);
  color: var(--text-color-01);
  width: 100%;
  min-height: 130px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.text-area:focus {
  border-style: solid;
  border-color: var(--background-color-02);
  background-color: var(--white-color);
}

.text-area::placeholder {
  color: var(--text-color-02);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.select-field {
  border: 1px none var(--background-color-02);
  background-color: var(--white-color);
  color: var(--text-color-02);
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.select-field:focus {
  border-style: none;
  border-color: var(--text-color-01);
  background-color: var(--white-color);
}

.select-field::placeholder {
  color: var(--text-color-02);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.select-text-field-block {
  border: 1px solid var(--background-color-02);
  background-color: var(--white-color);
  color: var(--text-color-01);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.select-text-field-block:focus {
  border-style: solid;
  border-color: var(--text-color-01);
  background-color: var(--white-color);
}

.select-text-field-block::placeholder {
  color: var(--text-color-02);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.submit-button {
  color: var(--text-color-01);
  text-transform: uppercase;
  background-color: #fff0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
  transition: all .3s;
}

.success-message {
  background-color: var(--primary-color);
  color: var(--text-color-01);
  padding-top: 16px;
  padding-bottom: 16px;
}

.error-message {
  background-color: var(--dawn-pink);
  text-align: center;
  margin-top: 16px;
}

.error-utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.error-page-description {
  color: var(--text-color-02);
  width: 100%;
  max-width: 366px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.error-heading {
  margin-top: 20px;
}

._404-text-block {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

._404-text {
  color: var(--secondary-color);
  font-size: 400px;
  font-weight: 700;
  line-height: .8em;
}

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

.error-text-block {
  color: var(--light-grey-01);
  position: absolute;
  top: -45px;
  overflow: hidden;
}

.error-text {
  text-transform: uppercase;
  font-size: 253px;
  font-weight: 700;
  line-height: .8em;
}

.error-home-button-block {
  margin-top: 40px;
}

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

.contact-item-text-02 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.cta-slide-item {
  background-image: linear-gradient(#01010b99, #01010b99), url('../images/Captura-de-pantalla-2025-11-06-a-las-1.19.25-p.-m..png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 180px;
  padding-left: 100px;
  position: relative;
}

.cta-content {
  width: 100%;
  max-width: 603px;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

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

.cta-description {
  color: var(--white-color);
  width: 100%;
  max-width: 366px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.cta-left-arrow {
  z-index: 5;
  background-color: var(--secondary-color);
  color: var(--white-color);
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: border-color .3s;
  display: flex;
  top: 16%;
  right: -55%;
  overflow: visible;
}

.cta-left-arrow:hover {
  border-color: var(--secondary-color);
}

.left-arrow-icon {
  color: var(--text-color-01);
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 18px;
}

.cta-right-arrow {
  border: 1px solid var(--secondary-color);
  background-color: var(--secondary-color);
  color: var(--white-color);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: border-color .3s;
  display: flex;
  top: -12%;
  right: 20%;
  overflow: visible;
}

.cta-right-arrow:hover {
  border-color: var(--secondary-color);
}

.cta-line-border {
  z-index: 1;
  background-color: #ffffff1a;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 0% 22.5% 0% auto;
}

.cta-slide-item-02 {
  background-image: linear-gradient(#01010b99, #01010b99), url('../images/b69da298bf816fc0e835a507e48baa8e.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  padding-top: 180px;
  padding-bottom: 180px;
  padding-left: 100px;
  position: relative;
}

.previous-text {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: -45px;
}

.next-text {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  left: -47px;
}

.cta-heading-title {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.33em;
}

.right-arrow-icon {
  color: var(--text-color-01);
  font-family: "Fa Solid 900", Arial, sans-serif;
  font-size: 18px;
}

.process-heading-title {
  text-transform: uppercase;
  font-size: 206px;
  font-weight: 700;
  line-height: 1em;
}

.faq-content {
  margin-top: 80px;
}

.question-heading-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 190px;
  font-weight: 700;
  line-height: 1em;
}

.service-hero-title {
  text-transform: uppercase;
  font-size: 80px;
  font-weight: 700;
  line-height: 1.18em;
}

.hover-border {
  background-color: var(--white-color);
  width: 0%;
  height: 1px;
}

.hover-border:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  background-color: var(--text-color-01);
}

.style-section-heading {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
}

.style-button-name {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
}

.sponsy-website {
  color: var(--primary-color);
  text-decoration: none;
}

.video-gradient-01 {
  filter: blur(100px);
  background-color: #1337eb;
  border-radius: 100%;
  width: 236px;
  height: 236px;
  position: absolute;
  inset: auto -8% -34% auto;
}

.video-gradient-02 {
  filter: blur(100px);
  background-color: #e309f6;
  border-radius: 100%;
  width: 342px;
  height: 342px;
  position: absolute;
  inset: auto auto -71% 0%;
}

.project-top-information {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.related-blogs-wrapper {
  padding-top: 80px;
  padding-bottom: 100px;
}

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

.team-hero-border {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 92px 0% auto;
}

.blog-hero-thumbnail-block {
  position: absolute;
  inset: 0%;
}

.project-details-information-block {
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.about-heading-title, .project-hero-heading {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.33em;
}

.project-details-thumbnail {
  width: 100%;
  height: 570px;
}

.about-hero-image-mobile {
  width: 100%;
  display: none;
}

.bold-text-2 {
  font-family: Instrumentsans Variablefont Wdth Wght, Arial, sans-serif;
}

.circle-svg-2 {
  color: #ff4370;
  -webkit-text-stroke-color: #ff4370;
  width: 327px;
  height: 180px;
}

.circle-button-one-2 {
  border: 1px solid #e6e6e7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 30px 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-description-title-2 {
  text-transform: uppercase;
  border-bottom: 1px solid #e6e6e7;
  margin-bottom: 12px;
  padding-bottom: 12px;
}

.body-text-default-medium-2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.about-description-3, .about-description-4 {
  color: #5b5b5f;
}

.logo-shape-02 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.dropdown-nav-menu {
  color: #01010b;
  text-transform: uppercase;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  transition: color .3s;
}

.dropdown-nav-menu:hover, .dropdown-nav-menu.w--current {
  color: #5b5b5f;
}

.plus-horizontal {
  background-color: #01010b;
  width: 10px;
  height: 1px;
  position: absolute;
}

.hero-social-arrow-2 {
  font-family: "Fa Solid 900", Arial, sans-serif;
  transform: rotate(-45deg);
}

.home-arrow-icon-3 {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.template-thumbnail-block {
  border: 8px solid #e6e6e7;
  width: 196px;
  height: 124px;
  margin-bottom: 12px;
}

.dropdown-menu-button-block {
  display: none;
}

.primary-button-3 {
  color: #01010b;
  background-color: #c9f31d;
  border: 1px solid #c9f31d;
  border-radius: 100px;
  height: 50px;
  padding: 4px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.primary-button-3.outline-responsive {
  opacity: 1;
  background-color: #fff0;
  border-color: #e6e6e7;
  height: 44px;
}

.primary-button-3.outline-responsive:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  border-color: var(--white-color);
}

.primary-button-3.outline, .primary-button-3.outline-responsive {
  opacity: 1;
  background-color: #fff0;
  border-color: #e6e6e7;
  height: 44px;
}

.dropdown-nav-link-category {
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
}

.other-link-item-4 {
  grid-column-gap: 6px;
  color: #5b5b5f;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.dropdown-arrow-icon {
  color: var(--white-color);
  margin-right: 0;
  transition: color .3s;
}

.dropdown-arrow-icon:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  color: var(--text-color-01);
}

.dropdown-arrow-icon:hover {
  color: var(--primary-color);
  -webkit-text-stroke-color: var(--primary-color);
}

.dropdown-arrow-icon:hover:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  color: var(--text-color-02);
  -webkit-text-stroke-color: var(--text-color-02);
}

.logo-shape-01 {
  width: 16%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.dropdown-list {
  padding: 24px;
  overflow: hidden;
}

.dropdown-list.w--open {
  background-color: #f0f0f0;
  padding: 0;
  left: -800%;
  box-shadow: 0 6px 60px #01010b33;
}

.tempate-info-block {
  margin-top: 24px;
  margin-bottom: 24px;
}

.dropdown-nav-link {
  color: #dad9d5;
  text-transform: uppercase;
  padding: 34px 20px 34px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  transition: color .3s;
}

.dropdown-nav-link:hover {
  color: #fff;
}

.plus-verticate {
  background-color: #01010b;
  width: 1px;
  height: 10px;
}

.dropdown-plus-icon-block {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.dropdown-menu-divider {
  background-color: #e6e6e7;
  width: 1px;
  height: auto;
}

.dropdown-menu-content {
  z-index: 2;
  grid-column-gap: 48px;
  display: flex;
  position: relative;
}

.dropdown-menu-category-block {
  grid-column-gap: 48px;
  justify-content: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.primary-button-arrow-block-3 {
  z-index: 3;
  color: #fff;
  background-color: #121212;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.primary-button-arrow-block-3.outline-3 {
  background-color: var(--secondary-color);
  color: #01010b;
  width: 36px;
  height: 36px;
}

.primary-button-arrow-block-3.outline-3:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  background-color: var(--secondary-color);
}

.plus-icon {
  display: none;
  position: absolute;
  right: 0;
}

.other-link-item-border-dark-2 {
  background-color: #01010b;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.other-link-text-2 {
  text-transform: uppercase;
}

.button-hover-bg-outline-2 {
  background-color: var(--secondary-color);
  border-radius: 100px;
  width: 0%;
  height: 100%;
  margin-top: -4px;
  position: absolute;
  left: 0%;
}

.button-hover-bg-outline-2:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  background-color: var(--secondary-color);
}

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

.text-block:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  color: var(--text-color-01);
}

.text-block:hover {
  color: var(--primary-color);
  -webkit-text-stroke-color: var(--primary-color);
}

.text-block:hover:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  color: var(--text-color-02);
  -webkit-text-stroke-color: var(--text-color-02);
}

.image {
  object-fit: contain;
  width: 128px;
  height: auto;
  display: block;
  overflow: hidden;
}

.image-2 {
  width: 128px;
  display: block;
}

.image-3 {
  float: none;
  vertical-align: baseline;
  width: 128px;
  display: block;
}

.image-4 {
  vertical-align: baseline;
  width: 128px;
  display: block;
}

.image-5, .image-6 {
  width: 128px;
}

.body-text-default-medium-hero {
  color: var(--white-color);
  -webkit-text-stroke-color: var(--white-color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.body-text-default-medium-hero.semibold {
  font-weight: 600;
}

.about-hero-right-white-shape-2 {
  background-color: #fff;
  width: 7%;
  height: 65%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-cta-wrapper-2 {
  color: #01010b;
  background-color: #fff;
  width: 100%;
  text-decoration: none;
}

.about-content-background-2 {
  background-color: #fff;
  width: 93%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-cover-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-hero-heading-2 {
  font-size: 170px;
  line-height: .8em;
}

.about-hero-heading-block-2 {
  color: #fff;
  display: inline-flex;
  overflow: hidden;
}

.body-text-default-medium-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

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

.about-hero-description-2 {
  color: #5b5b5f;
  width: 100%;
  max-width: 487px;
}

.about-hero-wrapper-2 {
  background-image: url('../images/Hero-Image.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 90.5vh;
  padding-top: 290px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-7 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.33em;
}

.cta-arrow-icon-3 {
  font-family: "Fa Solid 900", Arial, sans-serif;
  position: absolute;
}

.about-cta-wrapper-3 {
  background-color: var(--secondary-color);
  color: #01010b;
  width: 100%;
  text-decoration: none;
}

.image-cover-3 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.about-hero-heading-3 {
  font-size: 200px;
  line-height: .8em;
}

.body-text-default-medium-4 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.container-3 {
  background-color: var(--transfarent);
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.about-hero-description-3 {
  color: #5b5b5f;
  width: 100%;
  max-width: 487px;
}

.about-hero-wrapper-3 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 90.5vh;
  padding-top: 290px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.33em;
}

.heading-2:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  opacity: 1;
  color: var(--text-color-01);
}

.cta-arrow-icon-4 {
  font-family: "Fa Solid 900", Arial, sans-serif;
  position: absolute;
}

.image-cover-4 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.instragram-description-2 {
  color: #5b5b5f;
}

.primary-button-arrow03-2 {
  color: #fff;
  font-family: "Fa Brands 400", Arial, sans-serif;
}

.primary-button-arrow02-2 {
  color: #01010b;
  font-family: "Fa Brands 400", Arial, sans-serif;
}

.primary-button-arrow02-2.outline-8.two {
  color: #01010b;
}

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

.instragram-wrapper {
  padding-top: 80px;
  padding-bottom: 100px;
}

.primary-button-arrow-block-4 {
  z-index: 3;
  color: #fff;
  background-color: #121212;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.primary-button-arrow-block-4.outline-3 {
  background-color: var(--secondary-color);
  color: #01010b;
  width: 36px;
  height: 36px;
}

.red-car {
  width: 250px;
  height: 250px;
}

.red-car:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  object-fit: fill;
  width: auto;
  height: auto;
}

.trending_arrow {
  width: 250px;
  height: 250px;
}

.eyes {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 64px;
  height: 64px;
  display: block;
  position: static;
}

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

.heading-8 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.33em;
}

.body-text-default-medium-5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.large-button-footer {
  color: #01010b;
  background-color: #c9f31d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 22px 40px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-button-footer.medium-button {
  background-color: var(--secondary-color);
  height: 64px;
  padding: 17px 32px;
}

.large-button-footer.small-button {
  height: 56px;
  padding: 15px 32px;
}

.large-button-footer.medium-button-footer {
  background-color: var(--blue-chalk);
  height: 64px;
  padding: 17px 32px;
}

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

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

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

.collection-list-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.team-list-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: static;
  overflow: visible;
}

.sistema-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: visible;
}

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

.service-item-block-2 {
  border-bottom: 1px solid var(--background-color-02);
  margin-top: 0;
}

.service-all-item-2 {
  border-top: 1px none var(--background-color-02);
}

.contact-social-icon {
  border: 0px solid var(--primary-color);
  background-color: var(--transfarent);
  color: var(--white-color);
  font-family: "Fa Brands 400", Arial, sans-serif;
  font-size: 20px;
}

.marca-container {
  clear: none;
  text-align: left;
  object-fit: fill;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.project-item-block-2 {
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 80px;
  display: flex;
}

.image-marca-cover {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: static;
  overflow: clip;
}

.project-information-2 {
  color: #5b5b5f;
}

.project-hero-description-2 {
  color: #5b5b5f;
  width: 100%;
  max-width: 555px;
}

.image-cover-5 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-hero-wrapper-2 {
  border-top: 1px solid #e6e6e7;
  border-bottom: 1px solid #e6e6e7;
  position: relative;
  overflow: hidden;
}

.project-hero-content-border-3 {
  background-color: #e6e6e7;
  width: 100%;
  height: 1px;
}

.body-text-default-medium-6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.project-hero-content-border-4 {
  background-color: #e6e6e7;
  width: 1px;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 30%;
}

.project-large-text-block-2 {
  grid-column-gap: 80px;
  width: 400%;
  display: flex;
  position: absolute;
  inset: 30px 0% auto;
}

.project-large-text-block-2.none {
  display: none;
}

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

.blog-content-divider-2 {
  background-color: #e6e6e7;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 20px;
}

.image-cover-6 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-categories-2 {
  text-transform: uppercase;
  background-color: #f0f0f0;
  border-radius: 100px;
  padding: 3px 12px;
  display: inline-flex;
}

.blog-button-text-block-2 {
  z-index: 3;
  text-transform: uppercase;
  border: 1px solid #e6e6e7;
  border-radius: 30px;
  padding: 5px 12px;
  display: inline-flex;
  position: relative;
}

.blog-hero-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-gallery-image-block {
  width: 100%;
  height: auto;
}

.writer-designation-2 {
  color: #e6e6e7;
  text-transform: uppercase;
}

.blog-features-description-2 {
  color: #5b5b5f;
}

.blog-date-2 {
  background-color: #c9f31d;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -60px;
  display: flex;
}

.writer-image-block-3 {
  border-radius: 100%;
  width: 32px;
  height: 32px;
  overflow: hidden;
}

.writer-name-block-2 {
  color: #fff;
  margin-bottom: 4px;
  position: static;
}

.blog-features-item-2 {
  background-color: var(--blue-chalk);
  padding: 40px;
}

.blog-features-item-2._02 {
  background-color: var(--dawn-pink);
}

.blog-thumbnail-ovarlay {
  z-index: 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.inner-page-name-block-2 {
  background-color: #fff;
  border-radius: 100px;
  margin-bottom: 40px;
  padding: 8px 24px;
  display: inline-block;
}

.blog-comment-2 {
  grid-column-gap: 6px;
  text-transform: uppercase;
  background-color: #f0f0f0;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: 3px 12px;
  display: inline-flex;
}

.heading-9 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.33em;
}

.body-text-default-medium-7 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.inner-page-heading-2 {
  color: #fff;
}

.inner-page-heading-2.blog-details {
  width: 100%;
  max-width: 52%;
}

.blog-content-2 {
  border-bottom: 1px solid #e6e6e7;
  border-left: 1px solid #e6e6e7;
  border-right: 1px solid #e6e6e7;
  padding-bottom: 24px;
}

.blog-button-arrow-3 {
  background-color: #fff;
  border: 1px solid #e6e6e7;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.writer-image-block-4 {
  border-radius: 100%;
  width: 64px;
  height: 64px;
  overflow: hidden;
}

.blog-details-image-gallery {
  margin-top: 20px;
}

.button-hover-eliment-2 {
  z-index: 1;
  opacity: 0;
  background-color: #c9f31d;
  width: 8px;
  height: 20px;
  position: absolute;
  right: 18%;
}

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

.blog-button-arrow-block-2 {
  z-index: 3;
  border: 1px solid #e6e6e7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.blog-title-block-2 {
  color: #01010b;
  text-decoration: none;
}

.inner-page-hero-wrapper-2 {
  background-image: url('../images/Inner-page-bg_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.blog-button-3 {
  color: #01010b;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.blog-button-3.none {
  display: none;
}

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

.expertice-text-block-2 {
  color: #5b5b5f;
  text-transform: uppercase;
}

.personal-skill-name-2 {
  color: var(--background-color-01);
  letter-spacing: -.48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.expertice-progres-bar-block-2 {
  background-color: #e6e6e7;
  border-radius: 30px;
  height: 4px;
  position: relative;
}

.location-2 {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  display: flex;
}

.faq-content-block-3 {
  width: 100%;
  max-width: 982px;
  margin-left: auto;
  margin-right: auto;
}

.image-cover-7 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.personal-skill-2 {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.section-heading-2 {
  overflow: hidden;
}

.faq-question-title-block-2 {
  color: #01010b;
  text-transform: uppercase;
}

.heading-categories-item-2 {
  color: #fff;
  text-transform: uppercase;
}

.heading-categories-item-2.dark {
  color: #01010b;
}

.faq-wrapper-3 {
  padding-top: 140px;
  padding-bottom: 140px;
}

.faq-wrapper-3.margin-top0 {
  padding-top: 0;
}

.question-heading-title-2 {
  text-transform: uppercase;
  font-size: 190px;
  font-weight: 700;
  line-height: 1em;
}

.nav-dot-border-2 {
  background-image: linear-gradient(90deg, #c9f31d00, #c9f31d 100%, #c9f31d00);
  border-radius: 50px;
  flex: none;
  width: 40px;
  height: 1px;
}

.location-name-2 {
  color: var(--background-color-01);
  letter-spacing: -.48px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.faq-arrow-block-2 {
  color: #5b5b5f;
  border: 1px solid #5b5b5f;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.team-details-designation-block-2 {
  color: #fff;
  margin-top: 24px;
}

.faq-answer-wrap-2 {
  opacity: 1;
  color: #01010b;
  width: 100%;
  max-width: 90%;
  height: 0%;
}

.heading-10 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.33em;
}

.persentange-text-block-2 {
  color: #5b5b5f;
  text-transform: uppercase;
}

.body-text-default-medium-8 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.body-text-default-medium-8.semibold {
  font-weight: 600;
}

.team-contact-item-location-2 {
  grid-column-gap: 14px;
  color: #dad9d5;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.section-heading-information-categories-2 {
  justify-content: space-between;
  display: flex;
}

.expertice-progres-bar-2 {
  background-color: var(--secondary-color);
  border-radius: 30px;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.faqs-2 {
  cursor: pointer;
  background-color: #f0f0f0;
  flex-flow: column;
  padding: 24px;
  display: flex;
  overflow: hidden;
}

.team-contact-item-2 {
  grid-column-gap: 14px;
  color: var(--background-color-01);
  align-items: center;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

.team-contact-item-2:hover {
  color: var(--primary-color);
}

.team-contact-icon-block-2 {
  border: 1px solid var(--light-grey);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.team-contact-icon-block-2:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.team-membar-name-block-2 {
  color: #fff;
}

.paragraph {
  font-size: 20px;
  font-weight: 600;
}

.paragraph-2 {
  color: var(--text-color-02);
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.heading-03-hero {
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3em;
}

.social-icon-footer {
  border: 1px solid var(--transfarent);
  background-color: var(--transfarent);
  color: var(--secondary-color);
  font-family: "Fa Brands 400", Arial, sans-serif;
}

.social-icon-footer:hover {
  color: var(--text-color-01);
}

.noticias-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.video-ovarlay-shape-faqs {
  z-index: 2;
  object-fit: cover;
  width: auto;
  min-width: 0;
  max-width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  margin: 0 auto;
  padding-right: 0;
  display: block;
  position: static;
  inset: 0%;
  overflow: visible;
}

.body-text-default-medium-faqs {
  color: var(--primary-color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.body-text-default-medium-faqs.semibold {
  color: var(--text-color-01);
  font-weight: 600;
}

.body-text-default-medium-copy {
  color: var(--primary-color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.body-text-default-medium-copy.semibold {
  font-weight: 600;
}

.body-text-default-medium-header {
  color: var(--text-color-02);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.body-text-default-medium-header.semibold {
  font-weight: 600;
}

.section-heading-information-categories-3 {
  justify-content: space-between;
  display: flex;
}

.heading-categories-item-3 {
  color: #fff;
  text-transform: uppercase;
}

.heading-categories-item-3.dark {
  color: #01010b;
}

.body-text-default-medium-metricas {
  color: var(--text-color-02);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.body-text-default-medium-metricas.semibold {
  font-weight: 600;
}

.body-text-default-medium-testimonio-copy {
  color: var(--text-color-02);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}

.body-text-default-medium-testimonio-copy.semibold {
  font-weight: 600;
}

.home_about_content {
  grid-column-gap: 8.75rem;
  grid-row-gap: 8.75rem;
  display: flex;
}

.home_about_image {
  flex: 1;
}

.home_about_details {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.margin-bottom, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.image-7 {
  aspect-ratio: auto;
  text-align: center;
  vertical-align: baseline;
  object-fit: contain;
  width: 80%;
  max-width: none;
  height: auto;
  display: inline-block;
  overflow: clip;
}

.body-text-small-copy {
  font-size: 14px;
  line-height: 1.5em;
}

.body-text-small-copy.text-medium {
  font-family: Instrumentsans Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 500;
}

.body-text-small-copy.text-semibold {
  font-weight: 600;
}

.body-text-small-copy.text-medium {
  font-weight: 500;
}

.body-text-small-copy.text-semibold {
  color: var(--text-color-01);
  font-weight: 600;
}

.section-heading-information-categories-c {
  justify-content: space-between;
  display: flex;
}

.section-heading-information-categories-c.none {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  overflow: scroll;
}

.body-text-small-footer {
  font-size: 14px;
  line-height: 1.5em;
}

.body-text-small-footer.text-medium {
  color: var(--background-color-01);
  font-family: Instrumentsans Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 500;
}

.body-text-small-footer.text-semibold {
  font-weight: 600;
}

.body-text-small-footer.text-medium {
  font-weight: 500;
}

.body-text-small-footer.text-semibold {
  color: var(--text-color-01);
  font-weight: 600;
}

.body-text-small-footer.text-semibold-footer {
  color: var(--background-color-01);
  font-weight: 600;
}

.bold-text-3 {
  font-weight: 500;
}

.marca-gallery-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body-text-small-noticia {
  font-size: 14px;
  line-height: 1.5em;
}

.body-text-small-noticia.text-medium {
  font-family: Instrumentsans Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 500;
}

.body-text-small-noticia.text-medium {
  font-weight: 500;
}

.body-text-small-noticia.text-semibold {
  color: var(--text-color-01);
  font-weight: 600;
}

.body-text-small-noticia.text-semibold-noticia {
  color: #fff;
  font-weight: 600;
}

.container-foto {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 0;
  display: block;
  position: static;
}

.paragraph-3, .paragraph-4 {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-5 {
  line-height: 24px;
}

.image-7-competencia {
  aspect-ratio: 1;
  filter: grayscale();
  text-align: center;
  vertical-align: baseline;
  object-fit: cover;
  width: 80%;
  max-width: none;
  height: auto;
  display: inline-block;
  overflow: clip;
}

.text-block-2, .text-block-3, .text-block-4 {
  color: var(--white-color);
  font-weight: 600;
}

.see-all-project-button-2 {
  z-index: 6;
  background-color: var(--header-bg-color);
  color: var(--text-color-01);
  background-image: url('../images/pista.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0%;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 256px;
  padding: 39px 28px;
  display: flex;
  position: absolute;
  left: 43%;
  overflow: visible;
  transform: scale(0);
}

.img, .img-2 {
  width: 24px;
}

.primary-button-4 {
  color: #01010b;
  background-color: #c9f31d;
  border: 1px solid #c9f31d;
  border-radius: 100px;
  height: 50px;
  padding: 4px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.primary-button-4.outline-copy {
  opacity: 1;
  background-color: #ff4370;
  border-color: #e6e6e7;
  height: 44px;
}

.button-hover-bg-outline-3 {
  color: #01010b;
  background-color: #fff;
  border-radius: 100px;
  width: 0%;
  height: 100%;
  margin-top: -4px;
  position: absolute;
  left: 0%;
}

.primary-button-arrow-block-5 {
  z-index: 3;
  color: #fff;
  background-color: #121212;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.primary-button-arrow-block-5.outline-3 {
  color: #01010b;
  background-color: #fff;
  width: 36px;
  height: 36px;
}

.body-text-default-medium-sistema {
  color: var(--text-color-02);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  position: static;
}

.body-text-default-medium-sistema:hover {
  color: var(--text-color-01);
}

.body-text-default-medium-sistema.semibold {
  font-weight: 600;
}

.hero-social-arrow-sistema {
  color: var(--text-color-02);
  text-align: center;
  font-family: "Fa Solid 900", Arial, sans-serif;
  transform: rotate(-45deg);
}

.hero-social-arrow-sistema:hover {
  color: var(--text-color-01);
}

.ai-report-card {
  width: 80%;
  height: auto;
}

.lottie-animation {
  display: inline-block;
}

.ai-report-card-2, .simple-ai-pulse {
  width: 80%;
  height: auto;
}

.whatsapp-loop {
  width: 250px;
  height: 250px;
}

.intelligence-ai {
  object-fit: cover;
  width: 250px;
  height: 167px;
}

.ai-automation {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 200px;
  height: 200px;
  display: block;
}

.body-text-default-medium-sistema-background {
  color: var(--primary-color);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  position: static;
}

.body-text-default-medium-sistema-background.semibold {
  font-weight: 600;
}

.button-text-black {
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.button-text-black:hover, .button-text-black.outline-6 {
  color: var(--text-color-01);
}

.button-text-black.large {
  font-size: 24px;
  line-height: 1.5em;
}

.button-text-black.large.medium-button {
  font-size: 20px;
  line-height: 1.5em;
}

.button-text-black.outline-7:hover, .button-text-black.outline-7:focus {
  color: var(--text-color-01);
}

.button-text-black._02:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  opacity: 1;
}

.button-text-black._02:hover:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  color: var(--text-color-01);
}

.button-text-black.outline-6 {
  color: #01010b;
}

.button-text-black._02 {
  opacity: 0;
  color: var(--white-color);
  position: absolute;
}

.button-text-black._02:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  color: var(--text-color-01);
}

.button-text-black.outline-7 {
  color: var(--white-color);
}

.button-text-black.outline-7:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  opacity: 100;
  color: var(--text-color-01);
}

.logo-shape-3 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-arrow-icon-4 {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
  position: absolute;
  transform: translate(-18px, 18px);
}

.image-cover-8 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero-social-arrow-3 {
  font-family: "Fa Solid 900", Arial, sans-serif;
  transform: rotate(-45deg);
}

.other-link-item-5 {
  grid-column-gap: 6px;
  color: #5b5b5f;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.dropdown-arrow-icon-2 {
  color: var(--white-color);
  margin-right: 0;
  transition: color .3s;
}

.dropdown-arrow-icon-2:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  color: var(--text-color-01);
}

.dropdown-arrow-icon-2:hover {
  color: var(--primary-color);
}

.dropdown-arrow-icon-2:hover:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
  color: var(--text-color-02);
}

.button-text-2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.button-text-2.outline-6 {
  color: #01010b;
}

.primary-button-arrow-block-6 {
  z-index: 3;
  color: #fff;
  background-color: #121212;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: static;
  inset: 0% auto 0% 0%;
}

.primary-button-arrow-block-6.outline-3 {
  color: #01010b;
  background-color: #c9f31d;
  width: 36px;
  height: 36px;
}

.other-link-item-border-dark-3 {
  background-color: #01010b;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.other-link-text-3 {
  text-transform: uppercase;
}

.button-hover-bg-outline-4 {
  background-color: #c9f31d;
  border-radius: 100px;
  width: 0%;
  height: 100%;
  margin-top: -4px;
  position: absolute;
  left: 0%;
}

.body-text-small-team {
  font-size: 14px;
  line-height: 1.5em;
}

.body-text-small-team.text-medium {
  color: var(--text-color-02);
  font-family: Instrumentsans Variablefont Wdth Wght, Arial, sans-serif;
  font-weight: 500;
}

.body-text-small-team.text-medium {
  font-weight: 500;
}

.body-text-small-team.text-semibold {
  color: var(--text-color-01);
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .title-01 {
    font-size: 230px;
  }

  .title-02 {
    font-size: 172px;
  }

  .heading-01 {
    font-size: 110px;
  }

  .heading-02 {
    font-size: 48px;
  }

  .style-color-item-block {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .social-link._02:hover {
    background-color: var(--white-color);
  }

  .large-button.medium-button {
    background-color: #ff4370;
  }

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

  .hero-wrapper {
    height: auto;
  }

  .hero-top-content {
    grid-column-gap: 158px;
  }

  .hero-heading-h2 {
    font-size: 110px;
  }

  .about-wrapper {
    padding-top: 160px;
  }

  .about-content-block {
    flex-flow: row;
  }

  .about-image-block {
    width: 869px;
  }

  .about-content {
    max-width: 710px;
  }

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

  .about-title-and-heading {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .about-information-content {
    display: flex;
  }

  .about-information-content._02 {
    display: none;
  }

  .about-description-area {
    max-width: 510px;
  }

  .service-title {
    font-size: 253px;
    line-height: 1em;
  }

  .staticts-item-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .project-heading-title {
    font-size: 243px;
    line-height: 1em;
  }

  .project-button-block {
    position: absolute;
  }

  .team-heading-title {
    text-align: center;
    font-size: 235px;
    line-height: 1em;
  }

  .testimonial-content {
    max-width: 789px;
  }

  .testimonial-heading {
    font-size: 32px;
  }

  .quotation-icon {
    top: -2%;
  }

  .testimonial-review-text {
    max-width: 75%;
  }

  .testimonial-divider {
    margin-bottom: 32px;
  }

  .left-arrow {
    right: -88%;
  }

  .blogs-wrapper {
    padding-bottom: 140px;
  }

  .blogs-heading-title {
    text-align: center;
    font-size: 179px;
    line-height: 1em;
  }

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

  .section-cta-button {
    bottom: 35%;
    right: .3%;
  }

  .team-collection-list {
    text-align: left;
  }

  .hero-all-content-area {
    height: auto;
  }

  .service-heading-title {
    font-size: 253px;
  }

  .about-hero-heading {
    font-size: 240px;
  }

  .about-hero-title-and-desciption {
    grid-column-gap: 190px;
  }

  .about-hero-right-white-shape {
    width: 2%;
    height: 66.5%;
  }

  .experience-wrapper {
    padding-top: 160px;
  }

  .years-of-experience-text-block {
    margin-bottom: -110px;
  }

  .year-text {
    font-size: 600px;
  }

  .experience-image-block {
    width: 382px;
    height: 382px;
  }

  .home-brand-logo-link {
    width: 17%;
  }

  .experience-image-and-logo {
    grid-column-gap: 60px;
    justify-content: space-between;
  }

  .honors-heading-title {
    font-size: 250px;
    line-height: 1em;
  }

  .hubs-heading-title {
    font-size: 244px;
    line-height: 1em;
  }

  .instragram-image-item._01 {
    grid-row-gap: 364px;
  }

  .instragram-image-item._03 {
    height: 770px;
  }

  .hub-item-title-block {
    max-width: 448px;
  }

  .hub-item-title {
    font-size: 48px;
  }

  .hub-description {
    max-width: 244px;
  }

  .service-hero-wrapper {
    height: 100vh;
  }

  .service-hero-shape-block {
    width: 80px;
    height: 80px;
  }

  .service-details-heading {
    font-size: 48px;
  }

  .thumbnail-and-sort-description {
    flex-flow: row;
    align-items: center;
    margin-top: 60px;
  }

  .service-thumbnail-block {
    width: 720px;
  }

  .service-sort-description {
    max-width: 432px;
  }

  .sponsy-rich-text-block h2 {
    font-size: 48px;
  }

  .service-feature-item-block {
    grid-column-gap: 30px;
  }

  .service-features-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-features-title-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .service-faq-content-block {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-image-block {
    margin-top: 24px;
  }

  .faq-content-block {
    max-width: 653px;
  }

  .team-hero-title-block {
    margin-bottom: -10px;
  }

  .team-hero-title {
    font-size: 240px;
  }

  .all-team-wrapper {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .team-details-hero-wrapper {
    height: 100vh;
  }

  .team-details-hero-content {
    padding-left: 140px;
    padding-right: 140px;
  }

  .team-details-wrapper {
    padding-bottom: 140px;
  }

  .project-hero-content {
    justify-content: space-between;
    align-items: center;
  }

  .project-hero-heading-block._02 {
    margin-bottom: 60px;
  }

  .project-hero-content-border-02 {
    display: block;
    left: 31%;
  }

  .project-information-block {
    max-width: 800px;
  }

  .hero-down-arrow-block {
    width: 80px;
    height: 80px;
    margin-top: 24px;
  }

  .inner-hero-headign-title {
    font-size: 110px;
  }

  .contact-information-item {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .contact-info-icon {
    width: 70px;
    height: 70px;
  }

  .contact-info-text-block {
    align-self: auto;
  }

  .contact-item-text {
    font-size: 20px;
    display: block;
    position: static;
  }

  .contact-wrapper {
    padding-bottom: 140px;
  }

  .contact-image-block {
    height: 456px;
  }

  .contact-block {
    max-width: 702px;
  }

  .text-area {
    min-height: 180px;
  }

  .contact-item-text-02 {
    font-size: 20px;
  }

  .cta-heading-title {
    font-size: 48px;
  }

  .process-heading-title {
    font-size: 259px;
    line-height: 1em;
  }

  .question-heading-title {
    font-size: 240px;
    line-height: 1em;
  }

  .service-hero-title {
    font-size: 110px;
  }

  .related-blogs-wrapper {
    padding-bottom: 140px;
  }

  .about-heading-title, .project-hero-heading {
    font-size: 48px;
  }

  .about-hero-right-white-shape-2 {
    width: 2%;
    height: 66.5%;
  }

  .about-hero-heading-2 {
    font-size: 240px;
  }

  .heading-7 {
    font-size: 48px;
  }

  .about-hero-heading-3 {
    font-size: 200px;
  }

  .heading-2 {
    font-size: 48px;
  }

  .instragram-wrapper {
    padding-bottom: 160px;
  }

  .heading-8 {
    font-size: 48px;
  }

  .large-button-footer.medium-button {
    background-color: #ff4370;
  }

  .large-button-footer.medium-button-footer {
    background-color: var(--blue-chalk);
  }

  .project-hero-content-border-4 {
    display: block;
    left: 31%;
  }

  .heading-9 {
    font-size: 48px;
  }

  .question-heading-title-2 {
    font-size: 240px;
    line-height: 1em;
  }

  .heading-10 {
    font-size: 48px;
  }

  .body-text-small-copy.text-semibold, .body-text-small-footer.text-semibold, .body-text-small-footer.text-semibold-footer {
    color: var(--white-color);
  }

  .button-hover-bg-outline-3 {
    background-color: #fff;
  }
}

@media screen and (min-width: 1440px) {
  .container:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
    background-color: var(--transfarent);
  }

  .social-link {
    background-color: var(--primary-color);
    color: var(--secondary-color);
  }

  .social-link:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
    -webkit-text-stroke-color: var(--primary-color);
  }

  .social-link._02 {
    background-color: var(--primary-color);
    color: var(--secondary-color);
  }

  .social-link._03 {
    background-color: var(--primary-color);
  }

  .social-link._03:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
    -webkit-text-stroke-color: var(--primary-color);
  }

  .social-link._04 {
    background-color: var(--primary-color);
  }

  .social-link._04:hover {
    background-color: var(--white-color);
    color: var(--primary-color);
    -webkit-text-stroke-color: var(--primary-color);
  }

  .circle-button-arrow._03 {
    top: 5%;
    right: 15%;
  }

  .large-button, .large-button.medium-button {
    background-color: #ff4370;
  }

  .primary-button-text-2.dark {
    color: var(--text-color-01);
  }

  .circel-button-text.about {
    padding-left: 6px;
  }

  .button-hover-bg-outline {
    background-color: #fff;
  }

  .primary-button-2 {
    background-color: #ff4370;
  }

  .hero-wrapper {
    height: auto;
  }

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

  .service-wrapper {
    text-align: left;
  }

  .project-heading-title {
    text-align: center;
  }

  .hover-project-ovarlay {
    background-color: var(--text-color-01);
  }

  .team-heading-title {
    text-align: center;
  }

  .team-item, .team-image-area, .team-image-block {
    opacity: 1;
  }

  .team-hover-info {
    opacity: 1;
    outline-offset: 0px;
    pointer-events: auto;
    mix-blend-mode: normal;
    outline: 3px #01010b;
  }

  .quotation-icon {
    height: 15%;
  }

  .navbar:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
    background-color: var(--white-color);
  }

  .team-collection-list {
    grid-column-gap: 60px;
  }

  .hero-all-content-area {
    height: auto;
  }

  .nav-dot-border {
    background-image: linear-gradient(90deg, #f31d1d00, #c9f31d 100%, #c9f31d00);
  }

  .service-heading-title {
    text-align: center;
  }

  .about-hero-heading {
    font-size: 260px;
  }

  .about-hero-content {
    margin-top: -12px;
  }

  .about-hero-right-white-shape {
    width: 7%;
    height: 67%;
  }

  .about-cta-wrapper {
    position: relative;
  }

  .about-cta-block {
    align-items: center;
  }

  .about-cta-arrow-icon-block {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 40px;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .honors-heading-title {
    font-size: 250px;
  }

  .thumbnail-and-sort-description {
    grid-column-gap: 40px;
    justify-content: space-between;
    margin-top: 80px;
  }

  .service-details-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .sponsy-rich-text-block ol {
    margin-bottom: 32px;
    padding-left: 20px;
  }

  .sponsy-rich-text-block h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5em;
  }

  .sponsy-rich-text-block figure {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .sponsy-rich-text-block blockquote {
    line-height: 1.5em;
  }

  .team-hero-title {
    font-size: 238px;
  }

  .team-details-hero-wrapper, .team-details-hero-content-block {
    height: 100svh;
  }

  .team-details-wrapper {
    padding-top: 60px;
  }

  .project-hero-content {
    align-items: center;
  }

  .project-hero-content-border-02 {
    left: 33%;
  }

  .inner-page-hero-wrapper {
    padding-top: 0;
  }

  .inner-hero-title-block {
    margin-top: 20px;
  }

  .process-heading-title {
    font-size: 260px;
  }

  .project-details-information-block {
    display: block;
  }

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

  .circle-svg-2, .path {
    color: #ff4370;
    -webkit-text-stroke-color: #ff4370;
  }

  .about-hero-right-white-shape-2 {
    width: 7%;
    height: 67%;
  }

  .about-cta-wrapper-2 {
    position: relative;
  }

  .about-hero-heading-2 {
    font-size: 260px;
  }

  .about-cta-wrapper-3 {
    position: relative;
  }

  .about-hero-heading-3 {
    font-size: 200px;
  }

  .large-button-footer, .large-button-footer.medium-button {
    background-color: #ff4370;
  }

  .large-button-footer.medium-button-footer {
    background-color: var(--blue-chalk);
  }

  .project-hero-content-border-4 {
    left: 33%;
  }

  .image-7 {
    aspect-ratio: auto;
    object-fit: contain;
  }

  .primary-button-4 {
    background-color: #ff4370;
  }

  .button-hover-bg-outline-3 {
    background-color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .container, .body-text-default-medium-testimonio {
    text-align: left;
  }

  .primary-all-content.outline-2:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
    border: 1px solid var(--primary-color);
    background-color: var(--secondary-color);
    border-radius: 100px;
  }

  .social-link:hover, .social-link._03:hover, .social-link._04:hover {
    background-color: var(--white-color);
  }

  .primary-button-arrow-2.outline-8.two {
    color: #01010b;
  }

  .primary-button-arrow-block-2.outline-3 {
    background-color: var(--white-color);
  }

  .large-button, .large-button.medium-button {
    background-color: #ff4370;
  }

  .button-hover-bg-outline:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
    background-color: #fff;
  }

  .primary-button-2 {
    border-color: #ff4370;
  }

  .primary-button-2.outline-copy:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
    background-color: var(--transfarent);
  }

  .hero-wrapper {
    height: 100vh;
  }

  .other-link-item, .other-link-text {
    text-align: left;
  }

  .about-content {
    flex-flow: wrap;
  }

  .section-heading {
    text-align: left;
    text-decoration: none;
    position: static;
  }

  .section-heading-content {
    text-align: left;
  }

  .team-heading-title {
    text-align: center;
  }

  .other-link-wrap {
    text-align: right;
    display: none;
  }

  .nav-button-block {
    opacity: 1;
    border: 0 solid #fff;
    border-radius: 0;
  }

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

  .nav-link:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
    color: var(--text-color-01);
  }

  .hero-all-content-area {
    height: 100vh;
  }

  .about-video {
    padding-left: 1px;
  }

  .about-hero-heading {
    font-size: 242px;
  }

  .about-hero-right-white-shape {
    height: 68%;
  }

  .service-hero-link-block {
    display: flex;
  }

  .team-details-hero-wrapper, .team-details-hero-content-block {
    height: 100vh;
  }

  .team-details-hero-content {
    margin-top: 0;
  }

  .project-hero-content-border-02 {
    left: 37%;
  }

  .faq-wrapper-02 {
    text-align: left;
  }

  .question-heading-title {
    text-align: center;
  }

  .body-text-default-medium-hero {
    text-align: left;
  }

  .about-hero-right-white-shape-2 {
    height: 68%;
  }

  .about-hero-heading-2 {
    font-size: 242px;
  }

  .body-text-default-medium-3, .container-2 {
    text-align: left;
  }

  .about-hero-heading-3 {
    font-size: 242px;
  }

  .body-text-default-medium-4, .container-3 {
    text-align: left;
  }

  .large-button-footer, .large-button-footer.medium-button {
    background-color: #ff4370;
  }

  .large-button-footer.medium-button-footer {
    background-color: var(--blue-chalk);
  }

  .container-6, .marca-container {
    text-align: left;
  }

  .project-hero-content-border-4 {
    left: 37%;
  }

  .body-text-default-medium-faqs, .body-text-default-medium-copy, .body-text-default-medium-header, .body-text-default-medium-metricas, .body-text-default-medium-testimonio-copy {
    text-align: left;
  }

  .primary-button-4 {
    border-color: #ff4370;
  }

  .primary-button-arrow-block-5.outline-3 {
    background-color: #fff;
  }

  .body-text-default-medium-sistema, .body-text-default-medium-sistema-background {
    text-align: left;
  }
}

@media screen and (max-width: 991px) {
  .style-typography-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .typography-style-item {
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .typography-style-item.text {
    flex-flow: column;
  }

  .typography-information {
    grid-column-gap: 24px;
    align-items: center;
  }

  .typography-information.left {
    align-self: flex-end;
  }

  .title-01 {
    font-size: 110px;
  }

  .title-02 {
    font-size: 90px;
  }

  .heading-01 {
    font-size: 70px;
  }

  .heading-02 {
    font-size: 40px;
  }

  .heading-03 {
    font-size: 32px;
  }

  .typography-text-block.text {
    justify-content: space-between;
  }

  .body-text-name-item {
    max-width: 75%;
  }

  .body-text-large {
    font-size: 16px;
  }

  .body-text-default-medium-testimonio {
    font-weight: 400;
  }

  .body-text-default-medium-testimonio.semibold, .body-text-small-ntociai.text-semibold, .body-text-small-ntociai.text-semibold {
    font-weight: 500;
  }

  .style-color-item-block {
    grid-column-gap: 16px;
    grid-row-gap: 28px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-hero-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .style-guide-hero-description {
    max-width: 91%;
  }

  .style-logo-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-brand-logo-block {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .style-logo {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .style-logo-divider {
    height: auto;
  }

  .style-logo-item {
    width: 46%;
    padding-bottom: 20px;
  }

  .style-button-wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .button-text.large {
    font-size: 20px;
  }

  .button-text.large.medium-button {
    font-size: 16px;
  }

  .brand-information-content {
    max-width: 39%;
  }

  .footer-description {
    margin-top: 10px;
    margin-bottom: 24px;
  }

  .social-link._03 {
    background-color: var(--primary-color);
  }

  .footer-link-content-block {
    max-width: 57%;
  }

  .footer-large-title-block {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .section-heading-information.none {
    display: none;
  }

  .nav-menu {
    background-color: var(--background-color-01);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 94.5%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    top: 100%;
  }

  .hero-content-block {
    grid-row-gap: 24px;
  }

  .hero-top-content {
    grid-column-gap: 24px;
    justify-content: space-between;
  }

  .hero-top-heading-block {
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .hero-social-link-block {
    margin-top: 0;
  }

  .hero-heading-h2 {
    font-size: 70px;
  }

  .hero-others-link-block {
    align-self: center;
    padding-top: 0;
  }

  .office-service-heading-block {
    align-self: flex-start;
    max-width: 63%;
  }

  .about-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-content-block {
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .about-image-block {
    align-self: center;
  }

  .about-content {
    max-width: 100%;
  }

  .about-content-heading-area {
    width: 100%;
  }

  .about-title-block {
    margin-bottom: 20px;
  }

  .about-information-content {
    display: flex;
  }

  .about-information-content._02 {
    display: none;
  }

  .service-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .service-item-block {
    margin-top: 60px;
  }

  .service-item {
    height: auto;
  }

  .service-item-content {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .service-item-number {
    width: 60px;
    margin-right: 60px;
    display: none;
  }

  .service-item-title-block {
    padding-left: 0;
    padding-right: 32px;
  }

  .service-description {
    margin-left: 32px;
  }

  .service-image-block {
    width: 100%;
    height: 337px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    transform: scale(1);
  }

  .service-divided-border {
    height: 100px;
    display: none;
  }

  .staticts-item-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .counter-numbar {
    font-size: 40px;
  }

  .project-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-heading-title {
    font-size: 142px;
  }

  .project-item-block {
    width: 100%;
    margin-top: 60px;
  }

  .project-item {
    width: 100%;
    height: 500px;
  }

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

  .project-item-02 {
    width: 100%;
    height: 500px;
  }

  .project-collection-list-02 {
    justify-content: center;
    align-items: center;
  }

  .project-collection-item-02 {
    width: 100%;
  }

  .project-button-block {
    align-self: center;
    position: static;
  }

  .team-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-heading-title {
    font-size: 138px;
  }

  .team-item-block {
    margin-top: 60px;
  }

  .team-image-area {
    height: 350px;
  }

  .testimonial-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testimonial-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .testimonial-video-block {
    width: 100%;
  }

  .testimonial-content {
    max-width: 100%;
  }

  .testimonial-heading {
    font-size: 20px;
    line-height: 1.4em;
  }

  .quotation-icon {
    width: auto;
    height: 20%;
    top: -1%;
    left: 0%;
  }

  .testimonial-divider {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .left-arrow {
    right: -81%;
  }

  .blogs-wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .blogs-heading-title {
    font-size: 105px;
  }

  .blogs-item-block {
    margin-top: 60px;
  }

  .blog-top-content {
    padding: 16px;
  }

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

  .section-cta-button {
    transform: rotate(-25deg);
  }

  .navbar-wrapper {
    flex-flow: row;
    height: 78px;
  }

  .nav-button-block {
    display: none;
  }

  .brand-logo {
    width: 80%;
  }

  .nav-link {
    color: var(--text-color-01);
    display: inline-flex;
  }

  .nav-link:hover {
    color: var(--text-color-02);
  }

  .team-collection-list {
    grid-row-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }

  .service-collection-list {
    grid-row-gap: 32px;
    display: flex;
  }

  .brand-image-dark {
    width: 80%;
  }

  .border-line-animation.none {
    display: none;
  }

  .hero-all-content-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-dot-border {
    background-image: linear-gradient(#0000, #000);
  }

  .footer-all-content {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .project-section-heading-content {
    position: static;
  }

  .menu-button {
    color: var(--white-color);
    justify-content: center;
    align-items: center;
    padding: 0;
  }

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

  .collection-item {
    width: 100%;
  }

  .service-heading-title {
    font-size: 148px;
  }

  .nav-link-item {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
  }

  .mobille-menu-icon-block {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .mobille-menu-icon-block:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
    color: var(--text-color-01);
  }

  .mobile-menu-icon-border01 {
    background-color: var(--white-color);
    width: 24px;
    height: 2px;
    margin-bottom: 6px;
    padding: 0;
  }

  .mobile-menu-icon-border01:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
    background-color: var(--text-color-01);
    color: var(--text-color-01);
  }

  .mobile-menu-icon-border02 {
    background-color: var(--white-color);
    width: 16px;
    height: 2px;
    padding: 0;
  }

  .mobile-menu-icon-border02:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
    background-color: var(--text-color-01);
  }

  .nav-item-block {
    z-index: 3;
    flex-flow: column;
    position: relative;
  }

  .menu-logo-shape {
    z-index: 1;
    display: block;
    position: absolute;
    inset: 26% 0% auto auto;
  }

  .about-hero-wrapper {
    background-position: 50% 0;
    background-size: contain;
    height: auto;
    padding-top: 265px;
  }

  .about-hero-heading {
    font-size: 123px;
  }

  .about-hero-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-hero-title-and-desciption {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .about-hero-description {
    max-width: 92%;
  }

  .about-content-background {
    width: 100%;
  }

  .about-hero-right-white-shape {
    width: 2%;
    height: 53%;
    display: none;
  }

  .experience-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .experience-description {
    max-width: 44%;
  }

  .experience-content {
    margin-top: 60px;
  }

  .years-of-experience-text-block {
    margin-bottom: -76px;
  }

  .year-text {
    font-size: 337px;
  }

  .years-of-experience-text {
    top: 29%;
    right: -19%;
  }

  .experience-image-block {
    width: 200px;
    height: 200px;
  }

  .home-brand-logo-link {
    width: 14%;
  }

  .experience-image-and-logo {
    grid-column-gap: 32px;
    justify-content: flex-end;
  }

  .honors-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .honors-heading-title {
    font-size: 142px;
  }

  .awards-information {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .awards-category-block {
    grid-column-gap: 16px;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .hubs-wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hubs-heading-title {
    font-size: 138px;
  }

  .instragram-content-block {
    grid-column-gap: 16px;
  }

  .instragram-image-item._01 {
    grid-row-gap: 181px;
    width: 26%;
  }

  .instragram-image-item._02 {
    grid-row-gap: 40px;
    width: 60%;
    margin-top: 20px;
  }

  .instragram-image-item._03 {
    width: 22%;
    height: 400px;
  }

  .instragram-image-block.large {
    width: 95%;
    height: auto;
  }

  .hub-item-number {
    width: 60px;
    margin-right: 60px;
  }

  .hub-item-title-block {
    max-width: 30%;
    padding-left: 32px;
    padding-right: 32px;
  }

  .hub-item-title {
    font-size: 18px;
  }

  .hub-description {
    text-align: left;
    max-width: 100%;
    margin-left: 24px;
  }

  .hub-description-and-time {
    width: 58%;
    padding-left: 20px;
  }

  .hub-time-information {
    opacity: 1;
    width: 41%;
    display: none;
  }

  .service-hero-wrapper {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .service-hero-top-content {
    grid-column-gap: 32px;
  }

  .service-viewer-text {
    font-size: 165px;
  }

  .service-hero-bottom-content {
    margin-top: 40px;
  }

  .service-hero-link-block {
    margin-bottom: 10px;
  }

  .service-hero-shape-block {
    width: 50px;
    height: 50px;
  }

  .analytics-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .analytics-content-block {
    flex-flow: column;
  }

  .analytics-left-content {
    width: 100%;
  }

  .analytics-content {
    max-width: 100%;
  }

  .analytics-description {
    max-width: 74%;
    padding-right: 0;
  }

  .analytice-right-content {
    max-width: 100%;
    margin-top: 40px;
    margin-left: 0;
  }

  .storytelling-image {
    width: 74%;
  }

  .storytelling-description {
    max-width: 100%;
  }

  .service-details-hero-wrapper {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .service-details-heading-block {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .service-details-heading {
    font-size: 40px;
  }

  .thumbnail-and-sort-description {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .service-sort-description {
    order: -1;
    max-width: 100%;
    margin-top: 0;
  }

  .service-details-wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .sponsy-rich-text-block h2 {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .sponsy-rich-text-block li {
    margin-bottom: 16px;
  }

  .sponsy-rich-text-block h6 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .sponsy-rich-text-block blockquote {
    margin-top: 32px;
    margin-bottom: 32px;
    padding: 32px 60px;
    font-size: 16px;
    font-weight: 500;
  }

  .sponsy-rich-text-block h1 {
    font-size: 36px;
    font-weight: 600;
  }

  .sponsy-rich-text-block h4 {
    font-size: 24px;
  }

  .sponsy-rich-text-block h5 {
    font-size: 20px;
  }

  .service-features-wrapper {
    padding-bottom: 60px;
  }

  .service-feature-item-block {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .service-features-title-block._02 {
    max-width: 100%;
  }

  .faqs-wrapper {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .service-faq-content-block {
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .faq-content-block {
    max-width: 100%;
  }

  .team-hero-wrapper {
    padding-top: 180px;
  }

  .team-hero-title-block {
    margin-top: 60px;
  }

  .team-hero-title {
    font-size: 128px;
  }

  .all-team-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .team-details-hero-wrapper {
    height: auto;
  }

  .team-details-hero-content-block {
    padding-bottom: 60px;
  }

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

  .team-details-hero-image-block {
    height: 500px;
  }

  .location-name, .personal-skill-name, .team-contact-text {
    font-weight: 400;
  }

  .team-details-wrapper {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .expertice-progress-block {
    max-width: 50%;
  }

  .project-hero-content-block.details {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-large-text {
    font-size: 160px;
  }

  .project-hero-content {
    grid-column-gap: 20px;
    justify-content: space-between;
    align-items: center;
  }

  .project-hero-heading-block, .project-hero-heading-block._02 {
    margin-bottom: 0;
  }

  .project-hero-content-border-02 {
    display: none;
    left: 32%;
  }

  .project-details-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .gellary-image-item {
    height: auto;
  }

  .inner-page-hero-content-block {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .inner-page-heading.blog-details {
    max-width: 100%;
  }

  .blog-details-wrapper {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .project-details-infomation-block {
    margin-top: 32px;
  }

  .blog-writer-name {
    font-size: 18px;
  }

  .blogs-details-features {
    grid-column-gap: 16px;
  }

  .blog-features-item {
    padding: 24px;
  }

  .blog-features-title-block {
    width: 90%;
  }

  .inner-hero-wrapper-02 {
    padding-top: 60px;
  }

  .inner-hero-headign-title {
    font-size: 70px;
  }

  .inner-hero-image-block {
    width: 25%;
    height: auto;
  }

  .faq-wrapper-02 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-page-description {
    width: 85%;
  }

  .license-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .license-content {
    max-width: 78%;
  }

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

  .license-content-item-block {
    grid-row-gap: 60px;
  }

  .contact-information-item-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-information-item {
    grid-row-gap: 14px;
    flex-flow: column;
  }

  .contact-information-item._02 {
    border-right: 1px solid var(--text-color-02);
    border-left: 1px solid var(--text-color-02);
  }

  .contact-info-icon {
    width: 44px;
    height: 44px;
  }

  .contact-icon {
    font-size: 16px;
  }

  .contact-info-text-block {
    text-align: center;
  }

  .contact-item {
    margin-top: 8px;
  }

  .contact-item-text {
    font-size: 14px;
  }

  .contact-information-divider {
    display: none;
  }

  .contact-wrapper {
    padding-bottom: 60px;
  }

  .contact-conetent-block {
    grid-row-gap: 32px;
    flex-flow: column;
    align-items: center;
  }

  .contact-image-block {
    width: 63%;
  }

  .contact-block {
    max-width: 100%;
  }

  .error-utility-page-content {
    width: 100%;
  }

  ._404-text {
    font-size: 250px;
  }

  .error-text-block {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    top: -32px;
  }

  .error-text {
    font-size: 150px;
  }

  .contact-item-text-02 {
    font-size: 14px;
  }

  .cta-slide-item {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
  }

  .cta-content {
    max-width: 83%;
  }

  .cta-left-arrow {
    top: 21%;
    right: -71.5%;
  }

  .cta-right-arrow {
    top: -15%;
    right: 10%;
  }

  .cta-line-border {
    right: 14%;
  }

  .cta-slide-item-02 {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 40px;
  }

  .cta-heading-title {
    font-size: 40px;
  }

  .process-heading-title {
    font-size: 152px;
  }

  .question-heading-title {
    font-size: 138px;
  }

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

  .hover-border {
    background-color: var(--text-color-02);
  }

  .style-section-heading {
    font-size: 32px;
  }

  .related-blogs-wrapper {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .about-heading-title {
    font-size: 40px;
  }

  .project-hero-heading {
    font-size: 36px;
  }

  .project-details-thumbnail {
    height: 470px;
  }

  .body-text-default-medium-2 {
    font-weight: 400;
  }

  .plus-horizontal {
    height: 2px;
    margin-top: 1px;
  }

  .dropdown-menu-button-block {
    text-align: center;
    display: block;
  }

  .primary-button-3.outline-responsive {
    border-color: #5b5b5f;
    transition: opacity .2s;
  }

  .dropdown-arrow-icon {
    display: none;
  }

  .dropdown-nav-link-block, .nav-dropdown {
    width: 100%;
  }

  .dropdown-list {
    background-color: #ddd0;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    left: 0%;
  }

  .tempate-info-block.none {
    display: none;
  }

  .dropdown-nav-link {
    color: #01010b;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-nav-link:hover {
    color: #01010b;
  }

  .dropdown-nav-link.w--open {
    color: #01010b;
    margin-bottom: 16px;
  }

  .plus-verticate {
    width: 2px;
    margin-top: 1px;
    margin-left: .2px;
  }

  .dropdown-plus-icon-block {
    top: 4px;
  }

  .dropdown-menu-divider.none {
    display: none;
  }

  .dropdown-menu-content {
    justify-content: space-between;
  }

  .dropdown-menu-category-block {
    background-color: #e6e6e7;
    width: 100%;
    padding-bottom: 24px;
  }

  .primary-button-arrow-block-3.outline-3 {
    background-color: var(--secondary-color);
  }

  .plus-icon {
    display: block;
  }

  .button-hover-bg-outline-2 {
    background-color: var(--secondary-color);
  }

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

  .text-block:hover {
    color: var(--text-color-02);
    -webkit-text-stroke-color: var(--text-color-02);
  }

  .body-text-default-medium-hero {
    font-weight: 400;
  }

  .body-text-default-medium-hero.semibold {
    font-weight: 500;
  }

  .about-hero-right-white-shape-2 {
    width: 2%;
    height: 53%;
    display: none;
  }

  .about-content-background-2 {
    width: 100%;
  }

  .about-hero-heading-2 {
    font-size: 123px;
  }

  .body-text-default-medium-3 {
    font-weight: 400;
  }

  .about-hero-description-2 {
    max-width: 92%;
  }

  .about-hero-wrapper-2 {
    background-position: 50% 0;
    background-size: contain;
    height: auto;
    padding-top: 265px;
  }

  .heading-7 {
    font-size: 40px;
  }

  .about-hero-heading-3 {
    font-size: 123px;
  }

  .body-text-default-medium-4 {
    font-weight: 400;
  }

  .about-hero-description-3 {
    max-width: 92%;
  }

  .about-hero-wrapper-3 {
    background-position: 50% 0;
    background-size: contain;
    height: auto;
    padding-top: 265px;
  }

  .heading-2 {
    font-size: 40px;
  }

  .instragram-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-8 {
    font-size: 40px;
  }

  .body-text-default-medium-5 {
    font-weight: 400;
  }

  .service-item-block-2 {
    margin-top: 60px;
  }

  .project-item-block-2 {
    width: 100%;
    margin-top: 60px;
  }

  .body-text-default-medium-6 {
    font-weight: 400;
  }

  .project-hero-content-border-4 {
    display: none;
    left: 32%;
  }

  .blog-gallery-image-block {
    height: auto;
  }

  .blog-features-item-2 {
    padding: 24px;
  }

  .heading-9 {
    font-size: 40px;
  }

  .body-text-default-medium-7 {
    font-weight: 400;
  }

  .inner-page-heading-2.blog-details {
    max-width: 100%;
  }

  .blog-image-gallery {
    grid-column-gap: 32px;
  }

  .personal-skill-name-2 {
    font-weight: 400;
  }

  .faq-wrapper-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .question-heading-title-2 {
    font-size: 138px;
  }

  .location-name-2 {
    font-weight: 400;
  }

  .heading-10 {
    font-size: 40px;
  }

  .body-text-default-medium-8 {
    font-weight: 400;
  }

  .body-text-default-medium-8.semibold {
    font-weight: 500;
  }

  .heading-03-hero {
    font-size: 32px;
  }

  .noticias-list {
    margin-top: 60px;
  }

  .body-text-default-medium-faqs {
    font-weight: 400;
  }

  .body-text-default-medium-faqs.semibold {
    font-weight: 500;
  }

  .body-text-default-medium-copy {
    font-weight: 400;
  }

  .body-text-default-medium-copy.semibold {
    font-weight: 500;
  }

  .body-text-default-medium-header {
    font-weight: 400;
  }

  .body-text-default-medium-header.semibold {
    font-weight: 500;
  }

  .body-text-default-medium-metricas {
    font-weight: 400;
  }

  .body-text-default-medium-metricas.semibold {
    font-weight: 500;
  }

  .body-text-default-medium-testimonio-copy {
    font-weight: 400;
  }

  .body-text-default-medium-testimonio-copy.semibold {
    font-weight: 500;
  }

  .home_about_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .home_about_details {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .body-text-small-copy.text-semibold, .body-text-small-footer.text-semibold, .body-text-small-footer.text-semibold, .body-text-small-footer.text-semibold-footer, .body-text-small-noticia.text-semibold, .body-text-small-noticia.text-semibold, .body-text-small-noticia.text-semibold-noticia {
    font-weight: 500;
  }

  .body-text-default-medium-sistema {
    font-weight: 400;
  }

  .body-text-default-medium-sistema.semibold {
    font-weight: 500;
  }

  .body-text-default-medium-sistema-background {
    font-weight: 400;
  }

  .body-text-default-medium-sistema-background.semibold {
    font-weight: 500;
  }

  .button-text-black.large {
    font-size: 20px;
  }

  .button-text-black.large.medium-button {
    font-size: 16px;
  }

  .dropdown-arrow-icon-2 {
    display: none;
  }

  .body-text-small-team.text-semibold {
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .typography-style-item {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .typography-title-block {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .typography-information, .typography-information.left {
    align-self: flex-start;
  }

  .style-size-information, .line-height-information {
    justify-content: flex-start;
    align-items: center;
  }

  .title-01 {
    font-size: 80px;
  }

  .font-weight-information {
    margin-bottom: 0%;
  }

  .font-weight-information.left {
    align-self: flex-start;
  }

  .title-02, .heading-01 {
    font-size: 60px;
  }

  .heading-02 {
    font-size: 36px;
  }

  .heading-03 {
    font-size: 32px;
  }

  .heading-04 {
    font-size: 24px;
  }

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

  .heading-06 {
    font-size: 16px;
  }

  .typography-text-block.text {
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .body-text-name-item {
    max-width: 100%;
  }

  .body-text-default-regular.text-semibold {
    font-weight: 500;
  }

  .typography-area {
    grid-row-gap: 60px;
  }

  .style-section-title-block {
    margin-bottom: 40px;
  }

  .style-color-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .style-color-item-block {
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .style-hero-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .style-guide-hero-description {
    max-width: 100%;
    margin-top: 10px;
  }

  .style-brand-logo-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .style-brand-logo {
    max-width: 50%;
  }

  .monogram-logo {
    max-width: 45%;
  }

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

  .footer-top-content {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .brand-information-content {
    max-width: 100%;
  }

  .footer-description {
    margin-top: 16px;
  }

  .social-link._02 {
    color: var(--secondary-color);
  }

  .social-link._02:hover {
    background-color: var(--primary-color);
  }

  .footer-link-content-block {
    max-width: 100%;
  }

  .footer-large-title-block {
    margin-top: 48px;
    margin-bottom: 20px;
  }

  .section-heading-information-categories.none {
    display: none;
  }

  .copyright-content-block {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .large-button.medium-button {
    height: 56px;
    padding: 12px 24px;
  }

  .hero-content-block {
    grid-row-gap: 0px;
  }

  .hero-top-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .hero-social-link-block {
    margin-top: 0;
  }

  .hero-heading-h2 {
    font-size: 60px;
  }

  .hero-others-link-block {
    align-self: flex-end;
  }

  .office-service-heading-block {
    max-width: 100%;
  }

  .about-information-content {
    grid-row-gap: 32px;
    flex-flow: column;
    margin-top: 20px;
  }

  .about-button-block {
    align-self: flex-start;
  }

  .about-description-area {
    order: -1;
    max-width: 100%;
  }

  .service-wrapper {
    overflow: hidden;
  }

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

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

  .service-item-block {
    margin-top: 40px;
  }

  .service-item-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .service-item-number {
    margin-right: 0;
  }

  .service-item-title-block {
    max-width: 100%;
    padding-right: 0;
  }

  .service-description {
    max-width: 90%;
    margin-top: 4px;
    margin-left: 0;
  }

  .service-image-block {
    height: auto;
  }

  .service-image {
    object-fit: cover;
  }

  .service-divided-border {
    display: none;
  }

  .staticts-item {
    padding: 24px;
  }

  .project-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-heading-content {
    overflow: hidden;
  }

  .project-heading-title {
    font-size: 103px;
  }

  .project-item-block {
    margin-top: 60px;
  }

  .project-title {
    font-size: 32px;
  }

  .team-heading-title {
    font-size: 100px;
  }

  .team-item-block {
    margin-top: 40px;
  }

  .team-image-area {
    height: 300px;
  }

  .team-name-and-designation {
    margin-top: 20px;
  }

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

  .testimonial-video-block {
    height: 300px;
  }

  .testimonial-heading {
    font-size: 18px;
  }

  .quotation-icon {
    width: auto;
    height: 15%;
  }

  .testimonial-review-text {
    max-width: 72%;
  }

  .testimonial-divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .left-arrow {
    right: -73%;
  }

  .blogs-wrapper {
    padding-bottom: 60px;
  }

  .blogs-heading-title {
    font-size: 76px;
  }

  .blogs-item-block {
    margin-top: 60px;
  }

  .blog-thumbnail-block {
    height: 250px;
  }

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

  .team-link {
    height: 22px;
  }

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

  .border-line-animation.none {
    display: none;
  }

  .hero-all-content-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-all-content {
    padding-top: 60px;
  }

  .menu-button:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
    color: var(--text-color-01);
  }

  .service-collection-list-02 {
    width: 135%;
    padding-bottom: 6px;
  }

  .service-title-block {
    width: 100%;
    display: none;
    overflow: scroll;
  }

  .service-heading-title {
    font-size: 108px;
  }

  .mobille-menu-icon-block:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
    color: var(--text-color-01);
    -webkit-text-stroke-color: var(--text-color-01);
  }

  .mobile-menu-icon-border01:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5), .mobile-menu-icon-border02:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
    background-color: var(--text-color-01);
  }

  .brand {
    padding-left: 0;
  }

  .about-hero-wrapper {
    background-position: 50% 0;
    background-size: contain;
    padding-top: 175px;
  }

  .about-hero-heading {
    font-size: 90px;
  }

  .about-hero-content {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .about-hero-title-and-desciption {
    grid-row-gap: 0px;
  }

  .about-content-background {
    width: 100%;
  }

  .about-hero-right-white-shape {
    width: 3%;
    height: 48%;
  }

  .experience-top-content {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .experience-description {
    max-width: 100%;
  }

  .experience-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  }

  .years-of-experience-text-block {
    margin-bottom: 0;
  }

  .years-of-experience-text {
    right: -28%;
  }

  .experience-image-block {
    width: 300px;
    height: 300px;
  }

  .experience-image-and-logo {
    z-index: 2;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    position: relative;
  }

  .honors-heading-block {
    grid-column-gap: 0px;
    justify-content: space-between;
  }

  .honors-heading-title {
    font-size: 103px;
  }

  .awards-category-block {
    grid-column-gap: 16px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    display: grid;
  }

  .hubs-heading-title {
    font-size: 100px;
  }

  .instragram-content-block {
    grid-row-gap: 26px;
    flex-flow: column;
  }

  .instragram-image-item._01 {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .instragram-image-item._02 {
    width: 100%;
  }

  .instragram-image-item._03 {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
  }

  .instragram-image-block {
    align-self: center;
  }

  .instragram-description {
    align-self: flex-end;
    width: 44%;
  }

  .hub-item-number {
    width: 31px;
    margin-right: 0;
  }

  .hub-item-content {
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hub-divided-border {
    display: none;
  }

  .hub-item-title-block {
    max-width: 20%;
    margin-top: 1px;
    padding-left: 0;
    padding-right: 0;
  }

  .hub-item-title {
    font-size: 16px;
  }

  .hub-description {
    max-width: 55%;
    margin-left: 0;
  }

  .hub-description-and-time {
    flex-flow: row;
    padding-left: 0;
  }

  .hub-time-information {
    width: 37%;
    transform: rotate(0);
  }

  .service-hero-wrapper {
    padding-top: 100px;
  }

  .service-hero-top-content {
    flex-flow: column;
  }

  .service-viewer-text {
    margin-top: -100px;
    font-size: 265px;
  }

  .service-hero-bottom-content {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .service-hero-link-block {
    align-self: flex-end;
  }

  .analytics-left-content-divider {
    margin-bottom: 40px;
  }

  .storytelling-image {
    width: 100%;
  }

  .storytelling-content {
    margin-left: 0;
  }

  .service-details-heading {
    font-size: 36px;
  }

  .sponsy-rich-text-block h2 {
    margin-top: 40px;
    font-size: 28px;
  }

  .sponsy-rich-text-block li {
    margin-bottom: 10px;
  }

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

  .sponsy-rich-text-block h1 {
    font-size: 32px;
    font-weight: 600;
  }

  .sponsy-rich-text-block h4 {
    font-size: 20px;
  }

  .service-features-wrapper {
    padding-bottom: 40px;
  }

  .service-features-title-block {
    margin-top: 20px;
    margin-bottom: 32px;
  }

  .service-features-title {
    font-size: 20px;
  }

  .faq-image-block {
    width: 100%;
    height: auto;
  }

  .faq-heading-title {
    font-size: 24px;
  }

  .faq-answer-wrap {
    max-width: 100%;
  }

  .team-hero-description-block {
    flex-flow: column;
  }

  .team-hero-description {
    max-width: 96%;
  }

  .team-hero-title-block {
    margin-top: 40px;
  }

  .team-hero-title {
    font-size: 101px;
  }

  .members {
    font-size: 120px;
  }

  .team-details-hero-content {
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .team-details-hero-left-content {
    max-width: 89%;
  }

  .team-details-hero-image-block {
    order: -1;
  }

  .expertice-progress-block {
    max-width: 100%;
    position: static;
  }

  .project-hero-content-block.details {
    padding-bottom: 40px;
  }

  .project-large-text {
    font-size: 110px;
  }

  .project-hero-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-hero-heading-block {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .project-hero-heading-block._02 {
    margin-bottom: 10px;
  }

  .project-hero-content-border-02 {
    display: none;
    left: 36%;
  }

  .project-details-wrapper {
    padding-top: 60px;
  }

  .project-information-block {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .project-infomation-item {
    grid-row-gap: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

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

  .inner-page-hero-wrapper {
    background-position: 0 0;
  }

  .project-details-infomation-block {
    grid-column-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .writer-information-wrap {
    grid-column-gap: 10px;
  }

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

  .blogs-details-features {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .blog-features-item {
    padding: 20px;
  }

  .blog-features-title {
    font-size: 16px;
  }

  .inner-hero-wrapper-02 {
    padding-bottom: 60px;
  }

  .inner-hero-content {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .inner-hero-title-block {
    margin-top: 10px;
  }

  .hero-down-arrow-block {
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }

  .hero-down-arrow {
    font-size: 14px;
  }

  .inner-hero-headign-title {
    font-size: 60px;
  }

  .inner-hero-image-block {
    order: -1;
    width: 100%;
  }

  .faq-content-block-02 {
    max-width: 100%;
  }

  .inner-page-description {
    width: 100%;
  }

  .license-content {
    max-width: 100%;
  }

  .license-content-item {
    padding: 60px 16px;
  }

  .license-content-item-block {
    grid-row-gap: 48px;
  }

  .contact-image-block {
    width: 80%;
  }

  .contact-heading-title {
    font-size: 24px;
  }

  .error-home-button-block {
    margin-top: 20px;
  }

  .cta-slide-item {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
  }

  .cta-description {
    max-width: 76%;
  }

  .cta-left-arrow, .cta-right-arrow {
    width: 44px;
    height: 44px;
  }

  .cta-slide-item-02 {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 20px;
  }

  .previous-text {
    font-size: 14px;
    right: -39px;
  }

  .next-text {
    font-size: 14px;
    left: -41px;
  }

  .cta-heading-title {
    font-size: 30px;
  }

  .process-heading-title {
    font-size: 110px;
  }

  .faq-content {
    margin-top: 40px;
  }

  .question-heading-title {
    font-size: 100px;
  }

  .service-hero-title {
    font-size: 60px;
  }

  .style-section-heading {
    font-size: 32px;
  }

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

  .related-blogs-wrapper {
    padding-bottom: 60px;
  }

  .about-heading-title, .project-hero-heading {
    font-size: 32px;
  }

  .project-details-thumbnail {
    height: 370px;
  }

  .dropdown-nav-link-category {
    margin-top: 0;
    margin-bottom: 0;
  }

  .dropdown-menu-content {
    grid-column-gap: 42px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .dropdown-menu-category-block {
    flex-flow: wrap;
  }

  .primary-button-arrow-block-3.outline-3, .button-hover-bg-outline-2 {
    background-color: var(--secondary-color);
  }

  .about-hero-right-white-shape-2 {
    width: 3%;
    height: 48%;
  }

  .about-content-background-2 {
    width: 100%;
  }

  .about-hero-heading-2 {
    font-size: 90px;
  }

  .about-hero-wrapper-2 {
    background-position: 50% 0;
    background-size: contain;
    padding-top: 175px;
  }

  .heading-7 {
    font-size: 36px;
  }

  .about-hero-heading-3 {
    font-size: 90px;
  }

  .about-hero-wrapper-3 {
    background-position: 50% 0;
    background-size: contain;
    padding-top: 175px;
  }

  .heading-2 {
    font-size: 36px;
  }

  .instragram-description-2 {
    align-self: flex-end;
    width: 44%;
  }

  .heading-8 {
    font-size: 36px;
  }

  .large-button-footer.medium-button, .large-button-footer.medium-button-footer {
    height: 56px;
    padding: 12px 24px;
  }

  .service-item-block-2 {
    margin-top: 40px;
  }

  .contact-social-icon {
    border-width: 0;
  }

  .project-item-block-2 {
    margin-top: 60px;
  }

  .project-hero-content-border-4 {
    display: none;
    left: 36%;
  }

  .blog-features-item-2 {
    padding: 20px;
  }

  .heading-9 {
    font-size: 36px;
  }

  .inner-page-hero-wrapper-2 {
    background-position: 0 0;
  }

  .faq-content-block-3 {
    max-width: 100%;
  }

  .section-heading-2 {
    text-align: center;
  }

  .question-heading-title-2 {
    font-size: 100px;
  }

  .section-heading-content-2 {
    overflow: hidden;
  }

  .faq-answer-wrap-2 {
    max-width: 100%;
  }

  .heading-10 {
    font-size: 36px;
  }

  .section-heading-information-categories-2.none {
    display: none;
  }

  .heading-03-hero {
    font-size: 32px;
  }

  .noticias-list {
    margin-top: 60px;
  }

  .section-heading-information-categories-3.none {
    display: none;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .body-text-small-copy.text-semibold {
    color: var(--white-color);
  }

  .section-heading-information-categories-c.none {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .container {
    display: block;
  }

  .title-01 {
    font-size: 60px;
  }

  .title-02 {
    font-size: 48px;
  }

  .typography-heading-block {
    justify-content: space-between;
    width: 100%;
  }

  .heading-01 {
    font-size: 40px;
  }

  .heading-02, .heading-03 {
    font-size: 24px;
  }

  .body-text-default-regular {
    font-size: 15px;
  }

  .body-text-default-regular.text-semibold {
    font-size: 16px;
  }

  .body-text-small-ntociai.text-medium {
    color: var(--text-color-01);
  }

  .body-text-small-ntociai.text-semibold {
    font-weight: 700;
  }

  .style-section-title-block {
    margin-bottom: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .style-color-item-block {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .style-brand-logo-block, .style-logo {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .button-text.large {
    font-size: 16px;
  }

  .button-text.large.medium-button {
    font-size: 14px;
  }

  .primary-all-content.outline-02 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .footer-link-content-block {
    grid-column-gap: 16px;
    grid-row-gap: 32px;
    flex-flow: wrap;
  }

  .footer-link-categories-item {
    grid-row-gap: 10px;
    width: auto;
  }

  .footer-link-categories-item.responsive {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .footer-large-title-block {
    margin-top: 40px;
  }

  .footer-large-title {
    padding-bottom: 80px;
  }

  .section-heading-information-categories {
    grid-column-gap: 20px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .section-heading-information-categories.none {
    display: none;
  }

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

  .large-button.medium-button {
    height: 50px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .primary-button-text-2.outline-6 {
    left: -10px;
  }

  .button-item-block {
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .nav-menu {
    max-width: 90%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-social-link-block {
    grid-row-gap: 12px;
    flex-flow: wrap;
    margin-top: 0;
  }

  .hero-heading-h2 {
    font-size: 40px;
  }

  .about-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .about-image-block {
    width: 100%;
    height: 350px;
  }

  .image-cover {
    object-fit: cover;
  }

  .about-title-block {
    margin-bottom: 16px;
  }

  .about-title-and-heading {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .about-information-content {
    grid-row-gap: 24px;
  }

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

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

  .service-item {
    height: auto;
  }

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

  .service-item-number {
    width: 24px;
  }

  .service-item-title-block {
    max-width: 65%;
    padding-left: 0;
  }

  .service-item-title {
    font-size: 20px;
  }

  .service-description {
    max-width: 100%;
    margin-left: 0;
  }

  .service-image-block {
    object-fit: fill;
  }

  .service-image {
    object-fit: contain;
    width: auto;
    height: auto;
  }

  .staticts-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    position: static;
  }

  .staticts-item {
    padding: 16px;
  }

  .count-name {
    text-align: center;
    margin-top: 0;
  }

  .counter-area {
    height: 56px;
  }

  .project-heading-title {
    font-size: 65px;
  }

  .project-item-block {
    margin-top: 40px;
  }

  .project-item {
    height: 350px;
    padding: 24px;
  }

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

  .project-item-02 {
    height: 350px;
    padding: 24px;
  }

  .team-heading-title {
    font-size: 63px;
  }

  .team-image-area {
    height: 350px;
  }

  .testimonial-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45em;
  }

  .quotation-icon {
    width: auto;
    height: 10%;
  }

  .testimonial-review-block {
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .testimonial-review-text {
    max-width: 100%;
  }

  .testimonial-review-icon {
    margin-top: 10px;
  }

  .left-arrow {
    right: -59%;
  }

  .slider-arrow-icon {
    color: var(--text-color-01);
  }

  .blogs-heading-title {
    font-size: 48px;
  }

  .blogs-item-block {
    margin-top: 40px;
  }

  .blogs-item-block.responsive {
    margin-top: 32px;
  }

  .blog-title {
    font-size: 16px;
  }

  .day-numbar {
    font-size: 20px;
  }

  .categories-and-comment {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: wrap;
  }

  .writer-info-and-button-block {
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .section-cta-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    bottom: 0%;
    transform: rotate(0);
  }

  .section-cta-button.none {
    display: none;
  }

  .video-ovarlay-shape {
    object-fit: cover;
  }

  .navbar-wrapper {
    height: 70px;
  }

  .navbar-wrapper:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
    background-color: var(--white-color);
  }

  .brand-logo {
    max-width: 67%;
  }

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

  .brand-image-dark {
    max-width: 70%;
  }

  .play-pause-button {
    width: 64px;
    height: 64px;
  }

  .hero-all-content-area {
    padding-bottom: 40px;
  }

  .project-section-heading-content {
    display: block;
  }

  .service-collection-list-02 {
    width: 235%;
  }

  .service-item-all-data {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .service-heading-title {
    font-size: 64px;
  }

  .mobile-menu-icon-border01:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
    background-color: var(--text-color-01);
    color: var(--text-color-01);
  }

  .mobile-menu-icon-border02:where(.w-variant-a24e7977-b193-bcad-7dde-66189637f0e5) {
    background-color: var(--text-color-01);
    color: var(--text-color-01);
    -webkit-text-stroke-color: var(--text-color-01);
  }

  .about-hero-wrapper {
    background-image: none;
    background-size: auto;
    padding-top: 0;
  }

  .about-hero-heading {
    font-size: 60px;
  }

  .about-hero-content {
    margin-top: -8px;
    padding-top: 32px;
    padding-bottom: 16px;
  }

  .about-hero-title-and-desciption {
    grid-row-gap: 6px;
  }

  .about-hero-description {
    max-width: 100%;
  }

  .about-content-background {
    width: 100%;
  }

  .about-hero-right-white-shape {
    width: 5%;
    height: 36%;
  }

  .about-heading-area {
    margin-top: -60px;
  }

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

  .years-of-experience-text-block {
    margin-bottom: 0;
  }

  .year-text {
    font-size: 250px;
  }

  .years-of-experience-text {
    top: 29%;
    right: 4%;
  }

  .experience-image-block {
    width: 200px;
    height: 200px;
  }

  .honors-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .honors-heading-title {
    font-size: 65px;
  }

  .awards-category-block {
    grid-template-columns: 1fr 1fr;
  }

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

  .hubs-heading-title {
    font-size: 63px;
  }

  .instragram-content-block {
    grid-row-gap: 16px;
    position: relative;
  }

  .instragram-image-item._01 {
    grid-row-gap: 10px;
    flex-flow: column;
    order: 1;
    width: 48%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .instragram-image-item._02 {
    order: 1;
    margin-top: 10px;
  }

  .instragram-image-item._03 {
    width: 48%;
  }

  .instragram-image-block {
    align-self: flex-start;
  }

  .instragram-image-block.large {
    width: 100%;
  }

  .instragram-image-block._03 {
    align-self: center;
  }

  .instragram-image-block._01 {
    height: 159px;
  }

  .instragram-description {
    text-align: left;
    align-self: flex-start;
    width: 100%;
  }

  .hubs-item-block {
    margin-top: 40px;
  }

  .hub-item-number {
    align-self: flex-start;
    width: 24px;
  }

  .hub-item-content {
    flex-flow: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hub-item-title-block {
    max-width: 32%;
    padding-left: 0;
    position: absolute;
    left: 23px;
  }

  .hub-item-title {
    font-size: 14px;
    font-weight: 500;
  }

  .hub-description {
    text-align: left;
    max-width: 100%;
    margin-left: 0;
  }

  .hub-description-and-time {
    width: 100%;
    margin-top: 2px;
  }

  .hub-time-information {
    width: 35%;
    display: none;
  }

  .service-viewer-text {
    text-align: center;
    margin-top: -58px;
    font-size: 160px;
  }

  .service-hero-link-block {
    grid-row-gap: 20px;
  }

  .service-hero-shape-block {
    width: 32px;
    height: 32px;
  }

  .analytics-heading-and-plusicon {
    grid-row-gap: 32px;
  }

  .analytics-plus-icon-block {
    margin-right: 0;
  }

  .analytics-description {
    max-width: 100%;
  }

  .analytice-right-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 350px;
    max-height: none;
    margin-top: 20px;
    padding: 16px;
    display: block;
  }

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

  .storytelling-image-block {
    margin-top: 24px;
    margin-bottom: 20px;
  }

  .storytelling-content {
    margin-left: 0;
  }

  .service-details-hero-wrapper {
    height: auto;
    padding-bottom: 40px;
  }

  .service-details-heading {
    font-size: 32px;
  }

  .thumbnail-and-sort-description {
    margin-bottom: 0;
  }

  .service-details-wrapper {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .sponsy-rich-text-block h6 {
    margin-top: 24px;
    margin-bottom: 16px;
  }

  .sponsy-rich-text-block blockquote {
    margin-top: 24px;
    margin-bottom: 24px;
    padding: 24px;
    font-size: 14px;
    font-weight: 500;
  }

  .sponsy-rich-text-block h1 {
    font-size: 32px;
    font-weight: 600;
  }

  .service-features-item {
    padding: 24px 24px 32px;
  }

  .service-features-title-block {
    max-width: 100%;
  }

  .faqs {
    padding: 20px;
  }

  .faq-questions-wrap {
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-question-title-block {
    width: 87%;
  }

  .faq-arrow-block {
    width: 28px;
    height: 28px;
  }

  .faq-answer-wrap {
    max-width: 100%;
  }

  .team-hero-description {
    max-width: 98%;
  }

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

  .team-details-hero-content-block {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .members-text-block {
    grid-column-gap: 60px;
    top: 140px;
  }

  .members {
    font-size: 80px;
  }

  .team-details-hero-content {
    grid-row-gap: 32px;
  }

  .team-details-hero-left-content {
    max-width: 100%;
  }

  .team-details-hero-image-block {
    order: -1;
    width: 100%;
    height: auto;
  }

  .project-hero-content-block {
    padding-top: 80px;
  }

  .project-large-text {
    font-size: 80px;
  }

  .project-hero-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-hero-heading-block {
    margin-bottom: 16px;
  }

  .project-hero-content-border-02 {
    display: none;
  }

  .project-details-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .project-information-block {
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-infomation-item {
    flex-flow: row;
  }

  .gellary-image-item {
    height: auto;
  }

  .gallery-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .inner-page-hero-wrapper {
    background-position: 15% 0;
  }

  .inner-page-hero-content-block {
    padding-top: 80px;
  }

  .project-details-infomation-block {
    grid-row-gap: 32px;
    flex-flow: wrap;
  }

  .blogs-details-features {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .blog-features-title-block {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .inner-hero-heading-item {
    grid-column-gap: 10px;
  }

  .inner-hero-heading-item.contact {
    grid-row-gap: 6px;
    flex-flow: wrap;
  }

  .inner-hero-title-block, .hero-down-arrow-block {
    margin-top: 6px;
  }

  .inner-hero-headign-title {
    font-size: 40px;
  }

  .license-button-block {
    grid-row-gap: 14px;
    flex-flow: wrap;
  }

  .license-content-item {
    padding: 40px 16px;
  }

  .license-content-item-block {
    grid-row-gap: 32px;
  }

  .contact-information-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-information-item-block {
    grid-template-columns: 1fr;
  }

  .contact-information-item {
    border: 1px solid var(--text-color-02);
  }

  .contact-image-block {
    width: 100%;
  }

  .text-field-item-block {
    flex-flow: column;
  }

  ._404-text {
    font-size: 120px;
  }

  .error-text-block {
    top: -18px;
  }

  .error-text {
    font-size: 80px;
  }

  .cta-slide-item {
    height: 390px;
    padding-top: 60px;
    padding-right: 20px;
  }

  .cta-content {
    max-width: 100%;
  }

  .cta-button-block {
    margin-bottom: 40px;
  }

  .cta-left-arrow {
    top: 68%;
    right: -48%;
  }

  .left-arrow-icon {
    font-size: 14px;
  }

  .cta-right-arrow {
    top: 68%;
    right: 65%;
  }

  .cta-line-border {
    display: none;
  }

  .cta-slide-item-02 {
    height: 390px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 10px;
  }

  .cta-heading-title {
    font-size: 20px;
  }

  .right-arrow-icon {
    font-size: 14px;
  }

  .process-heading-title {
    font-size: 58px;
  }

  .question-heading-title {
    font-size: 63px;
  }

  .service-hero-title {
    font-size: 40px;
  }

  .style-section-heading {
    font-size: 24px;
  }

  .about-heading-title {
    font-size: 22px;
    line-height: 1.45em;
  }

  .project-details-thumbnail {
    height: 250px;
  }

  .about-hero-image-mobile {
    height: 220px;
    display: block;
  }

  .logo-shape-02 {
    display: none;
  }

  .dropdown-nav-menu {
    font-size: 14px;
  }

  .dropdown-menu-button-block {
    margin-top: 24px;
  }

  .primary-button-3.outline-responsive {
    width: 100%;
  }

  .dropdown-nav-link-category {
    margin-top: 0;
    margin-bottom: 0;
  }

  .logo-shape-01 {
    display: none;
  }

  .dropdown-list.w--open {
    background-color: #e6e6e7;
    width: 100%;
  }

  .dropdown-menu-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-menu-category-block {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 16px;
  }

  .primary-button-arrow-block-3.outline-3, .button-hover-bg-outline-2 {
    background-color: var(--secondary-color);
  }

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

  .text-block:hover {
    color: var(--text-color-02);
    -webkit-text-stroke-color: var(--text-color-02);
  }

  .about-hero-right-white-shape-2 {
    width: 5%;
    height: 36%;
  }

  .about-content-background-2 {
    width: 100%;
  }

  .about-hero-heading-2 {
    font-size: 60px;
  }

  .about-hero-description-2 {
    max-width: 100%;
  }

  .about-hero-wrapper-2 {
    background-image: none;
    background-size: auto;
    padding-top: 0;
  }

  .heading-7 {
    font-size: 24px;
  }

  .about-hero-heading-3 {
    font-size: 60px;
  }

  .about-hero-description-3 {
    max-width: 100%;
  }

  .about-hero-wrapper-3 {
    background-image: none;
    background-size: auto;
    padding-top: 0;
  }

  .heading-2 {
    font-size: 24px;
  }

  .instragram-description-2 {
    text-align: left;
    align-self: flex-start;
    width: 100%;
  }

  .instragram-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-8 {
    font-size: 24px;
  }

  .large-button-footer.medium-button, .large-button-footer.medium-button-footer {
    height: 50px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .team-list-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
    display: grid;
    position: static;
  }

  .sistema-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    position: static;
  }

  .marca-container {
    display: block;
  }

  .project-item-block-2 {
    margin-top: 40px;
  }

  .image-marca-cover {
    object-fit: cover;
  }

  .project-hero-content-border-4 {
    display: none;
  }

  .heading-9 {
    font-size: 24px;
  }

  .inner-page-hero-wrapper-2 {
    background-position: 15% 0;
  }

  .section-heading-2 {
    text-align: center;
  }

  .faq-question-title-block-2 {
    width: 87%;
  }

  .question-heading-title-2 {
    font-size: 63px;
  }

  .faq-arrow-block-2 {
    width: 28px;
    height: 28px;
  }

  .faq-answer-wrap-2 {
    max-width: 100%;
  }

  .heading-10 {
    font-size: 24px;
  }

  .section-heading-information-categories-2 {
    grid-column-gap: 20px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section-heading-information-categories-2.none {
    display: none;
  }

  .faqs-2 {
    padding: 20px;
  }

  .heading-03-hero {
    font-size: 24px;
  }

  .noticias-list {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .noticias-list.responsive {
    margin-top: 32px;
  }

  .video-ovarlay-shape-faqs {
    object-fit: cover;
  }

  .section-heading-information-categories-3 {
    grid-column-gap: 20px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section-heading-information-categories-3.none {
    display: none;
  }

  .heading-categories-item-3 {
    opacity: 1;
    text-overflow: clip;
  }

  .home_about_content {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .body-text-small-copy.text-semibold {
    font-weight: 700;
  }

  .section-heading-information-categories-c {
    grid-column-gap: 20px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .section-heading-information-categories-c.none {
    display: none;
  }

  .body-text-small-footer.text-semibold, .body-text-small-footer.text-semibold-footer, .body-text-small-noticia.text-semibold, .body-text-small-noticia.text-semibold-noticia {
    font-weight: 700;
  }

  .button-text-black.large {
    font-size: 16px;
  }

  .button-text-black.large.medium-button {
    font-size: 14px;
  }

  .logo-shape-3 {
    display: none;
  }

  .body-text-small-team.text-semibold {
    font-weight: 700;
  }
}

#w-node-f6133a72-d2f2-2fca-85d3-eea60169d21e-43b0124d, #w-node-_0dcaefd8-0fae-01cb-3ec0-f64c0bef3c09-90a2266d, #w-node-_0dcaefd8-0fae-01cb-3ec0-f64c0bef3c09-e3c13de8 {
  justify-self: auto;
}

@media screen and (max-width: 767px) {
  #w-node-f9fa2191-b7f5-8419-80a4-ba9dc5f2911a-90a2266d, #w-node-f9fa2191-b7f5-8419-80a4-ba9dc5f2911a-e3c13de8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Instrumentsans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}