@font-face {
  font-family: "Fa brands 400 (old)";
  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: "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 (6.4.2)";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-light: #f9f9f9;
  --black: #1e1e1e;
  --paragraph-gray: #6f6f6f;
  --gray: #e5e5e5;
  --r-10: 10px;
  --white: white;
  --primary: #0a1f50;
  --light-gray: #ececec;
  --r-55: 55px;
  --text-dark\<deleted\|variable-7ad493ea\>: #0e0e0e;
  --dark-gray\<deleted\|variable-e2382e90\>: #e5e5e5;
  --white-50: #ffffff80;
  --dark-gray-50: #afafaf80;
}

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

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

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

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

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-pagination-next-icon {
  margin-left: 4px;
}

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

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

body {
  background-color: var(--primary-light);
  color: var(--black);
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  letter-spacing: -1.36px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 68px;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  color: var(--paragraph-gray);
  letter-spacing: -.96px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  color: var(--black);
  letter-spacing: -.72px;
  margin-top: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  color: var(--black);
  letter-spacing: -.6px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  color: var(--black);
  letter-spacing: -.44px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1em;
}

h6 {
  color: var(--black);
  letter-spacing: -.4px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1em;
}

p {
  color: var(--paragraph-gray);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5em;
}

a {
  color: var(--text-dark\<deleted\|variable-7ad493ea\>);
  letter-spacing: .3px;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--paragraph-gray);
}

ul {
  grid-row-gap: 15px;
  color: var(--paragraph-gray);
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 17px;
  font-weight: 300;
  display: flex;
}

li {
  align-items: center;
  line-height: 1.4em;
}

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

label {
  margin-bottom: 10px;
  display: block;
}

blockquote {
  border: 1px solid var(--gray);
  border-radius: var(--r-10);
  background-color: var(--white);
  text-align: center;
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.changelog-banner {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  display: flex;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.without-space {
  padding-top: 0;
  padding-bottom: 0;
}

.section.style-guide-section {
  padding-top: 180px;
  padding-bottom: 0;
}

.section.color-section {
  background-color: var(--black);
}

.section.banner-home-1 {
  padding-top: 225px;
}

.section.banner-home-2 {
  padding-top: 170px;
  padding-bottom: 60px;
  overflow: hidden;
}

.section.banner-image {
  background-image: url('../images/Banner-Home-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 260px;
  padding-bottom: 60px;
}

.section.banner-home-3 {
  padding-top: 300px;
  overflow: hidden;
}

.section.black-baclground {
  background-color: var(--black);
}

.section.service-banner {
  padding-top: 170px;
  padding-bottom: 60px;
}

.section.banner-image-inner {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.service-details-banner {
  padding-top: 300px;
  overflow: hidden;
}

.section.about-us-banner {
  padding-top: 170px;
  padding-bottom: 0;
}

.section.history-banner {
  padding-top: 170px;
  overflow: hidden;
}

.section.blog-banner {
  padding-top: 170px;
}

.section.why-choose-banner {
  padding-top: 170px;
  overflow: hidden;
}

.section.blog-details-banner {
  padding-top: 170px;
}

.section.pricing-banner, .section.review-banner {
  padding-top: 170px;
  padding-bottom: 60px;
}

.section.job-details-banner {
  padding-top: 170px;
}

.section.contact-us-banner, .section.portfolio-banner {
  padding-top: 170px;
  padding-bottom: 60px;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.base-container.align-left {
  align-items: flex-start;
}

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.base-container.relative-container {
  position: relative;
}

.base-container.center-container {
  display: flex;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.first-description {
  border-bottom: 1px solid #a7a7a7;
  border-left: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  width: 24%;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.typography-wrapper {
  margin-top: 30px;
}

.spacing-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.primary-style-guide {
  border-radius: var(--r-10);
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.gray-style-guide {
  border-radius: var(--r-10);
  background-color: var(--gray);
  width: 75px;
  height: 75px;
}

.color-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.colors-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.black-style-guide {
  border-radius: var(--r-10);
  background-color: var(--black);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.colors-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  display: flex;
}

.light-gray-style-guide {
  border-radius: var(--r-10);
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
}

.color-container {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.primary-light-style-guide {
  border-radius: var(--r-10);
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.white-style-guide {
  border-radius: var(--r-10);
  background-color: var(--white);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.h1-tablet {
  letter-spacing: -1.04px;
  font-size: 54px;
}

.h2-tablet {
  letter-spacing: -.84px;
  font-size: 42px;
}

.h1-mobile {
  letter-spacing: -.96px;
  font-size: 48px;
}

.h2-mobile {
  letter-spacing: -.76px;
  font-size: 38px;
}

.h3-mobile {
  font-size: 34px;
}

.primary-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--primary);
  border-radius: var(--r-55);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  text-transform: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 26px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
  transition: all .4s, color .5s, border-color .5s ease-in, background-color .5s ease-in;
  display: flex;
  position: relative;
}

.primary-button:hover {
  border-color: var(--black);
  background-color: var(--dark-gray-50);
  opacity: 1;
  color: var(--black);
}

.primary-button.serch-button {
  margin-left: auto;
  margin-right: auto;
}

.primary-button.full-width {
  width: 100%;
}

.primary-button.pagination {
  margin-top: 40px;
}

.primary-button.hover-borders:hover {
  border-color: var(--primary);
}

.primary-button.full-width-with-borders {
  width: 100%;
}

.primary-button.full-width-with-borders:hover {
  border-color: var(--primary);
}

.style-guide-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.link-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.navbar {
  background-color: var(--white);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: auto;
  max-width: 1300px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-link {
  color: var(--black);
  letter-spacing: 0;
  padding: 19px 15px;
  font-size: 16px;
}

.nav-link:hover {
  opacity: 1;
  color: var(--paragraph-gray);
}

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

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 19px 35px 19px 15px;
}

.nav-dropdown-icon {
  margin-right: 15px;
  font-size: 16px;
}

.nav-dropdown-list {
  border: 1px solid var(--light-gray);
  border-radius: var(--r-10);
  background-color: #fff;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 500px;
  display: flex;
  left: -135px;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link {
  width: 100%;
  margin-left: -16px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: var(--paragraph-gray);
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: var(--paragraph-gray);
}

.nav-item-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-images-wrapper {
  border-top: 1px solid var(--gray);
  width: 100%;
  padding-top: 40px;
}

.licensing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom: 1px #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 60px;
}

.licensing-grid.last-child {
  border-bottom-style: none;
  padding-bottom: 0;
}

.licensing-image {
  border-radius: var(--r-10);
  object-fit: cover;
  width: 100%;
  height: 320px;
  transition: opacity .3s;
}

.licensing-image:hover {
  opacity: .8;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-image-link {
  border-radius: var(--r-10);
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: var(--black);
  letter-spacing: normal;
  font-weight: 700;
}

.license-link:hover {
  color: var(--paragraph-gray);
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--black);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
  transition: color .35s;
}

.icon-style-guide:hover {
  color: var(--paragraph-gray);
}

.icon-style-guide.dribble {
  font-family: "Fa solid 900", sans-serif;
}

.licensing-fonts-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.licensing-paragraph {
  width: 50%;
}

.licensing-font-title {
  text-transform: capitalize;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 320px;
  display: flex;
}

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

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: 1px solid var(--light-gray);
  border-radius: var(--r-55);
  background-color: var(--light-gray);
  color: var(--black);
  min-width: 280px;
  min-height: 55px;
  margin-bottom: 10px;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1.2em;
}

.password-input:focus {
  border: 1px solid var(--black);
}

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

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

._404-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

._404-logo-wrapper {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

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

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.changelog-heading {
  margin-bottom: 20px;
}

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

.footer {
  text-align: left;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 30px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid var(--gray);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  display: flex;
}

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--paragraph-gray);
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--paragraph-gray);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
  display: flex;
}

.footer-copyright-link {
  color: var(--paragraph-gray);
  letter-spacing: .2px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

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

.section-title-wrapper {
  text-align: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.style-guide-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.paragraph-large {
  font-size: 18px;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 20px;
  display: block;
}

.accordion-list-content {
  width: 95%;
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-title {
  width: 90%;
  font-size: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.link-with-icon {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.hidden {
  display: none;
}

.footer-link {
  color: var(--black);
  letter-spacing: 0;
  transition: all .3s;
}

.footer-link:hover, .footer-link.social-link {
  color: var(--paragraph-gray);
}

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

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1.4fr .6fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 335px;
  display: grid;
}

.white-text {
  color: #fff;
}

.white-text.medium-text {
  font-weight: 500;
}

.footer-links-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-links-wrapper.align-bottom {
  justify-content: flex-end;
  align-items: flex-start;
}

.search-wrap-input {
  color: var(--text-dark\<deleted\|variable-7ad493ea\>);
  background-color: #0000;
  border: 1px solid #0000;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.search-wrap-input:focus {
  border-style: none;
}

.search-wrap-input::placeholder {
  color: var(--dark-gray\<deleted\|variable-e2382e90\>);
}

.search-desktop {
  z-index: 1000;
  background-color: #ffffffe6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.search-close-button {
  cursor: pointer;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  inset: 50px 50px auto auto;
}

.search-bottom-line {
  background-color: var(--primary);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

.search-wrapper {
  flex-direction: column;
  width: 100%;
  max-width: 1140px;
  display: flex;
}

.search-shop-con {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.search-shop-con.tablet-button-wrapper {
  display: none;
}

.without-top-spacing {
  padding-top: 0;
}

.search-link {
  margin-bottom: 10px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.search-link:hover {
  opacity: .7;
}

.search-input {
  border: 1px solid var(--light-gray);
  border-radius: var(--r-55);
  background-color: var(--light-gray);
  color: var(--black);
  height: auto;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 16px;
  line-height: 1em;
}

.search-input:focus {
  border: 1px solid var(--black);
}

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

.search-result-wrapper {
  width: 100%;
  margin-top: 50px;
}

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

.customers-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.customer-wrapper {
  border-radius: var(--r-10);
  background-color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  display: flex;
}

.customer-title {
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 12px;
}

.accordion-wrap-one-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.headings-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.service-list-item {
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.primary-button-black {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: var(--r-55);
  background-color: var(--black);
  color: var(--white);
  text-align: center;
  letter-spacing: .2px;
  border: 1px solid gray;
  justify-content: space-between;
  align-items: center;
  padding: 16px 26px;
  transition: all .2s;
  display: flex;
}

.primary-button-black:hover {
  color: var(--black);
  background-color: var(--dark-gray-50);
}

.primary-button-black.white-hover {
  transition-duration: .4s;
}

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

.primary-button-black.black-borders:hover {
  border-color: var(--gray);
}

.style-guide-content-wrapper {
  display: flex;
}

.slide-3 {
  max-height: 580px;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -12px;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 19px;
  line-height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 20px;
  padding-bottom: 4px;
  font-size: 24px;
}

.portfolio-grid-collection-item {
  width: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 30px #00000014;
}

.portfolio-masonry-image-wrapper {
  position: relative;
}

.landing-inner-page-image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-overlay {
  z-index: 1;
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

.nav-dropdown-column {
  width: 33%;
}

.secondary-button {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--white);
  border-radius: var(--r-55);
  background-color: var(--white);
  color: var(--black);
  letter-spacing: .2px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 26px;
  font-weight: 600;
  line-height: 1.3em;
  transition: all .35s;
  display: flex;
}

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

.secondary-button.absolute-button {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: auto 0% auto auto;
}

.testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 60px;
  padding-left: 15px;
  padding-right: 15px;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 60px;
}

.contacts-wrapper-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 780px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.courses-collection {
  width: 100%;
}

.home-4-testimonials-wrapper, .testimonials-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
  width: 100%;
  margin-top: 10px;
  display: flex;
}

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 38px;
  display: flex;
  position: relative;
}

.about-img {
  object-fit: cover;
  position: absolute;
}

.about-img._1 {
  z-index: 2;
  width: 350px;
  inset: 0% 0% auto 12%;
}

.about-img._5 {
  z-index: 4;
  width: 350px;
  inset: 60% 0% auto 24%;
}

.about-img._3 {
  z-index: 1;
  width: 300px;
  inset: 19% 4% 0% auto;
}

.about-img._4 {
  z-index: 5;
  width: 220px;
  inset: 47% 30% 0% 50%;
}

.about-img._2 {
  z-index: 3;
  width: 300px;
  inset: 31% auto 0% 2%;
}

.subtitle {
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.our-services-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  display: flex;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 75px;
}

.heading-wrapper {
  margin-top: 40px;
  margin-bottom: 30px;
}

.content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  display: flex;
}

.content {
  border-radius: 5px;
  margin-bottom: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

.industries-block-wrapper {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  max-width: 35vw;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.industries-block-wrapper:hover {
  box-shadow: 0 10px 20px #14173326;
}

.home-9-team-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 31%;
  position: relative;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 30px;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--black);
  border-radius: 2px;
  width: 12px;
  height: 12px;
  margin-right: 15px;
  display: inline-block;
}

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: 2px solid #80808026;
  margin-bottom: 30px;
  margin-right: 0;
  padding-bottom: 4px;
  display: inline-block;
}

.dropdown-nav-link {
  color: #999;
  margin-left: -20px;
  padding: 5px 0;
  font-family: Poppins;
  transition: color .2s;
  display: flex;
}

.dropdown-nav-link:hover, .dropdown-nav-link.w--current {
  color: #004ae2;
}

.gallery-image-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-19-gallery-img-link {
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.rich-text-style h2 {
  color: var(--black);
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 44px;
}

.rich-text-style h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-style h4 {
  margin-top: 25px;
}

.rich-text-style h5 {
  margin-top: 30px;
}

.rich-text-style h6 {
  margin-top: 20px;
}

.rich-text-style ul {
  grid-row-gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-style img {
  border-radius: var(--r-10);
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style.width--100 {
  max-width: 100%;
}

.home-banner-left-arrow {
  align-items: center;
  height: 40px;
  display: flex;
  inset: 0% auto 0% 2%;
}

.home-23-team-item {
  width: 33%;
}

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

.brand-tablet {
  display: none;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.tabs-style-guide {
  width: 100%;
}

.spacing-system-image-2 {
  filter: grayscale();
  max-width: 80%;
}

.main-style-guide-body-wrapper {
  margin-right: 40px;
}

.style-guide-tab-link {
  border: 1px solid var(--gray);
  border-radius: var(--r-55);
  background-color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--black);
  color: #fff;
}

.style-guide-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 80px;
  display: flex;
}

.spacing-title {
  margin-top: 0;
  margin-bottom: 0;
}

.grid-title {
  background-color: var(--black);
  color: #fff;
  border-left: 1px #a7a7a7;
  border-right: 1px solid #7c7c7c;
  justify-content: center;
  align-items: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-title.first-grid {
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.banner-title-wrapper-2 {
  z-index: 1;
  flex-direction: column;
  align-items: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.primary-button-grey {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--primary-light);
  border-radius: var(--r-55);
  background-color: var(--primary-light);
  color: var(--black);
  text-align: center;
  letter-spacing: .2px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 26px;
  font-family: Urbanist, sans-serif;
  font-weight: 600;
  line-height: 1.3em;
  transition: all .35s;
  display: flex;
}

.primary-button-grey:hover {
  border-color: var(--light-gray);
  background-color: var(--dark-gray-50);
  color: var(--black);
}

.primary-button-grey.white-color {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black);
}

.primary-button-grey.white-color:hover {
  color: var(--gray);
  background-color: #0000;
}

.primary-button-grey.style-guide-border-button {
  border-color: var(--black);
  justify-content: space-between;
  align-items: center;
}

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

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border: 1px solid #e9e9e9;
  border-radius: 7px;
  width: 100%;
}

.landing-inner-page-image.banner {
  box-shadow: 0 6px 20px #00000014;
}

.landing-banner-content {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  inset: auto;
}

.banner-description-2 {
  text-align: center;
  letter-spacing: 2.4px;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8em;
}

.landing-banner-title {
  color: var(--paragraph-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
}

.landing-home-pages-wrapper-banner {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.landing-banner-screens {
  z-index: 999;
  width: 100%;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.landing-inner-page-item {
  border-radius: var(--r-10);
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding: 6px;
}

.landing-paragraph-style {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 0;
}

.section-landing-customers {
  background-color: var(--black);
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}

.landing-customers-content-left {
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  padding-right: 60px;
  display: flex;
}

.landing-customers-content-right {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 54%;
  display: grid;
}

.landing-section-heading-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.landing-customers-icon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  display: flex;
}

.landing-icon-style {
  opacity: 1;
  filter: invert();
  max-height: 60px;
}

.paragraph-benefits-lp {
  color: #fff;
  width: 90%;
}

.landing-customers-layout {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.landing-section-title {
  color: var(--black);
  width: 70%;
  margin: 0 auto;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: var(--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: flex;
  position: absolute;
  transform: rotate(-30deg);
}

.section-ttile-description {
  text-align: center;
  margin-top: 20px;
}

.landing-home-pages-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-inner-page-title {
  text-transform: none;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

.free-trial-wrapper {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-wrapper.landing {
  flex-direction: column;
  align-items: center;
  max-width: 660px;
  display: flex;
}

.free-trial-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.section-banner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-banner.landing-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 170px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.color-bg {
  background-color: var(--black);
  height: 140px;
  position: absolute;
  inset: auto 0% 0%;
}

.pages-banner {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
}

.paragraph-gray-style-guide {
  border-radius: var(--r-10);
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.h2-style-guide-title {
  margin-top: 0;
  margin-bottom: 0;
}

.spacing-flex-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.sg-title {
  margin-top: 0;
  margin-bottom: 0;
}

.sg-title.mb-15 {
  margin-bottom: 15px;
}

.sg-title.mb-30 {
  margin-bottom: 30px;
}

.flex-small-sg-con {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.color-sg-par {
  border-radius: var(--r-10);
  margin-top: 0;
  margin-bottom: 0;
}

.flex-body-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

.style-guide-body-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.btn-flex-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  display: flex;
}

.license-link-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.link-hover-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
  overflow: hidden;
}

.link-hover-wrapper.mt---10 {
  margin-top: 10px;
}

.arrow-link {
  background-image: url('../images/Arrow-Botton-2-Yellow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  height: 24px;
}


.line-link {
  background-color: var(--black);
  width: 100%;
  height: 1px;
}

.right-copyright-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-links-footer {
  color: var(--paragraph-gray);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3em;
}

.collection-list-wrapper-100 {
  width: 100%;
}

.collection-list-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.subscribe-footer-wrapper {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  max-width: 530px;
  display: flex;
}

.subscribe-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-footer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.text-field {
  border: 1px solid var(--white);
  border-radius: var(--r-55);
  color: var(--black);
  letter-spacing: .2px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 17.5px 80px 17.5px 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3em;
}

.text-field:focus {
  border-color: var(--black);
}

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

.submit-button {
  border-radius: var(--r-55);
  background-color: var(--white);
  color: var(--black);
  background-image: url('../images/Arrow-Botton-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  min-width: 24px;
  min-height: 24px;
  padding: 2px 4px;
  transition: background-color .4s;
  position: absolute;
  top: auto;
  left: auto;
  right: 26px;
}

.submit-button:hover {
  background-color: var(--light-gray);
}

.submit-button:active, .submit-button:focus, .submit-button:disabled {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}




.icon-linkedin {
  color: var(--black);
  margin-right: 10px;
  font-family: "Fa brands 400 (old)", sans-serif;
  font-size: 18px;
  display: inline-block;
}

.h2-footer {
  color: var(--black);
}

.success-message-footer {
  background-color: #ddd0;
  min-height: 56px;
}

.error-message-form {
  border-radius: var(--r-55);
  background-color: var(--primary);
}

.text-block-2 {
  font-weight: 600;
  display: none;
}

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

.contact-wrapper.full-primary {
  border-radius: var(--r-10);
  background-color: var(--primary);
}

.image-primary-wrapper {
  border-radius: var(--r-10);
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 38%;
  max-width: 550px;
  min-height: 500px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.contact-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

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

.black-text.mb---30 {
  margin-bottom: 30px;
}

.section-button-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.section-button-wrapper.width---250 {
  justify-content: space-between;
  align-items: center;
  width: 250px;
}

.section-button-wrapper.blog-button-link {
  margin-top: 20px;
}

.section-button-wrapper.banner-home-3-button {
  width: 250px;
}

.section-button-wrapper.banner-home-3-mobile-button, .section-button-wrapper.tablet-section-wrapper {
  display: none;
}

.section-button-wrapper.small-margin {
  margin-top: 10px;
}

.arrows-button {
  width: 24px;
  height: 24px;
  position: relative;
}

.arrow-button {
  position: absolute;
  inset: 0%;
}

.values-small-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

.values-small-wrapper.small-top-padding {
  margin-top: 20px;
}

.value-small-text {
  font-weight: 600;
  line-height: 1.3em;
}

.paragraph-width---95.dark-paragraph {
  color: var(--black);
}

.values-big-wrapper {
  border-radius: var(--r-10);
  background-color: var(--black);
  flex-flow: column;
  padding: 40px 40px 30px;
  display: flex;
}

.top-content-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.left-top-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.left-top-title-wrapper.width---55 {
  width: 55%;
}

.subtitle-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.subtitle-text {
  color: var(--white);
  font-weight: 600;
  line-height: 1.3em;
}

.subtitle-text.black-text {
  color: var(--black);
}

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

.white-semibold-text {
  color: var(--white);
  font-weight: 600;
}

.icon-logo {
  height: 160px;
}

.values-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.icon-value-wrap {
  border-radius: var(--r-55);
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  display: flex;
}

.value-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.primary-text-color {
  color: var(--gray);
  font-weight: 400;
}

.content-value-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.light-paragraph {
  color: var(--gray);
}

.line-values {
  background-color: #3d3d3d;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 76px 0% auto;
}

.line-values.light-line-desctop {
  background-color: var(--gray);
}

.line-small-value {
  display: none;
}

.who-we-are-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
}

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

.team-member-big-image {
  border-radius: var(--r-10);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.weight-normal {
  font-weight: 400;
}

.top-content-wrap {
  flex-flow: column;
  display: flex;
}

.bottom-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-team-member-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.team-member-text {
  color: var(--black);
  max-width: 500px;
  font-weight: 500;
}

.line-text {
  background-color: var(--gray);
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 25px;
}

.big-numbers-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.number-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.big-number {
  font-size: 80px;
  font-weight: 400;
  line-height: 1em;
}

.collection-list-projects {
  flex-flow: column;
  display: flex;
}

.top-big-section-wrapper-with-line {
  border-bottom: 1px solid var(--gray);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.big-h2 {
  color: var(--black);
  letter-spacing: -1.36px;
  font-size: 68px;
}

.right-title-wrapper {
  max-width: 390px;
}

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

.right-title-wrapper.mobile-button-service {
  max-width: none;
  display: none;
}

.left-title-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.info-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

._3-values-about-us {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 265px;
  display: flex;
}

._3-values-about-us.about-us-banner {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.about-image {
  border-radius: var(--r-10);
  width: 70%;
}

.value-about-us {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: var(--r-55);
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-right: 25px;
  display: flex;
}

.number-value-wrap {
  border-radius: var(--r-55);
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  display: flex;
}

.number-value-wrap.black-wrap {
  background-color: var(--black);
}

.about-us-wrapper-1-type {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.about-us-wrapper-1-type.big-bottom-spacing {
  margin-bottom: 80px;
}

.left-content-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 265px;
  padding-right: 15px;
  display: flex;
}

.right-content-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 69%;
  display: flex;
}

.max-w---720 {
  max-width: 720px;
}

.collection-item-project {
  border-bottom: 1px solid var(--gray);
  justify-content: space-between;
  align-items: center;
  transition: border-color .4s;
  display: flex;
  position: relative;
}

.services-home-wrapper {
  border-radius: var(--r-10);
  background-color: var(--white);
  padding: 30px;
}

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

.collection-list-services.big-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.collection-item-service {
  border: 1px solid var(--light-gray);
  border-radius: var(--r-10);
  background-color: var(--primary-light);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.link-photo-service {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 100%;
  height: 140px;
  margin-bottom: -3px;
  overflow: hidden;
}

.content-service-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.service-name {
  letter-spacing: -.1px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1em;
}

.overlay-background-home {
  background-image: linear-gradient(#0000004d, #0000004d);
  width: 100%;
  height: 135%;
  position: absolute;
  inset: 0% 0% auto;
}

.content-banner-home-1 {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.left-content-banner-home-1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 480px;
  display: flex;
}

.right-content-banner-home-1 {
  width: 50%;
  position: relative;
}

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

.paragraph-banner-home-1 {
  color: var(--white);
  letter-spacing: -.56px;
  font-size: 28px;
}

.values-banner-home-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.values-banner-home-1.margin-top---0 {
  margin-top: 0;
}

.value-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.background-video {
  width: 100%;
  height: 135%;
  position: absolute;
  inset: 0%;
}

.home-1-heading {
  color: var(--white);
  text-align: right;
}

.link-info-project {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.project-name {
  letter-spacing: -.6px;
  font-size: 30px;
  font-weight: 500;
}

.project-name.small-name {
  letter-spacing: -.4px;
  margin-top: 15px;
  font-size: 24px;
  display: inline-block;
}

.project-small-photo {
  border-radius: var(--r-10);
  object-fit: cover;
  width: 260px;
  height: 130px;
  margin-top: -10px;
  position: absolute;
  inset: 0% 320px 0% auto;
}

.content-banner-home-2 {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.title-content-banner-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  display: flex;
}

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

.paragraph-banner-2 {
  max-width: 360px;
}

.values-banner-wrapper {
  border-radius: var(--r-10);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.values-banner-wrapper.team-values {
  position: absolute;
  inset: auto auto 30px;
}

.values-banner-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.left-big-content-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.paragraph-about-us {
  width: 90%;
}

.image-link-wrapper {
  width: 35%;
}

.ironis-image {
  border-radius: var(--r-10);
  object-fit: cover;
  width: 100%;
  height: 160px;
}

.ironis-image.process-image {
  height: 230px;
}

.numbers-2-type-wrapper {
  border-top: 1px solid var(--gray);
  margin-top: 40px;
}

.loop-work-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: var(--r-10);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: visible;
}

.collection-list-wrapper-projects {
  border-radius: var(--r-10);
  flex: none;
  width: 90%;
  margin-right: 20px;
}

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

.collection-list-works.home-3-project {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.collection-item-work {
  width: 100%;
}

.project-photo-wrapper {
  border-radius: 10px;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.project-photo {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.top-big-title-section {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.top-big-title-section.absolute-top-section {
  z-index: 1;
  margin-left: 35px;
  margin-right: 35px;
  position: absolute;
  inset: auto 0% 60px;
}

.accordion-toggle-faq {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 0 10px;
  display: flex;
}

.accordion-item-faq {
  border-bottom: 1px solid var(--gray);
  width: 100%;
  padding-bottom: 10px;
  position: static;
}

.faq-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
}

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

.plus-wrapper {
  background-color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.info-client-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.info-client {
  color: var(--white);
  font-size: 16px;
  font-weight: 300;
}

.info-client.dark-text-info-client {
  color: var(--paragraph-gray);
  font-weight: 300;
}

.benefits-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  place-items: center stretch;
}

.content-info-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.big-image {
  border-radius: var(--r-10);
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

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

.right-values-content-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.banner-home-3-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-banner-home-3 {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.left-content-banner-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.right-content-banner-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 43%;
  display: flex;
}

.banner-3-overlay {
  background-image: linear-gradient(180deg, #0000, var(--black));
  position: absolute;
  inset: 0%;
}

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

.collection-item-blog {
  flex-flow: column;
  display: flex;
}

.collection-item-blog.blog-info {
  position: relative;
}

.blog-image-wrapper {
  border-radius: var(--r-10);
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.blog-image {
  border-radius: var(--r-10);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.name-blog {
  letter-spacing: -.3px;
  font-size: 24px;
  font-weight: 500;
}

.content-blog {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.big-title-wrap {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  display: flex;
}

.left-title-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 540px;
  display: flex;
}

.right-button-title {
  margin-bottom: 10px;
}

.right-button-title.mobile-button {
  display: none;
}

.ironis-image-2 {
  border-radius: var(--r-10);
  width: 100%;
}

.services-wrap-2-type {
  border-radius: var(--r-10);
  background-color: var(--white);
  margin-top: -60px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px;
  position: relative;
}

.values-home-3-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.right-content-values-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.numbers-3-type-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 52%;
}

.numbers-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.number-wrap-2-type {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-left: 1px solid var(--gray);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 15px;
  display: flex;
}

.small-number {
  color: var(--black);
  font-size: 60px;
  font-weight: 500;
  line-height: 1em;
}

.service-image-wrapper {
  position: relative;
}

.image-overlay {
  border-radius: var(--r-10);
  background-image: linear-gradient(180deg, #0000, var(--black));
  position: absolute;
  inset: 0%;
}

.content-about-wrapper-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85%;
  margin-bottom: 50px;
  display: flex;
}

.paragraph-small-width {
  width: 600px;
}

.review-white-background {
  border-radius: var(--r-10);
  background-color: var(--white);
  padding: 40px 30px;
}

.review-white-background.black-background {
  background-color: var(--black);
  padding-left: 40px;
  padding-right: 40px;
}

.inner-left-content-banner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.inner-left-content-banner.service-inner-banner {
  z-index: 1;
  width: 85%;
  position: relative;
}

.inner-left-content-banner.pricing-inner {
  width: 64%;
}

.inner-left-content-banner.clients-content {
  position: relative;
}

.inner-h1.left-white-text {
  color: var(--white);
  text-align: right;
}

.inner-banner-paragraph {
  max-width: 560px;
}

.image-banner-inner {
  object-fit: cover;
  width: 100%;
  height: 340px;
}

.image-banner-details {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.content-info-details {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
  display: flex;
}

.rich-text-details {
  width: 80%;
}

.details-image-collection {
  border-radius: var(--r-10);
  object-fit: cover;
  width: 100%;
  height: 480px;
}

.review-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.review-wrapper-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stars-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-review {
  font-weight: 500;
  line-height: 1.4em;
}

.line-testimonials {
  background-color: var(--paragraph-gray);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 40px 0% auto;
}

.line-testimonials.gray-line {
  background-color: var(--gray);
}

.line-testimonials-mobile {
  display: none;
}

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

.left-big-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.top-title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.ironis-photo-1 {
  border-radius: var(--r-10);
  object-fit: cover;
  width: 47%;
  height: 620px;
}

.bottom-title {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line {
  background-color: var(--gray);
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.black-background-team {
  border-radius: var(--r-10);
  background-color: var(--black);
  padding: 40px;
}

.content-about-us-banner {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.left-about-us-wrap {
  width: 65%;
}

.info-banner-about-us-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.2fr .8fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.big-info-about-us {
  border-radius: var(--r-10);
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/About-Image-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 30px 30px;
  display: flex;
}

.white-info-about-us {
  border-radius: var(--r-10);
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px;
  display: flex;
}

.primary-info-about-us {
  border-radius: var(--r-10);
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.contennt-banner-about-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.images-metal-working-wtap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.image-metal-working {
  border-radius: var(--r-10);
  object-fit: cover;
  width: 100%;
  height: 60px;
}

.content-project-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.line-project {
  background-color: var(--gray);
  width: 100%;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.about-us-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-about-us {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.line-about {
  background-color: var(--gray);
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.content-about-us-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.numbers-about-us {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  display: flex;
}

.right-content-about-us {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.team-members-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.team-member-wrap {
  flex-flow: column;
  display: flex;
}

.team-photo {
  border-radius: var(--r-10);
}

.info-team-member {
  margin-top: 10px;
}

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

.work-process-wrapper {
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.work-process-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 1px solid var(--gray);
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
}

.work-process-wrap.last-item {
  margin-bottom: 0;
}

.number-process {
  border-radius: var(--r-55);
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 20px;
  display: flex;
}

.content-process {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.faq-image {
  border-radius: var(--r-10);
  object-fit: cover;
  width: 100%;
  height: 200px;
}

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

.title-faq.sticky-faq {
  position: sticky;
  top: 140px;
}

.stars-wrapper-banner {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 60px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.stars-review-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.paragraph {
  margin-top: 0;
  margin-bottom: 0;
}

.background-image-banner {
  background-image: linear-gradient(#0009, #0009);
  position: absolute;
  inset: 0%;
}

.title-history-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 41%;
  display: flex;
  position: sticky;
  top: 140px;
}

.history {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-history {
  border-radius: var(--r-10);
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px 25px 15px;
  display: flex;
}

.content-history-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 55%;
  display: flex;
  position: sticky;
  top: 10px;
}

.content-wrap {
  margin-top: 30px;
}

.benefit {
  border-radius: var(--r-55);
  background-color: var(--black);
  color: var(--primary);
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1em;
}

.category-link {
  border-radius: var(--r-55);
  background-color: var(--primary);
  color: var(--black);
  padding: 6px 12px;
  font-weight: 500;
  position: absolute;
  inset: 10px auto auto 10px;
}

.category-link:hover {
  background-color: var(--white);
  color: var(--black);
}

.category-link.blog-details-link {
  position: static;
  inset: 25px 15px auto auto;
}

.category-link.blog-details-link:hover {
  background-color: var(--black);
  color: var(--white);
}

.background-video-metal {
  border-radius: var(--r-10);
}

.play-pause-button-video {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.play-button-icon {
  z-index: 7;
  color: #fff;
  margin-top: 2px;
  margin-left: 3px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  line-height: 1.1em;
  position: relative;
}

.play-button-icon.pause-icon {
  margin-left: 0;
}

.play-state-video {
  border: 1px solid var(--white);
  border-radius: var(--r-55);
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: height .4s, width .4s;
  display: flex;
}

.play-state-video:hover {
  width: 60px;
  height: 60px;
}

.play-button-icon-3 {
  z-index: 7;
  color: #fff;
  margin-top: 2px;
  margin-left: 3px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  line-height: 1.1em;
  position: relative;
}

.play-button-icon-3.margin-play {
  margin-top: 2px;
  margin-left: 2px;
}

.blog-details-image {
  border-radius: var(--r-10);
  object-fit: cover;
  width: 100%;
  height: 440px;
  margin-top: 50px;
}

.rich-text-blog-wrapper {
  justify-content: center;
  align-items: flex-start;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link-pricing {
  border-bottom: 1px solid var(--primary-light);
  color: var(--paragraph-gray);
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0 0 6px;
  position: relative;
  overflow: hidden;
}

.tab-link-pricing:hover {
  color: var(--black);
}

.tab-link-pricing.w--current {
  border-bottom-color: var(--black);
  color: var(--black);
  background-color: #f9f9f900;
}

.tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.pricing-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.pricing-wrap {
  border: 1px solid var(--light-gray);
  border-radius: var(--r-10);
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pricing-wrap.popular-pricing {
  background-color: var(--black);
}

.plan-text {
  font-weight: 600;
  line-height: 1.3em;
}

.price-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 30px;
  display: flex;
}

.price {
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1em;
}

.time-price {
  color: var(--paragraph-gray);
  font-weight: 300;
  line-height: 1.3em;
}

.time-price.light-text {
  color: var(--gray);
}

.time-pricing-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.buttons-pricing {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.top-pricing-content {
  flex-flow: column;
  width: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.pricing-line {
  background-color: var(--light-gray);
  width: 100%;
  height: 1px;
}

.pricing-line.light-pricing-line {
  background-color: #ececec33;
}

.bottom-content-price {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.value-pricing {
  font-weight: 600;
  line-height: 1.3em;
}

.popular-pricinng {
  border-radius: var(--r-55);
  background-color: var(--primary);
  color: var(--black);
  padding: 4px 9px;
  font-weight: 500;
  line-height: 1.3em;
  position: absolute;
  inset: 15px 15px auto auto;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.testimonials-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.info-client-wrapper {
  margin-top: 40px;
}

.description-testimonials {
  width: 20%;
}

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

.right-arrow-testimonials {
  background-color: var(--primary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: border-color .3s, background-color .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.right-arrow-testimonials:hover {
  border: 1px solid var(--black);
  background-color: var(--primary-light);
}

.left-arrow-testimonials {
  background-color: var(--primary);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: border-color .3s, background-color .3s;
  display: flex;
  inset: auto 65px 0% auto;
}

.left-arrow-testimonials:hover {
  border: 1px solid var(--black);
  background-color: var(--primary-light);
}

.testimonials-wrapper {
  z-index: 1;
  width: 75%;
}

.slide-review {
  width: 100%;
}

.arrow-icon {
  width: 18px;
  height: 18px;
}

.link-details-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.team-photo-members {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.ironis-photo-2 {
  border-radius: var(--r-10);
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.career-item-wrapper {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  height: 100%;
  padding: 30px;
  display: flex;
}

.career-top-info-wrapper {
  border-bottom: 1px solid var(--gray);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.location-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.primary-button-without-icon {
  background-color: #3b66ff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  padding: 14px 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.career-bottom-info {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.career-type-work {
  background-color: var(--primary);
  color: var(--black);
  border-radius: 60px;
  margin-top: 0;
  padding: 6px 16px;
  font-size: 16px;
  font-weight: 500;
}

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

.job-position {
  letter-spacing: -.2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
}

.why-join-us-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.join-us-image {
  object-fit: cover;
  border-radius: 20px;
  width: 45%;
  height: 100%;
  min-height: 700px;
}

.why-us-content-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.value-wrap-career {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  margin-top: 20px;
  display: flex;
}

.title-value {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.job-details-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.right-job-details-wrap {
  width: 65%;
}

.info-job-wrapper {
  border-radius: var(--r-10);
  background-color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 30%;
  padding: 30px;
  display: flex;
  position: sticky;
  top: 120px;
}

.title-job-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.description-job {
  max-width: 520px;
}

.details-sidebar-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.job-position-sidebar-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.job-position-icon {
  color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  display: flex;
}

.job-line {
  background-color: var(--gray);
  width: 100%;
  height: 1px;
  margin-top: 30px;
}

.contact-form-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-contact-wrapper {
  border-radius: var(--r-10);
  background-color: var(--white);
  width: 60%;
  padding: 30px;
}

.info-contact-wrapper {
  border-radius: var(--r-10);
  background-image: linear-gradient(#0009, #0009), url('../images/About-Image-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  min-height: 634px;
  padding: 30px;
  display: flex;
}

.text-field-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.text-fields-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.text-field-contact {
  border: 1px solid var(--primary-light);
  border-radius: var(--r-55);
  background-color: var(--primary-light);
  color: var(--black);
  letter-spacing: .2px;
  height: auto;
  max-height: 55px;
  margin-bottom: 0;
  padding: 17px 22px;
  font-size: 16px;
  font-weight: 400;
}

.text-field-contact:focus {
  border-color: var(--black);
}

.text-field-contact::placeholder {
  color: #6f6f6fe6;
}

.form-block-contact {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 574px;
  margin-bottom: 0;
  display: flex;
}

.field-label {
  color: var(--paragraph-gray);
  font-weight: 300;
}

.contact-form-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.select-field {
  border: 1px solid var(--primary-light);
  border-radius: var(--r-55);
  background-color: var(--primary-light);
  color: #6f6f6fe6;
  letter-spacing: .2px;
  min-height: 55px;
  padding: 17px 22px;
  font-size: 16px;
  font-weight: 400;
}

.select-field:focus {
  border-color: var(--black);
}

.textarea {
  border: 1px solid var(--primary-light);
  background-color: var(--primary-light);
  color: var(--black);
  letter-spacing: .2px;
  border-radius: 25px;
  min-height: 140px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
}

.textarea:focus {
  border-color: var(--black);
}

.textarea::placeholder {
  color: #6f6f6fe6;
}

.top-contact-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info-contact-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.icon-contact {
  color: var(--dark-gray\<deleted\|variable-e2382e90\>);
  width: 16px;
  font-family: "Fa solid 900", sans-serif;
}

.contact-link {
  color: var(--white);
  font-weight: 500;
}

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

.white-background {
  border-radius: var(--r-10);
  background-color: var(--white);
  padding: 30px;
}

.collection-list-project {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.collection-item {
  border-radius: var(--r-10);
  background-color: var(--white);
  flex-flow: column;
  display: flex;
}

.link-block {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 330px;
  overflow: hidden;
}

.big-project-photo {
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 100%;
}

.content-project-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.paragraph-project {
  max-width: 540px;
}

.project-big-line {
  background-color: var(--gray);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.info-project-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.info-project {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.small-line-project {
  background-color: var(--gray);
  width: 1px;
  height: 20px;
}

.value-project {
  border-radius: var(--r-55);
  background-color: var(--light-gray);
  padding: 6px 12px;
}

.values-project-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.top-project-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.title-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  display: flex;
}

.project-line {
  background-color: var(--gray);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.project-template-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 20%;
  font-style: italic;
  display: flex;
}

.project-template-info-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margins---0 {
  margin-top: 0;
  margin-bottom: 0;
}

.dark-text-normal {
  color: var(--black);
  font-weight: 400;
}

.project-details-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.search-result-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-404 {
  font-size: 160px;
  font-weight: 600;
}

.text-orange {
  color: #f69c20;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.promotion-label-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

.btn-icon {
  margin-right: 8px;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-labels-wrapper-to-remove {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  opacity: 1;
  color: #000;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6 {
  color: var(--white);
}

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

  h2 {
    letter-spacing: -1px;
    font-size: 50px;
  }

  blockquote {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .section.changelog-banner {
    padding-top: 220px;
  }

  .section.style-guide-section {
    padding-top: 230px;
  }

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

  .section.banner-home-1 {
    padding-bottom: 80px;
  }

  .section.banner-home-2 {
    padding-top: 210px;
  }

  .section.banner-home-3 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    min-height: 100vh;
    padding-bottom: 80px;
    display: flex;
  }

  .section.service-banner, .section.about-us-banner {
    padding-top: 210px;
  }

  .section.history-banner {
    padding-top: 220px;
  }

  .section.blog-banner {
    padding-top: 220px;
    padding-bottom: 80px;
  }

  .section.why-choose-banner {
    padding-top: 220px;
  }

  .section.blog-details-banner {
    padding-top: 220px;
    padding-bottom: 80px;
  }

  .section.pricing-banner {
    padding-top: 210px;
  }

  .section.review-banner, .section.job-details-banner {
    padding-top: 220px;
  }

  .section.contact-us-banner {
    padding-top: 220px;
    padding-bottom: 80px;
  }

  .section.portfolio-banner {
    padding-top: 220px;
  }

  .section.project-details {
    padding-top: 80px;
  }

  .spacing-columns {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: 0;
  }

  .licensing-paragraph {
    width: 45%;
  }

  .utility-page-content {
    width: 340px;
  }

  .footer {
    padding-top: 120px;
  }

  .footer-wrapper {
    grid-column-gap: 65px;
    width: 360px;
  }

  .search-shop-con {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .without-top-spacing {
    padding-top: 0;
  }

  .search-section {
    padding-top: 180px;
  }

  .customers-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonials {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .blog-section-title {
    margin-bottom: 70px;
  }

  .map-wrapper {
    padding-right: 70px;
  }

  .section-title-center {
    margin-bottom: 70px;
  }

  .about-img._3 {
    width: 340px;
  }

  .about-img._4 {
    width: 280px;
  }

  .about-img._2 {
    width: 340px;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .section-with-blue-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .rich-text-style h2 {
    font-size: 48px;
  }

  .center-title {
    padding-right: 140px;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

  .landing-banner-title {
    font-size: 68px;
  }

  .landing-banner-screens {
    margin-bottom: -80px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: none;
  }

  .section-landing-customers {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .landing-customers-content-left {
    padding-right: 100px;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 210px;
  }

  .pages-banner {
    padding-top: 210px;
    padding-bottom: 120px;
  }

  .style-guide-body-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-content-wrapper {
    grid-column-gap: 150px;
    grid-row-gap: 150px;
  }

  .text-block-2 {
    display: block;
  }

  .contact-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
    align-items: center;
  }

  .image-primary-wrapper {
    width: 40%;
    min-height: 560px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .paragraph-width---95 {
    width: 95%;
  }

  .values-big-wrapper {
    padding: 50px 50px 40px;
  }

  .left-top-title-wrapper.width---55 {
    width: 45%;
  }

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

  .values-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .icon-value-wrap {
    background-color: var(--white);
  }

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

  .who-we-are-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1.1fr 1fr;
  }

  .content-about-wrapper {
    padding-right: 20px;
  }

  .team-member-text {
    max-width: 540px;
  }

  .big-number {
    font-size: 86px;
  }

  .big-h2 {
    letter-spacing: -1.44px;
    font-size: 72px;
  }

  .info-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .about-image {
    width: 73%;
  }

  .about-us-wrapper-1-type {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .right-content-wrap {
    width: 73%;
  }

  .services-home-wrapper {
    padding: 40px;
  }

  .collection-list-services.big-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .content-service-wrapper {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .right-content-banner-home-1.why-choose-us {
    width: 45%;
  }

  .project-small-photo {
    width: 300px;
    right: 400px;
  }

  .values-banner-wrapper.team-values {
    left: 30px;
    right: 30px;
  }

  .values-banner-wrap {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .values-banner-wrap.values-team {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .paragraph-about-us {
    width: 70%;
  }

  .ironis-image.process-image {
    height: 260px;
  }

  .top-big-title-section.absolute-top-section {
    margin-left: 40px;
    margin-right: 40px;
    bottom: 80px;
  }

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

  .content-banner-home-3 {
    margin-top: auto;
  }

  .left-content-banner-3 {
    width: 50%;
  }

  .right-content-banner-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 44%;
  }

  .collection-list-blog {
    grid-column-gap: 30px;
  }

  .name-blog {
    font-size: 26px;
  }

  .content-blog {
    padding-right: 10px;
  }

  .left-title-wrap {
    max-width: 560px;
  }

  .services-wrap-2-type {
    margin-top: -80px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .right-content-values-wrap {
    width: 45%;
  }

  .numbers-3-type-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
  }

  .content-about-wrapper-2 {
    width: 80%;
  }

  .paragraph-small-width {
    width: 700px;
  }

  .inner-left-content-banner {
    width: 60%;
  }

  .inner-left-content-banner.service-inner-banner {
    width: 75%;
  }

  .inner-left-content-banner.pricing-inner {
    width: 54%;
  }

  .image-banner-inner {
    height: 360px;
  }

  .image-banner-inner.career-image-banner {
    object-position: 50% 40%;
  }

  .image-banner-inner.team-banner-image {
    object-position: 50% 60%;
  }

  .details-image-collection {
    height: 520px;
  }

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

  .left-big-content {
    padding-right: 20px;
  }

  .ironis-photo-1 {
    width: 50%;
  }

  .info-banner-about-us-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1.3fr .85fr .85fr;
  }

  .big-info-about-us {
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 30px;
  }

  .white-info-about-us {
    padding: 30px;
  }

  .contennt-banner-about-wrap {
    width: 100%;
  }

  .project-paragraph {
    max-width: 540px;
  }

  .title-about-us {
    width: 80%;
  }

  .numbers-about-us {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

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

  .team-members-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .work-process-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .content-process {
    width: 80%;
  }

  .title-history-wrapper {
    width: 40%;
  }

  .content-history {
    padding: 30px 30px 20px;
  }

  .content-history-wrapper {
    width: 53%;
  }

  .category-link.blog-details-link {
    top: 35px;
  }

  .blog-details-image {
    height: 500px;
  }

  .top-pricing-content, .bottom-content-price {
    padding: 30px;
  }

  .popular-pricinng {
    top: 25px;
    right: 25px;
  }

  .testimonials-wrapper {
    width: 72%;
  }

  .career-item-wrapper {
    padding: 40px;
  }

  .join-us-image {
    width: 40%;
    min-height: 660px;
  }

  .why-us-content-wrapper {
    width: 55%;
  }

  .info-job-wrapper {
    top: 140px;
  }

  .info-contact-wrapper {
    min-height: 654px;
  }

  .text-fields-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .contact-form-wrap {
    margin-bottom: 30px;
  }

  .white-background {
    padding: 40px;
  }

  .link-block {
    height: 380px;
  }

  .project-image {
    height: 540px;
  }

  .project-template-info {
    width: 15%;
  }

  .project-details-wrapper {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    letter-spacing: -2px;
    margin-bottom: 10px;
    font-size: 100px;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  blockquote {
    max-width: 95%;
    padding: 40px 60px;
  }

  .section.banner-home-2 {
    padding-bottom: 80px;
  }

  .section.banner-image {
    padding-top: 300px;
  }

  .section.service-banner {
    padding-bottom: 80px;
  }

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

  .section.pricing-banner, .section.review-banner, .section.portfolio-banner {
    padding-bottom: 80px;
  }

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

  .navbar {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-wrapper {
    grid-column-gap: 70px;
    max-width: 400px;
  }

  .search-section {
    padding-top: 210px;
  }

  .about-img._1 {
    width: 380px;
  }

  .about-img._3 {
    width: 400px;
  }

  .about-img._4 {
    width: 300px;
  }

  .about-img._2 {
    width: 390px;
  }

  .our-services-wrap {
    align-items: center;
  }

  .section-with-blue-bg {
    padding-left: 100px;
    padding-right: 100px;
  }

  .rich-text-style {
    max-width: 95%;
  }

  .rich-text-style.width--100 {
    max-width: 100%;
  }

  .landing-banner-title {
    font-size: 76px;
  }

  .section-banner.landing-banner {
    background-image: none;
  }

  .pages-banner {
    padding-top: 220px;
  }

  .footer-content-wrapper {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
  }

  .contact-wrapper {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
  }

  .image-primary-wrapper {
    min-height: 600px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .values-big-wrapper {
    padding: 70px 70px 60px;
  }

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

  .values-wrap {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
  }

  .icon-value-wrap {
    background-color: var(--gray);
  }

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

  .who-we-are-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .content-about-wrapper {
    padding-right: 30px;
  }

  .big-numbers-wrapper {
    margin-top: 80px;
  }

  .big-number {
    font-size: 100px;
  }

  .top-big-section-wrapper-with-line {
    padding-bottom: 30px;
  }

  .big-h2 {
    letter-spacing: -2px;
    font-size: 100px;
  }

  .info-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .about-image {
    width: 74%;
  }

  .about-us-wrapper-1-type.big-bottom-spacing {
    margin-bottom: 100px;
  }

  .right-content-wrap {
    width: 74%;
  }

  .collection-item-project {
    transition: border-color .4s;
  }

  .collection-item-project:hover {
    border-bottom-color: var(--black);
  }

  .services-home-wrapper {
    padding: 50px;
  }

  .content-service-wrapper {
    min-height: 205px;
  }

  .right-content-banner-home-1 {
    width: 55%;
  }

  .paragraph-banner-home-1 {
    letter-spacing: -.6px;
    font-size: 30px;
  }

  .project-small-photo {
    width: 320px;
    right: 420px;
  }

  .title-content-banner-2 {
    max-width: 1100px;
  }

  .paragraph-about-us {
    width: 65%;
  }

  .project-photo-wrapper {
    height: 260px;
  }

  .top-big-title-section.absolute-top-section {
    margin-left: 45px;
    margin-right: 45px;
  }

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

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

  .left-content-banner-3 {
    width: 60%;
  }

  .right-content-banner-3 {
    width: 35%;
  }

  .collection-list-blog {
    grid-column-gap: 40px;
  }

  .left-title-wrap {
    max-width: 600px;
  }

  .services-wrap-2-type {
    padding: 25px;
  }

  .right-content-values-wrap {
    width: 43%;
  }

  .review-white-background.black-background {
    padding: 45px;
  }

  .inner-left-content-banner {
    width: 65%;
  }

  .inner-left-content-banner.pricing-inner {
    width: 55%;
  }

  .inner-h1 {
    font-size: 80px;
    color: var(--black);
  }

  .image-banner-inner {
    height: 400px;
  }

  .rich-text-details {
    width: 75%;
  }

  .details-image-collection {
    height: 540px;
  }

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

  .width-paragraph---85 {
    width: 85%;
  }

  .black-background-team {
    padding: 50px;
  }

  .title-about-us {
    width: 75%;
  }

  .content-about-us-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .numbers-about-us {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .work-process-wrapper {
    margin-top: 80px;
  }

  .work-process-wrap, .work-process-wrap.last-item {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .title-history-wrapper {
    top: 150px;
  }

  .history {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .content-history {
    padding: 40px 40px 30px;
  }

  .content-history-wrapper {
    width: 51%;
  }

  .category-link.blog-details-link {
    top: 40px;
  }

  .blog-details-image {
    height: 600px;
  }

  .rich-text-blog-wrapper {
    max-width: 940px;
  }

  .testimonials-wrapper {
    width: 69%;
  }

  .ironis-photo-2 {
    height: 600px;
  }

  .career-bottom-info {
    padding-right: 30px;
  }

  .job-position {
    font-size: 30px;
  }

  .form-contact-wrapper, .info-contact-wrapper {
    padding: 40px;
  }

  .link-block {
    height: 420px;
  }

  .content-project-wrap {
    padding: 40px;
  }

  .paragraph-project {
    max-width: 780px;
  }

  .project-big-line {
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .info-project {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .small-line-project {
    width: 1px;
    height: 20px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .project-image {
    height: 600px;
  }

  .project-details-wrapper {
    max-width: 1120px;
  }
}

@media screen and (min-width: 1920px) {
  h2 {
    letter-spacing: -1.04px;
    font-size: 52px;
  }

  .section.banner-image {
    padding-top: 380px;
  }

  .section.service-details-banner {
    padding-top: 320px;
  }

  .primary-button {
    color: var(--white);
    transition: all .4s, color .5s, border-color .5s ease-in, background-color .5s ease-in;
  }

  .primary-button.full-width {
    color: var(--white);
  }

  .footer-links-wrapper.align-bottom {
    justify-content: flex-end;
    align-items: flex-start;
    width: 130%;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .section-with-blue-bg {
    padding-left: 180px;
    padding-right: 180px;
  }

  .rich-text-style h2 {
    font-size: 50px;
  }

  .landing-banner-content {
    max-width: 1300px;
    margin-bottom: 130px;
  }

  .landing-banner-title {
    font-size: 80px;
  }

  .landing-banner-screens {
    margin-bottom: -100px;
  }

  .section-landing-customers {
    padding-top: 130px;
  }

  .landing-customers-content-right {
    grid-row-gap: 50px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
  }

  .color-bg {
    height: 200px;
  }

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

  .contact-content-wrapper:lang(tr-tr) {
    color: var(--white);
  }

  .section-button-wrapper.tablet-hidden:lang(tr-tr) {
    color: var(--gray);
  }

  .values-small-wrapper.center-values:lang(tr-tr) {
    color: var(--black);
  }

  .left-top-title-wrapper {
    width: 65%;
  }

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

  .icon-value-wrap {
    background-color: var(--white);
  }

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

  .content-about-wrapper {
    padding-right: 10px;
  }

  .about-image, .right-content-wrap {
    width: 75%;
  }

  .collection-list-services.big-gap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .project-photo-wrapper {
    height: 300px;
  }

  .top-big-title-section.absolute-top-section {
    margin-left: 50px;
    margin-right: 50px;
  }

  .services-wrap-2-type {
    margin-left: 25px;
    margin-right: 25px;
  }

  .right-content-values-wrap {
    width: 44%;
  }

  .numbers-3-type-wrap {
    width: 48%;
  }

  .image-banner-inner {
    height: 460px;
  }

  .image-banner-inner.career-image-banner {
    height: 480px;
  }

  .work-process-wrap {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .content-process {
    width: 78%;
  }

  .stars-wrapper-banner {
    margin-top: 80px;
  }

  .history {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .benefit:lang(tr-tr) {
    color: var(--white);
  }

  .blog-details-image {
    height: 620px;
  }

  .rich-text-blog-wrapper {
    max-width: 960px;
  }

  .link-block {
    height: 440px;
  }

  .project-image {
    height: 640px;
  }

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

  .heading-404 {
    font-size: 180px;
  }

  .text-block-3, .text-block-4, .text-block-5 {
    color: var(--white);
  }

  .text-block-7 {
    text-decoration-color: #424b5f;
  }

  .text-block-7:lang(tr-tr) {
    text-overflow: clip;
    white-space: nowrap;
    overflow: hidden;
  }

  .text-block-8 {
    color: var(--black);
  }

  .text-block-8:lang(tr-tr) {
    color: var(--white);
  }

  .text-block-9 {
    color: var(--black);
  }

  .text-block-9:lang(tr-tr) {
    color: var(--white);
  }

  .text-block-10 {
    color: var(--black);
  }

  .text-block-10:lang(tr-tr) {
    color: var(--white);
  }

  .text-block-11 {
    color: var(--black);
  }

  .text-block-11:lang(tr-tr), .text-block-12, .text-block-13, .text-block-14, .text-block-15 {
    color: var(--white);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -1.04px;
    font-size: 54px;
  }

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

  h4 {
    letter-spacing: -.5px;
  }

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

  .section.style-guide-section {
    padding-top: 150px;
  }

  .section.banner-home-1 {
    padding-top: 190px;
  }

  .section.banner-home-2 {
    padding-top: 150px;
  }

  .section.banner-image {
    padding-top: 220px;
  }

  .section.service-banner {
    padding-top: 150px;
  }

  .section.service-details-banner {
    padding-top: 220px;
  }

  .section.about-us-banner, .section.history-banner {
    padding-top: 150px;
  }

  .section.blog-banner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .section.why-choose-banner {
    padding-top: 150px;
  }

  .section.blog-details-banner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .section.pricing-banner, .section.review-banner, .section.job-details-banner, .section.contact-us-banner, .section.portfolio-banner {
    padding-top: 150px;
  }

  .section.project-details {
    padding-top: 70px;
  }

  .base-container {
    max-width: 100%;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .colors-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .navbar {
    max-width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .nav-menu {
    background-color: var(--primary-light);
    flex-direction: column;
    width: 320px;
    margin-top: 10px;
    margin-left: 10px;
    position: fixed;
    inset: 0% auto 0% 0%;
    box-shadow: 0 0 5px #0000001a;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

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

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--primary-light);
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
    height: 17px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

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

  .style-guide-button-wrapper {
    width: 45%;
  }

  .footer-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    display: flex;
  }

  .footer-links-wrapper {
    text-align: center;
  }

  .footer-links-wrapper.align-bottom {
    min-height: 58px;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-shop-con {
    display: none;
  }

  .search-shop-con.tablet-button-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
    display: flex;
  }

  .search-input:focus {
    border: 1px solid var(--primary);
  }

  .search-section {
    padding-top: 150px;
  }

  .customers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .accordion-wrap-one-column {
    margin-top: 0;
  }

  .headings-container {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .primary-button-black:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .testimonials {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-section-title {
    margin-bottom: 60px;
  }

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title-center {
    margin-bottom: 60px;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 30px;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .dropdown-nav-link.w--current {
    color: #004ae2;
  }

  .menu-wrap {
    background-color: var(--primary-light);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .rich-text-style h2 {
    font-size: 40px;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    display: flex;
  }

  .image-burger {
    height: 17px;
  }

  .brand-tablet {
    display: block;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    letter-spacing: 1.8px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .style-guide-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .primary-button-grey:hover {
    opacity: 1;
  }

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    font-size: 54px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-customers-content-left {
    grid-row-gap: 10px;
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .landing-customers-content-right {
    grid-row-gap: 30px;
    width: 100%;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
    align-items: center;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .free-trial-wrapper.landing {
    max-width: 580px;
  }

  .section-banner.landing-banner {
    background-image: none;
    align-items: center;
  }

  .color-bg {
    height: 100px;
  }

  .pages-banner {
    padding-top: 150px;
  }

  .spacing-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sg-title.mb-30 {
    margin-bottom: 20px;
  }

  .flex-body-wrap {
    width: 100%;
  }

  .style-guide-body-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .footer-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    text-align: left;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .subscribe-footer-wrapper {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    max-width: 580px;
  }

  .subscribe-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .h2-footer {
    width: 85%;
  }

  .contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .contact-wrapper.full-primary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-primary-wrapper {
    width: 45%;
    min-height: 480px;
  }

  .contact-content-wrapper {
    width: 55%;
  }

  .section-button-wrapper {
    margin-top: 30px;
  }

  .section-button-wrapper.tablet-hidden {
    display: none;
  }

  .section-button-wrapper.tablet-section-wrapper {
    display: flex;
  }

  .top-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
  }

  .left-top-title-wrapper {
    width: 100%;
  }

  .left-top-title-wrapper.width---55 {
    width: 60%;
  }

  .icon-logo {
    height: 140px;
  }

  .values-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .who-we-are-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    display: flex;
  }

  .team-member-big-image {
    object-position: 50% 10%;
    height: 500px;
  }

  .team-member-text {
    max-width: 540px;
  }

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

  .top-big-section-wrapper-with-line {
    padding-bottom: 30px;
  }

  .big-h2 {
    letter-spacing: -1.04px;
    font-size: 54px;
  }

  .left-title-wrapper {
    width: 48%;
  }

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

  ._3-values-about-us {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
    min-width: auto;
  }

  ._3-values-about-us.about-us-banner {
    width: 100%;
  }

  .about-image {
    width: 100%;
    margin-bottom: 10px;
  }

  .about-us-wrapper-1-type {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-bottom: 30px;
  }

  .about-us-wrapper-1-type.big-bottom-spacing {
    margin-bottom: 60px;
  }

  .left-content-wrap {
    width: 38%;
    max-width: none;
  }

  .right-content-wrap {
    width: 100%;
  }

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

  .collection-list-services.big-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .collection-item-service:last-child {
    display: none;
  }

  .collection-item-service.all-collection:last-child {
    display: flex;
  }

  .overlay-background-home {
    height: 125%;
  }

  .content-banner-home-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

  .left-content-banner-home-1 {
    width: 500px;
  }

  .right-content-banner-home-1 {
    width: 55%;
  }

  .right-content-banner-home-1.why-choose-us {
    width: 60%;
  }

  .values-banner-home-1 {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .value-small.last-item-tablet {
    display: none;
  }

  .background-video {
    height: 125%;
  }

  .home-1-heading {
    text-align: left;
  }

  .project-name {
    letter-spacing: -.56px;
    font-size: 28px;
  }

  .project-small-photo {
    width: 200px;
    height: 100px;
    margin-top: 0;
    position: relative;
    right: 210px;
  }

  .title-content-banner-2 {
    max-width: 640px;
  }

  .values-banner-wrapper.team-values {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .values-banner-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .values-banner-wrap.values-team {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .left-big-content-wrap {
    width: 55%;
  }

  .image-link-wrapper {
    width: 40%;
  }

  .ironis-image {
    height: 240px;
  }

  .ironis-image.process-image {
    height: 300px;
  }

  .collection-list-wrapper-projects {
    width: 120%;
  }

  .collection-list-works.home-3-project {
    grid-template-columns: 1fr 1fr;
  }

  .project-photo-wrapper {
    height: 200px;
  }

  .accordion-toggle-faq {
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .plus-wrapper {
    margin-top: 10px;
  }

  .benefits-wrapper {
    grid-template-columns: .9fr 1.1fr;
  }

  .content-banner-home-3.service-details-banner {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .right-content-banner-3 {
    width: 38%;
  }

  .right-content-banner-3.service-right-content {
    width: 60%;
  }

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

  .collection-item-blog:last-child {
    display: none;
  }

  .collection-item-blog.blog-info:last-child {
    display: flex;
  }

  .left-title-wrap {
    max-width: 460px;
  }

  .ironis-image-2 {
    object-fit: cover;
    height: 360px;
  }

  .values-home-3-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .right-content-values-wrap {
    width: 70%;
  }

  .numbers-3-type-wrap, .content-about-wrapper-2 {
    width: 100%;
  }

  .inner-left-content-banner {
    width: 80%;
  }

  .inner-left-content-banner.service-inner-banner {
    width: 90%;
  }

  .inner-left-content-banner.pricing-inner {
    width: 65%;
  }

  .inner-h1.left-white-text {
    text-align: left;
  }

  .image-banner-inner {
    height: 280px;
  }

  .image-banner-inner.career-image-banner {
    object-position: 50% 40%;
  }

  .content-info-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .rich-text-details {
    width: 100%;
    max-width: 790px;
  }

  .details-image-collection {
    height: 420px;
  }

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

  .review-wrapper-content.last-item {
    display: none;
  }

  .info-big-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
  }

  .left-big-content {
    width: 100%;
  }

  .ironis-photo-1 {
    width: 100%;
    height: 400px;
  }

  .width-paragraph---85 {
    width: 85%;
  }

  .left-about-us-wrap {
    width: 70%;
  }

  .info-banner-about-us-wrap {
    grid-template-columns: 1.1fr .9fr;
  }

  .primary-info-about-us {
    padding: 30px;
  }

  .contennt-banner-about-wrap {
    width: 83%;
  }

  .title-about-us {
    width: 95%;
  }

  .content-about-us-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .numbers-about-us {
    width: 100%;
  }

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

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

  .team-member-wrap.last-item {
    display: none;
  }

  .content-process {
    width: 80%;
  }

  .faq-image {
    height: 300px;
  }

  .title-faq {
    width: 100%;
  }

  .title-faq.sticky-faq {
    position: static;
  }

  .title-history-wrapper {
    width: 80%;
    position: static;
  }

  .history {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .content-history {
    padding: 30px;
  }

  .content-history-wrapper {
    width: 100%;
    position: relative;
    top: 0;
  }

  .content-wrap {
    margin-top: 20px;
  }

  .background-video-metal {
    height: 360px;
  }

  .blog-details-image {
    height: 380px;
  }

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

  .testimonials-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .description-testimonials {
    width: 27%;
  }

  .testimonials-wrapper {
    width: 100%;
  }

  .career-item-wrapper {
    padding: 25px;
  }

  .career-top-info-wrapper {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .primary-button-without-icon {
    display: block;
  }

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

  .job-position {
    font-size: 26px;
  }

  .why-join-us-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .join-us-image {
    object-position: 50% 35%;
    width: 100%;
    height: 400px;
    min-height: auto;
  }

  .why-us-content-wrapper {
    width: 100%;
  }

  .value-wrap-career {
    width: 560px;
  }

  .job-details-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .right-job-details-wrap {
    width: 100%;
  }

  .info-job-wrapper {
    width: 80%;
    position: static;
  }

  .title-job-wrapper.center-tablet {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .job-position-sidebar-wrap {
    grid-column-gap: 6px;
  }

  .contact-form-wrapper {
    flex-flow: column;
  }

  .form-contact-wrapper {
    width: 100%;
    padding: 40px;
  }

  .info-contact-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    width: 100%;
    min-height: auto;
    padding: 40px 220px 40px 40px;
  }

  .text-fields-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .contact-form-wrap {
    margin-bottom: 30px;
  }

  .link-block {
    height: 300px;
  }

  .project-image {
    height: 420px;
  }

  .top-project-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .title-wrap {
    width: 70%;
  }

  .project-template-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: none;
    width: 25%;
    margin-top: 20px;
  }

  .heading-404 {
    font-size: 140px;
  }

  .promotion-label-holder, .promotion-labels-wrapper-to-remove {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -1px;
    font-size: 50px;
  }

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

  h3 {
    letter-spacing: -.7px;
    font-size: 34px;
  }

  blockquote {
    font-size: 18px;
  }

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

  .section.changelog-banner {
    padding-top: 120px;
  }

  .section.without-top-spacing {
    padding-top: 0;
  }

  .section.style-guide-section {
    padding-top: 120px;
  }

  .section.banner-home-1 {
    padding-top: 145px;
  }

  .section.banner-home-2 {
    padding-top: 120px;
  }

  .section.banner-image {
    padding-top: 180px;
  }

  .section.banner-home-3 {
    padding-top: 260px;
    padding-bottom: 0;
  }

  .section.service-banner {
    padding-top: 120px;
  }

  .section.service-details-banner {
    padding-top: 200px;
  }

  .section.about-us-banner, .section.history-banner {
    padding-top: 120px;
  }

  .section.blog-banner {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .section.why-choose-banner {
    padding-top: 120px;
  }

  .section.blog-details-banner {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .section.pricing-banner {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .section.review-banner, .section.job-details-banner {
    padding-top: 120px;
  }

  .section.contact-us-banner {
    padding-bottom: 40px;
  }

  .section.portfolio-banner {
    padding-top: 120px;
    padding-bottom: 50px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

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

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 30px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .colors-container {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .primary-button.search-button {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
  }

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

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link {
    margin-left: 0;
  }

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

  .licensing-images-wrapper {
    padding-top: 30px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-image {
    height: 300px;
  }

  .licensing-title {
    padding-bottom: 30px;
  }

  .licensing-fonts-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 7px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

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

  .style-guide-button-wrapper {
    width: 100%;
  }

  .accordion-title {
    font-size: 26px;
  }

  .footer-wrapper {
    justify-content: center;
    margin-bottom: 30px;
  }

  .footer-links-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .search-section {
    padding-top: 120px;
  }

  .customer-wrapper {
    height: 240px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .secondary-button.absolute-button {
    inset: auto 0% 20px auto;
  }

  .testimonials {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .rich-text-style h2 {
    font-size: 38px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

  .home-23-team-item {
    width: 70%;
  }

  .tablet-menu {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .grid-header {
    width: 100%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tabs-menu {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-title {
    font-size: 50px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .landing-banner-screens {
    margin-bottom: -50px;
  }

  .section-landing-customers {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    width: 70%;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .free-trial-wrapper.landing {
    max-width: 500px;
  }

  .free-trial-title {
    margin-bottom: 30px;
  }

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

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 150px;
  }

  .pages-banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .sg-title.mb-15 {
    margin-bottom: 10px;
  }

  .sg-title.mb-30 {
    margin-bottom: 20px;
  }

  .flex-body-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .btn-flex-wrap, .license-link-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .collection-list-footer {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
  }

  .subscribe-footer-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .subscribe-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

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

  .contact-wrapper.full-primary {
    justify-content: center;
    align-items: center;
    padding: 0 30px 30px;
  }

  .image-primary-wrapper {
    width: 100%;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-primary-wrapper.mobile-small-padding {
    padding-bottom: 0;
  }

  .contact-content-wrapper {
    width: 100%;
  }

  .section-button-wrapper.banner-home-3-button {
    display: none;
  }

  .section-button-wrapper.banner-home-3-mobile-button {
    width: 230px;
    display: flex;
  }

  .values-small-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .values-small-wrapper.small-top-padding {
    margin-top: 20px;
  }

  .values-big-wrapper {
    padding: 30px 30px 20px;
  }

  .top-content-wrapper {
    margin-bottom: 40px;
  }

  .left-top-title-wrapper.width---55 {
    width: 70%;
  }

  .values-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .value-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    position: relative;
  }

  .line-values.big-line-desctop, .line-values.light-line-desctop {
    display: none;
  }

  .line-small-value {
    background-color: #3d3d3d;
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 66px 0% auto;
  }

  .line-small-value.light-line-mobile {
    background-color: var(--gray);
  }

  .who-we-are-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .team-member-big-image {
    height: 400px;
  }

  .big-numbers-wrapper {
    grid-column-gap: 0px;
  }

  .collection-list-projects {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .top-big-section-wrapper-with-line {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .big-h2 {
    letter-spacing: -1px;
    font-size: 50px;
  }

  .right-title-wrapper.button-mabile-hidden {
    display: none;
  }

  .right-title-wrapper.button-mobile {
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    margin-top: 40px;
    display: flex;
  }

  .right-title-wrapper.mobile-button-service {
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
    display: flex;
  }

  .left-title-wrapper {
    width: 100%;
  }

  .info-content-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  ._3-values-about-us {
    width: auto;
    max-width: 270px;
  }

  .about-image {
    width: 100%;
  }

  .about-us-wrapper-1-type {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .left-content-wrap, .right-content-wrap {
    width: 100%;
  }

  .collection-item-project {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .collection-list-services.big-gap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .content-banner-home-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .left-content-banner-home-1 {
    width: auto;
  }

  .right-content-banner-home-1 {
    width: 100%;
  }

  .right-content-banner-home-1.why-choose-us {
    width: 80%;
  }

  .value-small.last-item-mobile {
    display: none;
  }

  .link-info-project {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
  }

  .project-name.small-name {
    letter-spacing: -.1px;
    font-size: 20px;
  }

  .project-small-photo {
    width: 100%;
    height: 160px;
    right: 0;
  }

  .paragraph-banner-2 {
    max-width: 280px;
  }

  .values-banner-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-us-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .left-big-content-wrap, .image-link-wrapper {
    width: 100%;
  }

  .collection-list-wrapper-projects {
    width: 150%;
  }

  .collection-list-works.home-3-project {
    grid-template-columns: 1fr;
  }

  .top-big-title-section {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .faq-wrapper {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

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

  .content-info-wrapper {
    margin-top: 20px;
  }

  .big-image {
    height: 400px;
    min-height: auto;
  }

  .content-banner-home-3 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .left-content-banner-3 {
    width: 100%;
  }

  .right-content-banner-3 {
    width: 80%;
  }

  .right-content-banner-3.service-right-content {
    width: 65%;
  }

  .banner-3-overlay {
    background-image: linear-gradient(180deg, #0000, var(--black) 83%);
  }

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

  .big-title-wrap {
    margin-bottom: 30px;
  }

  .left-title-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .right-button-title {
    display: none;
  }

  .right-button-title.mobile-button {
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
  }

  .services-wrap-2-type {
    padding-bottom: 30px;
  }

  .right-content-values-wrap {
    width: 85%;
  }

  .paragraph-small-width, .inner-left-content-banner, .inner-left-content-banner.service-inner-banner {
    width: 100%;
  }

  .inner-left-content-banner.pricing-inner {
    width: 85%;
  }

  .image-banner-inner {
    height: 240px;
  }

  .image-banner-inner.career-image-banner {
    object-position: 50% 35%;
  }

  .content-info-details {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .details-image-collection {
    height: 300px;
  }

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

  .review-wrapper-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    position: relative;
  }

  .line-testimonials {
    display: none;
  }

  .line-testimonials-mobile {
    background-color: var(--paragraph-gray);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: absolute;
    inset: 35px 0% auto;
  }

  .info-big-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .ironis-photo-1 {
    height: 320px;
  }

  .black-background-team {
    padding: 30px;
  }

  .content-about-us-banner {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .left-about-us-wrap {
    width: 90%;
  }

  .info-banner-about-us-wrap {
    grid-template-columns: 1.2fr;
    margin-top: 40px;
  }

  .contennt-banner-about-wrap, .title-about-us, .right-content-about-us {
    width: 100%;
  }

  .work-process-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .number-process {
    width: 54px;
    height: 54px;
  }

  .faq-image {
    height: 220px;
  }

  .stars-wrapper-banner {
    margin-top: 40px;
  }

  .title-history-wrapper {
    width: 100%;
    position: static;
  }

  .history {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .content-history-wrapper {
    width: 100%;
  }

  .background-video-metal {
    height: 320px;
  }

  .blog-details-image {
    height: 300px;
    margin-top: 30px;
  }

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

  .testimonials-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .description-testimonials {
    width: 100%;
  }

  .ironis-photo-2 {
    height: 400px;
  }

  .career-item-wrapper {
    padding: 30px;
  }

  .career-top-info-wrapper {
    text-align: center;
    width: 100%;
  }

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

  .why-join-us-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .join-us-image {
    height: 340px;
  }

  .info-job-wrapper {
    width: auto;
  }

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

  .details-sidebar-wrapper {
    grid-template-columns: auto;
  }

  .job-line {
    margin-top: 20px;
  }

  .info-contact-wrapper {
    padding-right: 160px;
  }

  .white-background {
    padding: 20px;
  }

  .link-block {
    height: 240px;
  }

  .info-project-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .project-image {
    height: 400px;
  }

  .top-project-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }

  .title-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .project-template-info {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .search-result-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-404 {
    font-size: 120px;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    letter-spacing: -.96px;
    font-size: 48px;
  }

  h2 {
    letter-spacing: -.7px;
  }

  .section.banner-home-1 {
    padding-top: 125px;
  }

  .section.banner-image {
    padding-top: 140px;
  }

  .section.banner-home-3 {
    padding-top: 200px;
  }

  .section.service-banner {
    padding-bottom: 50px;
  }

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

  .section.review-banner {
    padding-bottom: 50px;
  }

  .section.contact-us-banner {
    padding-top: 120px;
  }

  .base-container.full-width {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

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

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .navbar {
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .nav-menu {
    margin-top: 5px;
    margin-left: 5px;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr;
  }

  .licensing-image {
    height: 360px;
  }

  .utility-page-content {
    width: 100%;
  }

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

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1.6em;
  }

  .accordion-title {
    width: 85%;
    font-size: 24px;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .footer-links-wrapper.align-bottom {
    min-height: auto;
  }

  .customers-grid {
    grid-template-columns: 1fr;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .secondary-button.absolute-button {
    position: static;
  }

  .section-title-center {
    margin-bottom: 20px;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .rich-text-style h2 {
    font-size: 36px;
  }

  .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-banner-content {
    flex-direction: column;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    inset: auto 0% 28%;
  }

  .landing-banner-title {
    font-size: 48px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 0px;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-section-title {
    width: 100%;
  }

  .landing-home-pages-wrapper, .landing-inner-pages-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 130px;
  }

  .spacing-flex-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .license-link-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .right-copyright-wrap {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .image-primary-wrapper.mobile-small-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-content-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .section-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .section-button-wrapper.small-margin {
    margin-top: 30px;
  }

  .section-button-wrapper.left-position {
    justify-content: flex-start;
    align-items: center;
  }

  .values-small-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    text-align: left;
    flex-flow: wrap;
  }

  .values-small-wrapper.center-values {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .left-top-title-wrapper.width---55 {
    width: 100%;
  }

  .icon-logo {
    height: 100px;
  }

  .line-small-value {
    top: 71px;
  }

  .team-member-big-image {
    height: 380px;
  }

  .big-numbers-wrapper {
    grid-column-gap: 40px;
    place-items: start stretch;
  }

  .number-wrap.last-item-numbers {
    display: none;
  }

  .big-number {
    font-size: 62px;
  }

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

  ._3-values-about-us {
    width: 100%;
  }

  .collection-item-project {
    padding-bottom: 30px;
  }

  .services-home-wrapper {
    padding: 20px;
  }

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

  .right-content-banner-home-1.why-choose-us {
    width: 100%;
  }

  .value-small {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .link-info-project {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .paragraph-banner-2 {
    max-width: 300px;
  }

  .values-banner-wrapper {
    padding: 20px;
  }

  .values-banner-wrapper.team-values {
    padding: 15px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }

  .values-banner-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .values-banner-wrap.values-team {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .ironis-image {
    height: 190px;
  }

  .ironis-image.process-image {
    height: 200px;
  }

  .collection-list-wrapper-projects {
    width: 240%;
  }

  .collection-list-works.home-3-project {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-photo-wrapper {
    height: 180px;
  }

  .top-big-title-section.absolute-top-section {
    margin-left: 30px;
    margin-right: 30px;
    bottom: 40px;
  }

  .big-image {
    width: 100%;
    height: 320px;
  }

  .right-content-banner-3, .right-content-banner-3.service-right-content {
    width: 100%;
  }

  .blog-image-wrapper {
    height: 280px;
  }

  .left-title-wrap {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .right-button-title.mobile-button {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .ironis-image-2 {
    object-fit: cover;
    height: 300px;
  }

  .services-wrap-2-type {
    margin-top: -40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .right-content-values-wrap {
    width: 100%;
  }

  .numbers-3-type-wrap {
    grid-template-columns: 1fr;
  }

  .numbers-wrapper.last-mobile-item {
    display: none;
  }

  .review-white-background.black-background {
    padding: 30px;
  }

  .inner-left-content-banner.pricing-inner {
    width: 100%;
  }

  .inner-left-content-banner.clients-content {
    padding-right: 20px;
  }

  .image-banner-inner, .details-image-collection {
    height: 200px;
  }

  .ironis-photo-1 {
    height: 280px;
  }

  .width-paragraph---85, .left-about-us-wrap {
    width: 100%;
  }

  .big-info-about-us {
    padding-top: 30px;
  }

  .white-info-about-us {
    padding: 30px;
  }

  .numbers-about-us {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

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

  .team-photo {
    object-fit: cover;
    object-position: 50% 20%;
    width: 100%;
    height: 360px;
  }

  .work-process-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .content-process {
    width: 100%;
  }

  .faq-image {
    height: 200px;
  }

  .title-faq {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .stars-wrapper-banner {
    position: static;
  }

  .background-image-banner {
    background-image: linear-gradient(#000000b3, #000000b3);
  }

  .content-history {
    padding: 20px;
  }

  .background-video-metal {
    height: 240px;
  }

  .play-button-icon, .play-button-icon-3 {
    margin-top: 1px;
  }

  .blog-details-image {
    height: 200px;
  }

  .info-client-wrapper {
    width: 60%;
  }

  .ironis-photo-2 {
    height: 300px;
  }

  .join-us-image {
    height: 240px;
  }

  .value-wrap-career, .info-job-wrapper {
    width: 100%;
  }

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

  .info-contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/About-Image-1.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding: 30px;
  }

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

  .text-fields-wrapper {
    flex-flow: column;
  }

  .form-block-contact {
    min-height: 816px;
  }

  .link-block {
    height: 200px;
  }

  .content-project-wrap {
    padding: 20px;
  }

  .info-project {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .small-line-project {
    display: none;
  }

  .values-project-wrap {
    flex-flow: wrap;
    width: 100%;
  }

  .project-image {
    height: 300px;
  }

  .top-project-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .project-template-info {
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .heading-404 {
    font-size: 100px;
  }
}

#w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a4-51d5b321, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a8-51d5b321, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991ac-51d5b321, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b2-51d5b321, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b8-51d5b321, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991be-51d5b321 {
  justify-self: center;
}

#w-node-_07ce0ec4-6927-81c1-e6cd-c84c0d51c40d-51d5b324 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_51300c2e-83e6-32e9-54fe-8f07fea8a841-51d5b32c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5b984663-470c-8ae8-a185-62a544ea4667-51d5b32c, #w-node-_7e11a556-8f96-0258-f74f-689feebb309e-51d5b32c, #w-node-_693ac295-cd6f-4163-fb05-03085a9a4496-51d5b32c, #w-node-_62f02d50-09e3-398e-7450-93fc8cf378ac-51d5b32c, #w-node-f4685100-18e5-f485-d85b-a68b9aada7ae-51d5b32c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-51d5b336, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-51d5b336, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-51d5b336, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-51d5b336, #w-node-_4be5a15c-16d2-8057-367d-38f9dbb82b31-51d5b336, #w-node-_6f98abb7-d49f-ad7f-1236-68626501ad8a-51d5b336, #w-node-_15284449-66f3-21b2-c72e-1274ae5677ae-51d5b336, #w-node-c41085f7-6095-112e-e718-494fdcc0986f-51d5b336, #w-node-f1df4ea3-e499-a7ff-7d66-3303aeb7114f-51d5b336, #w-node-edbc0be7-6b44-5153-9fc4-f4c8770fa2bc-51d5b336, #w-node-f10a50b3-ea98-ccf7-c6ea-a5d5eaf4475c-51d5b336, #w-node-eaffcca9-cd2d-9d86-ab25-bcedc1418253-51d5b336, #w-node-_54e99908-4c11-bb02-462a-0274415b236e-51d5b336, #w-node-aa62ae18-76e6-b01d-7672-22285eb5b471-51d5b336, #w-node-a1c997f8-0456-2c36-b37e-705cfe46f2d0-51d5b336, #w-node-_09ec7598-6972-4239-d534-1533dc2d17b6-51d5b336, #w-node-_80b6db50-2906-fa82-d5ab-ff19b40873e4-51d5b336, #w-node-c03d9fcd-303e-dd94-6406-5200396eb5a9-51d5b336, #w-node-_387e1d83-7eed-648b-d1ec-d3a522fa7da9-51d5b336, #w-node-_89995556-6117-d645-4862-b932259a9ad2-51d5b336, #w-node-c446c2b4-d106-6e1c-d173-2bca83de16b2-51d5b336, #w-node-e85075c0-ae01-31a3-857d-1b9e1ef2f1ab-51d5b336, #w-node-_9a9a2091-1372-7005-2657-7c3d98221008-51d5b336, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-51d5b33c, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-51d5b33c, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-51d5b33c, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-51d5b33c, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-51d5b33c, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-51d5b33c, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-51d5b33c, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-51d5b33c, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-51d5b33c, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-51d5b33c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1280px) {
  #w-node-_07ce0ec4-6927-81c1-e6cd-c84c0d51c40d-51d5b324 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5cef9ce5-e8f8-05a0-d5bf-b37110b3c827-51d5b339 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_91c0d0e5-508d-f964-1b27-5fb0ebfa045f-51d5b339 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_987fae8f-bdd3-bba8-e6df-c3915e7eda5f-51d5b339, #w-node-_326eedc4-ab10-127c-f9ba-4af4f6fd6f04-51d5b339 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_326eedc4-ab10-127c-f9ba-4af4f6fd6f23-51d5b339 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_326eedc4-ab10-127c-f9ba-4af4f6fd6f44-51d5b339 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_07ce0ec4-6927-81c1-e6cd-c84c0d51c40d-51d5b324, #w-node-_5cef9ce5-e8f8-05a0-d5bf-b37110b3c827-51d5b339, #w-node-_91c0d0e5-508d-f964-1b27-5fb0ebfa045f-51d5b339 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_987fae8f-bdd3-bba8-e6df-c3915e7eda5f-51d5b339, #w-node-_326eedc4-ab10-127c-f9ba-4af4f6fd6f04-51d5b339 {
    grid-column: span 1 / span 1;
  }

  #w-node-_326eedc4-ab10-127c-f9ba-4af4f6fd6f23-51d5b339 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_326eedc4-ab10-127c-f9ba-4af4f6fd6f44-51d5b339 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-51d5b336, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-51d5b336, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-51d5b336, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-51d5b336, #w-node-_4be5a15c-16d2-8057-367d-38f9dbb82b31-51d5b336, #w-node-_6f98abb7-d49f-ad7f-1236-68626501ad8a-51d5b336, #w-node-_15284449-66f3-21b2-c72e-1274ae5677ae-51d5b336, #w-node-c41085f7-6095-112e-e718-494fdcc0986f-51d5b336, #w-node-f1df4ea3-e499-a7ff-7d66-3303aeb7114f-51d5b336, #w-node-edbc0be7-6b44-5153-9fc4-f4c8770fa2bc-51d5b336, #w-node-f10a50b3-ea98-ccf7-c6ea-a5d5eaf4475c-51d5b336, #w-node-eaffcca9-cd2d-9d86-ab25-bcedc1418253-51d5b336, #w-node-_54e99908-4c11-bb02-462a-0274415b236e-51d5b336, #w-node-aa62ae18-76e6-b01d-7672-22285eb5b471-51d5b336, #w-node-a1c997f8-0456-2c36-b37e-705cfe46f2d0-51d5b336, #w-node-_09ec7598-6972-4239-d534-1533dc2d17b6-51d5b336, #w-node-_80b6db50-2906-fa82-d5ab-ff19b40873e4-51d5b336, #w-node-c03d9fcd-303e-dd94-6406-5200396eb5a9-51d5b336, #w-node-_387e1d83-7eed-648b-d1ec-d3a522fa7da9-51d5b336, #w-node-eaa70bf2-4fd4-2c4a-9d38-13c697c6dd84-51d5b336, #w-node-e5e16e4e-24d5-9d0f-a5d8-255428ea3718-51d5b336, #w-node-e83af363-59ea-6329-6e95-83068e5bcea2-51d5b336, #w-node-_4d3d4a8f-3cf7-265b-6fe8-1b455f0c8d3c-51d5b336, #w-node-_9dbb2d48-359e-4f75-137b-cc7141b34f02-51d5b336, #w-node-f360ef31-b603-b05a-0fe9-dcf4cd1ee018-51d5b336, #w-node-_29b2b070-27b0-fd55-da0c-c1ffab4fcdbd-51d5b336, #w-node-c22f6754-af05-538e-717e-26bea5fe35fa-51d5b336, #w-node-d1f749f5-3e31-5fb3-8e34-6c084de767d3-51d5b336, #w-node-af1963aa-4248-7955-2c4f-be83a4d91ca3-51d5b336, #w-node-_46864860-9e06-a389-1e14-39381bb1e64f-51d5b336, #w-node-fa2ba033-552b-3cb9-e8a4-fe35f28acba8-51d5b336, #w-node-c69be660-c801-b44d-a0c2-3c05b272c984-51d5b336, #w-node-_5243f094-ea06-bff0-ca80-fbb6cddf0359-51d5b336, #w-node-_0368d8e7-1ffb-d7ca-6ffb-194953eeb2d7-51d5b336, #w-node-_89995556-6117-d645-4862-b932259a9ad2-51d5b336, #w-node-c446c2b4-d106-6e1c-d173-2bca83de16b2-51d5b336, #w-node-e85075c0-ae01-31a3-857d-1b9e1ef2f1ab-51d5b336, #w-node-_9a9a2091-1372-7005-2657-7c3d98221008-51d5b336 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa brands 400 (old)';
  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: '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 (6.4.2)';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}