@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 {
  --dark: #1a1a1a;
  --white: white;
  --primary: #ee4e34;
  --r-12px: 12px;
  --white-20: #fff3;
  --gray: #2e2f2f;
  --r-30px: 30px;
  --r-16px: 16px;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
  --black\<deleted\|variable-66bd1c0d\>: black;
  --light-gray\<deleted\|variable-720418ab\>: #f9f9fa;
  --light-grey: #949a9a;
}

.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-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(--dark);
  color: var(--white);
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

h1 {
  color: var(--white);
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  color: var(--white);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2em;
}

h3 {
  color: var(--white);
  margin-top: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2em;
}

h4 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
}

h5 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1em;
}

h6 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3em;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

a {
  color: var(--primary);
  align-items: center;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  color: var(--white);
}

ul {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Inter Tight, sans-serif;
  display: flex;
}

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

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

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

blockquote {
  border: 1px solid var(--primary);
  border-radius: var(--r-12px);
  background-color: var(--white-20);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 30px;
  font-family: Inter Tight, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4em;
}

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

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

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

.section.blog-1-banner {
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.blog-classic-banner {
  background-color: var(--gray);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.blog-sidebar-banner, .section.banner-our-team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

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

.section.pricing-banner, .section.job-position-banner, .section.contacts-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.banner-faq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
  overflow: hidden;
}

.section.banner-customers {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.banner-testimonials {
  flex-direction: column;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.about-us-banner {
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.portfolio-grid-banner {
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
  overflow: hidden;
}

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

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

.section.color-section {
  background-color: var(--primary);
  overflow: hidden;
}

.section.home-1-banner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding-top: 180px;
  display: flex;
  overflow: hidden;
}

.section.grey-background, .section.testimonials-section {
  background-color: var(--gray);
}

.section.banner-home-2 {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Banner-Img-2-Section.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
  padding-top: 160px;
}

.section.testimonials-2-type-section {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Testimonials-BG.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.home-3-banner {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 340px;
  display: flex;
}

.section.service-details-banner, .section.career-banner {
  padding-top: 160px;
}

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

.section.portfolio-2-banner, .section.portfolio-3-banner, .section.project-details-banner {
  padding-top: 160px;
}

.section.image-background {
  background-image: linear-gradient(90deg, var(--dark), #0000), linear-gradient(to bottom, #1a1a1ab3, #1a1a1ab3), url('../images/Img-BG.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1230px;
  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.container-cemter {
  display: flex;
}

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

.grid-system {
  border-top: 1px solid var(--white-20);
  justify-content: space-between;
  width: 80%;
  display: flex;
}

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

.grid-description.first-description {
  border-right: 1px solid var(--white-20);
  border-bottom: 1px solid var(--white-20);
  border-left: 1px solid var(--white-20);
  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-12px);
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

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

.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;
}

.dark-style-guide {
  border: 1px solid var(--white-20);
  border-radius: var(--r-12px);
  background-color: var(--dark);
  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;
}

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

.white-style-guide {
  border-radius: var(--r-12px);
  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 {
  font-size: 56px;
}

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

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

.h2-mobile {
  font-size: 36px;
}

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

.primary-button {
  border: 1px solid var(--primary);
  border-radius: var(--r-30px);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  justify-content: center;
  padding: 12px 30px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: all .35s;
  display: flex;
}

.primary-button:hover {
  border-color: var(--white);
  opacity: 1;
  color: var(--white);
  background-color: #0000;
}

.primary-button.full-width-mobile {
  display: block;
}

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

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

.primary-button.form-absolute-button {
  position: absolute;
  inset: auto 6px 6px auto;
}

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

.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 {
  width: 50%;
  margin-top: 10px;
  margin-bottom: 0;
}

.navbar {
  background-color: #0000;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
  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(--white);
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
}

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

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

.nav-dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 20px;
  display: flex;
}

.nav-dropdown-icon {
  margin-right: 20px;
  font-size: 10px;
  display: none;
}

.nav-dropdown-list {
  border: 1px solid var(--white-20);
  border-radius: var(--r-12px);
  background-color: var(--gray);
  width: 200px;
  padding: 15px 25px;
}

.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: -139px;
}

.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 {
  color: var(--white);
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

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

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

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

.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 #5e5e5e80;
  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-12px);
  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-12px);
  width: 100%;
  height: 100%;
}

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

.license-link {
  color: var(--white);
  letter-spacing: normal;
}

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

.banner-title {
  color: var(--white);
  text-align: center;
}

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

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

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

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

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
}

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

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

.utility-page-wrap {
  background-image: url('../images/Background-pattern-Banner.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  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: 280px;
  display: flex;
}

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

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

.password-input {
  border: 1px solid var(--white-20);
  border-radius: var(--r-30px);
  background-color: var(--dark);
  min-width: 280px;
  min-height: 52px;
  margin-bottom: 10px;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 1.2em;
}

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

.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;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

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

.coming-soon-form {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: row;
  display: flex;
}

.coming-soon-input {
  border: 1px solid var(--white-20);
  border-radius: var(--r-30px);
  background-color: var(--dark);
  color: var(--white);
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 30px;
}

.coming-soon-input:focus {
  border: 1px solid var(--white);
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-input::placeholder {
  font-size: 16px;
  line-height: 1em;
}

.coming-soon-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-page-wrap {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.blog-classic-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.blog-classic-item {
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  background-color: var(--gray);
  padding: 10px;
  box-shadow: 0 0 20px #00000014;
}

.blog-classic-post-image {
  border-radius: var(--r-16px);
  object-fit: cover;
  width: 100%;
  max-height: 480px;
}

.blog-classic-post-image-wrapper {
  border-radius: var(--r-16px);
  min-width: 100%;
  position: relative;
  overflow: hidden;
}

.blog-classic-bottom-content {
  flex-direction: column;
  align-items: flex-start;
  padding: 30px 30px 20px;
  display: flex;
}

.blog-classic-post-description {
  margin-bottom: 35px;
  font-size: 16px;
}

.blog-classic-post-date {
  border-radius: var(--r-12px);
  background-color: var(--primary);
  color: var(--white);
  padding: 5px 15px;
  font-weight: 500;
  position: absolute;
  inset: 15px auto auto 15px;
}

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

.blog-template-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-image {
  border-radius: var(--r-16px);
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-template-date {
  color: var(--primary);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.footer {
  background-color: var(--gray);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 30px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  border-top: 1px solid #dedede80;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 30px;
  display: flex;
}

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

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

.footer-copyright-link {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: inline-block;
}

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

.section-title-wrapper {
  text-align: center;
  flex-flow: column;
  max-width: 740px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title-wrapper.medium-section-title {
  max-width: 660px;
}

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

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

.text-button-icon {
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.paragraph-large {
  box-sizing: border-box;
  clear: none;
  aspect-ratio: auto;
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: none;
  background-clip: border-box;
  flex: 0 auto;
  max-width: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  display: block;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
}

.paragraph-large.banner-home-1-paragraph, .paragraph-large.paragraph-home-2-type {
  max-width: 700px;
}

.paragraph-large.service-details-paragraph {
  max-width: 560px;
}

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

.banner-title-wrapper.portfolio-3-banner-title {
  max-width: 700px;
}

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

.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-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
}

.accordion-item {
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  background-color: var(--dark);
  width: 100%;
  padding: 20px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

.accordion-icon {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.accordion-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.accordion-wrap.last-child {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 0;
  display: flex;
}

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

.coming-soon-image {
  border-radius: var(--r-16px);
  object-fit: cover;
  max-width: 480px;
  height: 75%;
}

.link-with-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.link-with-icon:hover {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.job-position-wrapper {
  z-index: 2;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.job-position-content-wrapper {
  width: 67%;
}

.job-position-sidebar-wrapper {
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  background-color: var(--gray);
  width: 33%;
  padding: 40px;
  position: sticky;
  top: 40px;
  box-shadow: 0 0 20px #0000000f;
}

.job-position-sidebar-wrap {
  align-items: center;
  display: flex;
}

.job-position-sidebar-wrap.last-child {
  margin-bottom: 20px;
}

.job-position-icon {
  color: var(--primary);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.contacts-detail {
  display: flex;
}

.contacts-icon {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

.paragraph-no-margin {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-no-margin:hover {
  color: var(--primary);
}

.hidden {
  display: none;
}

.footer-link {
  color: var(--white);
  transition: all .3s;
}

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

.footer-social-icons-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.footer-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-brand {
  color: #fff;
  margin-bottom: 20px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
  font-family: Poppins;
}

.footer-social-icon {
  border-radius: var(--r-12px);
  background-color: var(--white);
  color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 22px;
  line-height: 1em;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

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

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

.footer-logo {
  width: 70px;
  height: 70px;
  display: block;
}

.search-wrap-input {
  color: var(--dark);
  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 {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.search-shop-con.desctop-hidden {
  display: none;
}

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

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

.search-input {
  border: 1px solid var(--white-20);
  border-radius: var(--r-30px);
  background-color: var(--dark);
  color: var(--white);
  height: auto;
  margin-bottom: 0;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 1em;
}

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

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

.search-section {
  padding-top: 160px;
  padding-bottom: 80px;
}

.footer-brand-description {
  color: var(--white);
  text-align: left;
  max-width: 300px;
  font-size: 22px;
  font-weight: 400;
}

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

.service-details-content {
  align-items: flex-start;
  width: 70%;
  display: flex;
  position: relative;
}

.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;
}

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

.overflow-hidden {
  overflow: hidden;
}

.service-list-banner {
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

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

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

.testimonials-slide-item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.testimonials-slider-profile-wraper {
  flex-flow: column;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.testimonials-slider-mask {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.slider-nav {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  font-size: 14px;
  display: flex;
}

.slider-nav-wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3px;
  padding-left: 5px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.slider-active-item {
  z-index: 10;
  background-color: var(--primary);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  position: relative;
}

.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;
}

.template-empty-state {
  color: var(--primary);
  background-color: #0000;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

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

.project-template-banner-image {
  border-radius: var(--r-16px);
  object-fit: cover;
  object-position: 50% 10%;
  width: 100%;
  height: 600px;
  margin-top: 60px;
}

.landing-inner-page-image-wrapper {
  border-radius: var(--r-16px);
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.landing-inner-page-overlay {
  z-index: 1;
  border-radius: var(--r-16px);
  background-color: #fff3;
  position: absolute;
  inset: 0%;
}

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

.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-image: url('../images/Icon-Footer.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 8px;
  height: 8px;
  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 {
  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, .rich-text-style h6 {
  margin-top: 20px;
}

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

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

.rich-text-style p {
  font-size: 16px;
}

.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;
}

.brand {
  width: 130px;
}

.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 {
  width: 47%;
  margin-right: 40px;
}

.style-guide-tab-link {
  border-top: 1px solid var(--white-20);
  border-right: 1px solid var(--white-20);
  border-bottom: 1px solid var(--white-20);
  background-color: var(--dark);
  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:hover {
  color: var(--primary);
}

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

.style-guide-tabs-menu {
  border-left: 1px solid var(--white-20);
  margin-bottom: 80px;
  display: flex;
}

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

.grid-title {
  border-right: 1px solid var(--white-20);
  border-left: 1px none var(--white-20);
  background-color: var(--gray);
  color: #fff;
  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: var(--white-20);
  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-borders {
  border: 1px solid var(--white);
  border-radius: var(--r-30px);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-family: Inter Tight, sans-serif;
  line-height: 1.6em;
  transition: all .35s;
  display: flex;
}

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

.primary-button-borders.white-color {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black\<deleted\|variable-66bd1c0d\>);
}

.primary-button-borders.white-color:hover {
  color: var(--light-gray\<deleted\|variable-720418ab\>);
  background-color: #0000;
}

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

.landing-inner-page-image {
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
}

.landing-inner-page-image.banner {
  border-color: var(--white-20);
  box-shadow: 0 6px 20px #00000014;
}

.landing-banner-content {
  z-index: 999;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  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 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
}

.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-16px);
  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(--primary);
  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 {
  width: 70%;
  margin: 0 auto;
}

.landing-inner-page-icon {
  z-index: 10;
  background-color: var(--primary);
  color: #fff;
  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: 640px;
  display: flex;
}

.free-trial-title-2 {
  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: 160px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.details-page-title {
  text-align: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-size: 60px;
}

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

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

.coming-soon-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  display: flex;
}

.success-message {
  color: var(--white);
  background-color: #0000;
  height: 52px;
  padding-top: 17px;
  padding-bottom: 15px;
}

.error-message {
  color: var(--primary);
  text-align: center;
  background-color: #0000;
  padding: 0;
}

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

.spacing-flex-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  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 {
  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;
  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;
}

.footer-link-title {
  font-weight: 500;
  line-height: 1.6em;
}

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

.links-footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

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

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

.form-footer {
  display: flex;
  position: relative;
}

.text-field {
  border: 1px solid var(--white);
  border-radius: var(--r-30px);
  color: var(--white);
  background-color: #0000;
  width: 320px;
  min-height: 50px;
  margin-bottom: 0;
  padding: 12px 60px 12px 30px;
  line-height: 1.6em;
}

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

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

.submit-button {
  border-radius: var(--r-30px);
  background-color: #0000;
  padding-left: 15px;
  padding-right: 30px;
  font-family: "Fa solid 900", sans-serif;
  transition: color .3s;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.success-message-footer {
  background-color: #0000;
  min-height: 50px;
  padding: 15px 0;
}

.error-message-footer {
  border-radius: var(--r-12px);
  background-color: var(--primary);
}

.right-content-coperight {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
}

.logo-header {
  width: 150%;
  max-width: 150%;
  height: 150%;
}

.title-header-icon {
  width: 8px;
  height: 8px;
  margin-top: 7px;
}

.tab-2 {
  background-color: #ee4e3433;
  border-top: 5px solid #0000;
  border-radius: 60px;
  width: 50px;
  height: 5px;
  padding: 0;
}

.tab-2.w--current {
  background-color: var(--primary);
}

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

.big-white-numbers {
  color: #fff;
  font-size: 76px;
  font-weight: 500;
  line-height: 1em;
}

.tabs-info {
  z-index: 1;
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  background-color: var(--dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 440px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.content-tab-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

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

.tabs-menu-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.numbers-benefits {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

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

.tabs-content-info {
  margin-bottom: 40px;
}

.icon-wraper {
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
}

.image-2 {
  width: 24px;
  height: 24px;
}

.semi-bold-text {
  font-weight: 600;
}

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

.bottom-background-absolute {
  position: absolute;
  inset: auto 0% 0%;
}

.banner-background-1 {
  position: absolute;
  inset: 0% 0% auto;
}

.home-1-banner-content-wrapper {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 860px;
  display: flex;
  position: relative;
}

.image-span {
  background-image: url('../images/Icon-Title.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 72px;
  height: 72px;
  display: inline-block;
}

.button-banner-wrapper {
  margin-top: 50px;
}

.about-us-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.subtitle-text {
  color: var(--primary);
  margin-bottom: 10px;
}

.subtitle-text.career-details-subtitle {
  margin-bottom: 30px;
}

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

.prcing-home-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 55px;
  grid-template-columns: 1fr 1fr 1fr;
}

.left-pricng-content-wrapper {
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  background-image: url('../images/Background-pattern-Banner.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px 40px;
  display: flex;
}

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

.clients-photos {
  margin-bottom: 20px;
}

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

.pricin-plan-wrapper {
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  flex-flow: column;
  display: flex;
}

.pricin-plan-wrapper.pricing {
  background-color: var(--dark);
  margin-top: 25px;
}

.pricing-content-wrapper {
  border-bottom: 1px solid #dedede80;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.icons-pricing-wrap {
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: -24px;
  margin-bottom: 25px;
  display: flex;
}

.price-big-text {
  font-size: 46px;
  font-weight: 400;
  line-height: 1.2em;
}

.benefits-pricing {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 30px 20px 40px;
  display: flex;
}

.pricing-button-wrap {
  margin-top: 40px;
}

.client-logos-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 60px;
  display: flex;
}

.row-logos {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  display: flex;
}

.row-logos.width--100 {
  width: 100%;
}

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

.content-info-numbers-wraper.without-bottpm-spacing {
  margin-bottom: 0;
}

.info-numbers-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22%;
  display: flex;
  position: relative;
}

.info-numbers-wrapper.center-align {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.big-primary-numbers {
  color: var(--primary);
  font-size: 70px;
  font-weight: 500;
  line-height: 1em;
}

.absolute-line {
  background-color: #dedede33;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% -20px;
}

.testimonials-image-absolute {
  object-fit: cover;
  width: 30%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider-testimonials {
  background-color: #ddd0;
  width: 100%;
  height: auto;
}

.content-testimonial-wrapper {
  z-index: 1;
  width: 63%;
  margin-left: auto;
  position: relative;
}

.title-testimonials-home-wrapper {
  width: 50%;
  margin-bottom: 120px;
}

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

.text-review {
  font-size: 30px;
  line-height: 1.2em;
}

.left-arrow-review {
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: auto 58px 0% auto;
}

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

.left-arrow-review._2-type-left-arrow {
  z-index: 1;
  background-color: var(--dark);
  transition: border-color .3s;
  bottom: 20px;
  right: 78px;
}

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

.client-photo {
  z-index: 1;
  border-radius: 100px;
  width: 52px;
  height: 52px;
  position: relative;
}

.client-name {
  font-size: 18px;
  line-height: 1.6em;
}

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

.client-position {
  font-size: 14px;
  line-height: 1.6em;
}

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

.right-arrow-review {
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: auto 0% 0% auto;
}

.right-arrow-review:hover, .right-arrow-review:focus {
  border-color: var(--primary);
}

.right-arrow-review._2-type-right-arrow {
  z-index: 1;
  background-color: var(--dark);
  transition: border-color .3s;
  bottom: 20px;
  right: 20px;
}

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

.benefits-wrap {
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 20px 20px;
  display: flex;
  position: relative;
}

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

.collection-list-wrapper-100.career-wrapper {
  margin-top: 50px;
}

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

.collection-item-service {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.button-section-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

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

.check-info {
  line-height: 1.6em;
}

.big-benefits-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.big-benefits-wrapper.home-2-wrapper {
  border-bottom: 1px solid var(--white-20);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

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

.big-text.grey-smaller-text {
  color: var(--light-grey);
  font-size: 54px;
}

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

.info-benefits {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.number-benefits {
  font-size: 70px;
  font-weight: 500;
  line-height: 1em;
}

.info-benefits-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 70px;
  display: flex;
  position: relative;
}

.plus-button-wrapper {
  background-color: var(--primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
}

.info-opacity-benefits {
  z-index: 1;
  border-radius: var(--r-12px);
  background-color: var(--gray);
  width: 220px;
  height: auto;
  padding: 5px 10px;
  position: absolute;
  inset: 40px 0% auto auto;
}

.servie-home-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.images-content-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  display: flex;
  position: relative;
}

.images-content-wrapper.right-align {
  justify-content: flex-start;
  align-items: center;
}

.service-image-link {
  border-radius: var(--r-16px);
  width: 90%;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
}

.service-image {
  border-radius: var(--r-16px);
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.info-client-service-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: var(--r-12px);
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 40px 0;
}

.info-client-service-wrapper.right-position {
  inset: auto 0 40px auto;
}

.content-banner-home-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 700px;
  margin-bottom: 80px;
  margin-right: auto;
  display: flex;
}

.form-block-banner-home-2 {
  margin-top: 50px;
  margin-bottom: 0;
}

.form-banner-home-2 {
  justify-content: flex-start;
  align-items: center;
  max-width: 580px;
  display: flex;
  position: relative;
}

.text-field-banner {
  color: var(--white);
  background-color: #ffffff1f;
  border: 1px solid #0000;
  border-radius: 100px;
  width: 580px;
  min-height: 64px;
  margin-bottom: 0;
  padding: 6px 196px 6px 30px;
  font-size: 16px;
  line-height: 1.6em;
}

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

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

.logos-banner-2 {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: absolute;
  inset: auto 0% 50px;
}

.success-message-banner-2 {
  background-color: #0000;
  height: 64px;
}

.error-message-banner-2 {
  border-radius: var(--r-30px);
  background-color: var(--primary);
}

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

.link-blog-image {
  border-radius: var(--r-12px);
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.collection-item-blog {
  z-index: 1;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  background-color: var(--dark);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
}

.name-blog {
  color: var(--white);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
}

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

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

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

.about-us-wtapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.info-about-us-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

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

.services-2-type-wrapper {
  border-radius: var(--r-16px);
  background-color: var(--gray);
  width: 100%;
  padding: 10px 20px 20px;
}

.services-2-type-wrapper.service-page {
  padding-top: 20px;
}

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

.collection-list-services-grid {
  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-item-service-home-2 {
  border: 1px solid var(--white-20);
  border-radius: var(--r-12px);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.number-service-wrapper {
  background-color: var(--primary);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 50px;
  display: flex;
}

.number-service {
  font-size: 20px;
  font-weight: 500;
}

.home-2-name-service {
  color: var(--white);
  font-size: 28px;
  line-height: 1.3em;
}

.home-2-name-service:hover {
  color: var(--primary);
}

.values-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  place-items: center stretch;
}

.left-relative-wrapper {
  position: relative;
}

.big-image {
  border-radius: var(--r-16px);
  object-fit: cover;
  object-position: 50% 80%;
  width: 100%;
  height: 700px;
}

.info-absolute-right-top {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-radius: var(--r-12px);
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 10px 10px auto auto;
}

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

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

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

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

.benefits-wrapper-2-type {
  width: 100%;
  margin-top: 40px;
}

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

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

.why-choose-us-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.info-home-3-type-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.button-left-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.info-3-type-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.info-3-type {
  border-top: 1px solid var(--white-20);
  padding-top: 30px;
}

.big-grey-text {
  color: var(--light-grey);
  font-size: 52px;
  font-weight: 400;
  line-height: 1em;
}

.background-banner-1 {
  width: 360px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.background-banner-2 {
  z-index: 1;
  width: 220px;
  position: absolute;
  inset: auto auto -25% 0%;
}

.background-banner-3 {
  width: 95%;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: auto 0% 90px;
}

.ovarlay-banner-home-3 {
  background-image: linear-gradient(#1a1a1a73, #1a1a1a73);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

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

.background-video {
  border-radius: var(--r-16px);
  margin-bottom: 50px;
}

.what-we-do-wrapper {
  border-bottom: 1px solid var(--white-20);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  padding-bottom: 50px;
  display: flex;
}

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

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

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

.review-wrapper {
  width: 65%;
}

.testimonial-image-2-type {
  border-radius: var(--r-16px);
  object-fit: cover;
  width: 100%;
  min-height: 460px;
}

.slider-review-borders {
  z-index: 2;
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  background-color: #0000;
  height: auto;
  margin-top: 30px;
  padding: 20px;
}

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

.link-service-home {
  border-radius: var(--r-16px);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.services-image {
  border-radius: var(--r-16px);
  width: 100%;
  height: 100%;
}

.info-service-wrapper {
  text-align: center;
  background-image: linear-gradient(#0000 3%, #0000007d 26%, #000000bf 38%);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% -110px;
}

.name-service {
  color: #fff;
  transition: color .3s;
}

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

.line-service {
  background-color: var(--light-grey);
  width: 25%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 30px;
}

.benefits-2-type-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.benefits-title-wrapper {
  width: 55%;
}

.benefits-info-wrapper {
  border-left: 1px solid var(--white-20);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 50px;
  display: flex;
}

.benefits-number {
  color: var(--primary);
  font-size: 82px;
  font-weight: 500;
  line-height: 1em;
}

.benefits-content {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-bottom: 1px solid var(--white-20);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.benefits-content.last-item {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.benefits-title-text {
  margin-top: 5px;
  font-size: 20px;
  line-height: 1.2em;
}

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

.collection-item-blog-2-type {
  z-index: 1;
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  background-color: var(--dark);
  padding: 20px 20px 10px;
  position: relative;
}

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

.paragraph-2 {
  color: var(--white);
  width: 90%;
}

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

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

.about-content-wrapper.right-content {
  margin-bottom: 50px;
}

.image-about {
  border-radius: var(--r-16px);
  width: 100%;
  height: 260px;
  margin-top: 30px;
}

.about-us-banner-image {
  border-radius: var(--r-16px);
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 540px;
}

.grey-border-block-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  background-color: var(--gray);
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px 20px 30px;
  display: flex;
}

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

.about-us-2-img {
  border: 1px solid var(--white-20);
  border-radius: var(--r-12px);
  width: 100%;
  height: 100%;
}

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

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

.text-text-content-width.right-alighn {
  margin-left: auto;
}

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

.collection-item-project {
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
}

.collection-item-project:last-child {
  display: none;
}

.collection-item-project.projects-1:last-child {
  display: block;
}

.border-nimber {
  color: #0000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--light-grey);
  font-size: 64px;
  line-height: 1em;
}

.number-project-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  padding-bottom: 80px;
  display: flex;
}

.name-project {
  color: var(--white);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.2em;
}

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

.name-project.big-name {
  font-size: 36px;
}

.name-project.project-3-name {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
}

.link-block-project {
  border-radius: var(--r-16px);
  width: 100%;
  height: 340px;
  margin-bottom: -2px;
  overflow: hidden;
}

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

.link-service-wrapper {
  margin-top: 20px;
}

.ovarlay-background-image {
  background-image: linear-gradient(#1a1a1a 1%, #0000);
  min-height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.ovarlay-background-image.faq-overlay {
  background-image: linear-gradient(#1a1a1a 1%, #0000 50%, #1a1a1acc);
}

.ovarlay-background-image.job-details {
  min-height: 25%;
}

.ovarlay-background-image.home-1 {
  background-image: linear-gradient(#1a1a1acc 1%, #0000);
  min-height: auto;
}

.service-details-content-wrap {
  z-index: 2;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.service-details-titles {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.service-details-photo {
  border-radius: var(--r-16px);
  width: 45%;
}

.pricing-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.contact-pricing {
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.review-wrap {
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  background-color: var(--gray);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px;
  display: flex;
}

.review-text-client {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2em;
}

.info-client-review {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.name-client-review {
  font-weight: 600;
  line-height: 1.6em;
}

.margin-top---5-px {
  margin-top: 5px;
}

.info-service-content {
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  background-color: var(--gray);
  width: 30%;
  padding: 20px;
}

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

.info-service-text {
  margin-top: 15px;
  font-size: 22px;
  line-height: 1.2em;
}

.background-video-career {
  z-index: 1;
  border-radius: var(--r-16px);
}

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

.collection-item-career {
  border-radius: var(--r-16px);
  background-color: var(--gray);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.collection-item-career.team-career:last-child {
  display: none;
}

.button-collection-wrapper {
  margin-top: 30px;
}

.job-position {
  color: var(--white);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3em;
}

.job-position:hover {
  color: var(--primary);
}

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

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

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

.location-icon {
  color: var(--primary);
  font-family: "Fa solid 900", sans-serif;
}

.link-youtube {
  border-radius: var(--r-12px);
  background-color: var(--gray);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
  box-shadow: 0 0 10px #11111126;
}

.link-youtube:hover {
  background-color: var(--primary);
  color: #fff;
}

.team-member-wrapper {
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  padding: 10px 10px 20px;
  overflow: hidden;
}

.team-member-photo {
  border-radius: var(--r-12px);
  object-fit: cover;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
}

.info-team {
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 3px;
  display: flex;
}

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

.socail-media-doctors {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  position: relative;
}

.plus-socail-icons {
  z-index: 2;
  border-radius: var(--r-12px);
  background-color: var(--gray);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-facebook {
  border-radius: var(--r-12px);
  background-color: var(--gray);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
}

.link-facebook:hover {
  background-color: var(--primary);
  color: #fff;
}

.plus-2 {
  z-index: 2;
}

.link-twitter {
  border-radius: var(--r-12px);
  background-color: var(--gray);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
  box-shadow: 0 0 10px #11111126;
}

.link-twitter:hover {
  background-color: var(--primary);
  color: #fff;
}

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

.absolute-top-grey-block {
  background-color: var(--gray);
  width: 100%;
  height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.banner-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.banner-wrap.banner-news {
  z-index: 2;
  grid-column-gap: 60px;
  grid-template-columns: 1.05fr 1fr;
  align-items: stretch;
  position: relative;
}

.right-banner-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-vertical-card {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.flex-vertical-card:hover {
  background-position: 50% 20%;
}

.flex-vertical-card.with-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.empty-state-white {
  color: #fff;
  background-color: #0000;
}

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

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

.flex-horizontal-align-center.with-gap {
  grid-column-gap: 15px;
  grid-row-gap: 20px;
  flex: 1;
  align-items: center;
  margin-bottom: 0;
}

.margin-bottom-large {
  margin-bottom: 40px;
}

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

.collection-list-wrapper-blog.mt-30 {
  margin-top: 50px;
}

.column-wrapper {
  width: 40%;
}

.column-wrapper.blog {
  width: 100%;
  margin-top: 105px;
}

.collection-list-blog-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.collection-list-blog-2.banner {
  grid-template-columns: 1fr;
}

.link-blog.banner {
  border-radius: var(--r-16px);
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.blog-img-home {
  border-radius: var(--r-16px);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.info-blog {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.recent-link-img-blog {
  border-radius: var(--r-12px);
  width: 25%;
  height: 100%;
  overflow: hidden;
}

.recent-img-blog {
  border-radius: var(--r-12px);
  object-fit: cover;
  width: 100%;
  height: 130px;
  transition: opacity .3s;
  display: inline-block;
}

.recent-img-blog:hover {
  opacity: .8;
}

.recent-info-blog-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 68%;
  display: flex;
}

.h6-link {
  color: var(--white);
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3em;
}

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

.mt-0 {
  margin-top: 0;
}

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

.client-wrapper-home {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: var(--r-16px);
  background-color: var(--gray);
  -webkit-backdrop-filter: blur(90px);
  backdrop-filter: blur(90px);
  grid-template-rows: auto;
  grid-template-columns: .6fr 1.4fr;
  align-items: center;
  width: 100%;
  margin-top: 80px;
  padding: 15px 20px;
  position: relative;
}

.title-client {
  color: #fff;
  font-size: 22px;
  line-height: 1em;
}

.loop-clients-wrapper {
  width: 100%;
  overflow: hidden;
}

.scroller {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  place-content: flex-end flex-start;
  align-items: center;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-loop {
  object-fit: contain;
  height: 34px;
}

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

.collection-item-2 {
  z-index: 1;
  border-radius: var(--r-16px);
  position: relative;
}

.link-block {
  border-radius: var(--r-16px);
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.project-3-type-image {
  border-radius: var(--r-16px);
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 100%;
}

.content-project-2-type-wrapper {
  border-radius: var(--r-16px);
  background-color: var(--gray);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 98%;
  margin-top: -30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: relative;
}

.number-project-2-type {
  border: 1px solid var(--white-20);
  border-radius: var(--r-12px);
  background-color: var(--white-20);
  color: #0000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--primary);
  padding: 8px 15px;
  font-size: 80px;
  font-weight: 500;
  line-height: 1em;
  position: absolute;
  inset: 15px auto auto 15px;
}

.titles-projects-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 20px 30px;
}

.titles-projects-wrap.title-project-1 {
  padding-left: 30px;
  padding-right: 30px;
}

.bottom-content-project-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.paragraph-3 {
  width: 75%;
}

.collection-list-projects-3-type {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.collection-item-prolect-3-type {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.collection-item-prolect-3-type:nth-child(2n) {
  flex-flow: row-reverse;
}

.image-link-3-type {
  border-radius: var(--r-16px);
  width: 55%;
  overflow: hidden;
}

.project-2-type-image {
  border-radius: var(--r-16px);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-project-type {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.details-project-content-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.grey-text {
  color: var(--light-grey);
}

.title-project-details-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  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 {
  color: var(--primary);
  font-size: 140px;
  font-weight: 600;
}

.logo-icon {
  height: 40px;
}

.text-field-contact {
  border: 1px solid var(--white-20);
  border-radius: var(--r-12px);
  background-color: var(--dark);
  color: var(--white);
  height: 52px;
  margin-bottom: 30px;
  padding: 12px 30px;
  font-size: 16px;
}

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

.field-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.form-wrapper {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--white-20);
  border-radius: var(--r-16px);
  background-color: var(--dark);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 60px;
  padding: 30px;
  display: flex;
  position: relative;
}

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

.error-message-contact {
  border-radius: var(--r-12px);
  background-color: var(--primary);
  color: #fff;
}

.textarea-contact {
  border: 1px solid var(--white-20);
  border-radius: var(--r-12px);
  background-color: var(--dark);
  color: var(--white);
  object-fit: fill;
  min-height: 160px;
  margin-bottom: 40px;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 1.2em;
  position: static;
}

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

.success-message-contact {
  color: #fff;
  background-color: #0000;
}

.centered-call-to-action {
  z-index: 50;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.call-to-action-heading {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 70%;
  margin-right: auto;
  display: flex;
}

.join-us-text {
  color: #fff;
  width: 100%;
  max-width: 550px;
}

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

.contact-info-wrapper {
  border-radius: var(--r-12px);
  background-color: var(--gray);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  padding: 20px 30px 30px;
  display: flex;
}

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

.image-project {
  border-radius: var(--r-16px);
  object-fit: cover;
  object-position: 50% 20%;
  width: 100%;
  height: 600px;
  margin-top: 40px;
}

.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-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

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

.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;
}

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

.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-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.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-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

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

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

.text-orange {
  color: #f69c20;
}

.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;
}

.heading-2 {
  font-size: 55px;
}

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

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

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

  .section.blog-1-banner, .section.blog-classic-banner, .section.blog-sidebar-banner, .section.banner-our-team, .section.pricing-banner {
    padding-top: 180px;
    padding-bottom: 100px;
  }

  .section.job-position-banner {
    padding-top: 180px;
  }

  .section.contacts-banner, .section.banner-faq, .section.banner-customers {
    padding-top: 180px;
    padding-bottom: 100px;
  }

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

  .section.about-us-banner, .section.portfolio-grid-banner {
    padding-top: 180px;
    padding-bottom: 100px;
  }

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

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

  .section.home-1-banner {
    min-height: 100vh;
    padding-top: 210px;
  }

  .section.banner-home-2 {
    min-height: 100vh;
    padding-top: 180px;
  }

  .section.home-3-banner {
    min-height: 100vh;
    padding-top: 180px;
    padding-bottom: 100px;
  }

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

  .section.career-banner, .section.blog-details-banner {
    padding-top: 180px;
  }

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

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

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

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

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

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

  .licensing-paragraph {
    width: 45%;
  }

  .coming-soon-wrapper {
    margin-right: 30px;
  }

  .blog-template-wrapper {
    width: 78%;
  }

  .blog-template-image {
    margin-top: 50px;
  }

  .footer {
    padding-top: 130px;
  }

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

  .paragraph-large.service-details-paragraph {
    max-width: 540px;
  }

  .banner-title-wrapper.banner-blog-2 {
    max-width: 600px;
  }

  .banner-title-wrapper.portfolio-3-banner-title {
    max-width: 760px;
  }

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

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

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

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

  .service-list-banner {
    padding-top: 180px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .project-template-banner-image {
    margin-top: 80px;
  }

  .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;
  }

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

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

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

  .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: 180px;
  }

  .pages-banner {
    padding-top: 180px;
    padding-bottom: 130px;
  }

  .details-page-title {
    max-width: 700px;
    font-size: 68px;
  }

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

  .text-field {
    width: 360px;
  }

  .tabs-info {
    width: 440px;
    padding: 40px;
  }

  .content-tab-wrapper {
    margin-top: 100px;
  }

  .image-span {
    width: 74px;
    height: 74px;
  }

  .left-content-about-us {
    width: 40%;
  }

  .prcing-home-wrapper {
    grid-row-gap: 75px;
  }

  .left-pricng-content-wrapper {
    padding: 30px 30px 50px;
  }

  .pricing-content-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .benefits-pricing {
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .big-primary-numbers {
    font-size: 76px;
  }

  .absolute-line {
    left: -20px;
  }

  .testimonials-image-absolute {
    width: 32%;
  }

  .left-arrow-review._2-type-left-arrow {
    bottom: 30px;
    right: 88px;
  }

  .right-arrow-review._2-type-right-arrow {
    bottom: 30px;
    right: 30px;
  }

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

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

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

  .collection-item-service {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

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

  .big-text {
    font-size: 76px;
  }

  .small-content-about-us {
    width: 80%;
  }

  .images-content-wrapper {
    width: 45%;
  }

  .service-image-link {
    width: 92%;
  }

  .title-left-about-wrapper {
    width: 35%;
  }

  .right-about-wrapper {
    width: 60%;
  }

  .services-2-type-wrapper {
    padding: 20px 30px 30px;
  }

  .services-2-type-wrapper.service-page {
    padding-top: 30px;
  }

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

  .collection-item-service-home-2 {
    padding: 20px;
  }

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

  .info-home-3-type-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 80px;
  }

  .info-3-type-wrapper {
    grid-column-gap: 80px;
  }

  .big-grey-text {
    font-size: 62px;
  }

  .background-banner-2 {
    width: 300px;
    bottom: -40%;
  }

  .background-banner-3 {
    width: 90%;
    bottom: 0;
  }

  .slider-review-borders {
    padding: 30px;
  }

  .collection-list-services-3-type {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .info-service-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

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

  .benefits-title-wrapper {
    width: 55%;
  }

  .benefits-info-wrapper {
    width: 45%;
    padding-left: 100px;
  }

  .benefits-content {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

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

  .collection-item-blog-2-type {
    padding: 30px 30px 20px;
  }

  .paragraph-2 {
    color: var(--white);
    width: 85%;
  }

  .about-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .about-content-wrapper.right-content {
    margin-bottom: 80px;
  }

  .image-about {
    height: 360px;
  }

  .about-us-banner-image {
    object-fit: cover;
    object-position: 50% 15%;
  }

  .grey-border-block-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .text-text-content-width {
    width: 55%;
  }

  .collection-list-projects {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: start center;
  }

  .collection-item-project:nth-child(2n) {
    margin-top: 60px;
  }

  .collection-item-project:last-child {
    display: block;
  }

  .collection-item-project.projects-1:nth-child(2n) {
    margin-top: 0;
  }

  .link-block-project {
    height: 300px;
  }

  .ovarlay-background-image.home-1 {
    min-height: 100vh;
  }

  .service-details-titles {
    width: 50%;
  }

  .service-details-photo {
    object-fit: cover;
    width: 50%;
    height: 500px;
  }

  .review-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }

  .review-text-client {
    font-size: 26px;
  }

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

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

  .collection-item-career.team-career:last-child {
    display: flex;
  }

  .team-member-wrapper {
    z-index: 1;
    position: relative;
  }

  .team-member-photo {
    object-position: 50% 20%;
    height: 420px;
  }

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

  .banner-wrap.banner-news {
    grid-column-gap: 80px;
    grid-template-columns: 1.05fr 1fr;
  }

  .collection-list-blog-2 {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
  }

  .link-blog {
    width: 100%;
  }

  .grid-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .client-wrapper-home {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }

  .scroller {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    max-width: 1150px;
  }

  .content-project-2-type-wrapper {
    width: 96%;
    padding: 25px;
  }

  .titles-projects-wrap.title-project-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-3 {
    width: 70%;
  }

  .details-project-content-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .form-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .call-to-action-heading {
    width: 60%;
  }

  .image-project {
    margin-top: 60px;
  }
}

@media screen and (min-width: 1440px) {
  h1 {
    margin-bottom: 10px;
    font-size: 76px;
  }

  h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .base-container, .nav-container {
    max-width: 1320px;
  }

  .blog-template-wrapper {
    width: 75%;
  }

  .banner-title-wrapper.portfolio-2-banner-title {
    max-width: 600px;
  }

  .banner-title-wrapper.portfolio-3-banner-title {
    max-width: 780px;
  }

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

  .job-position-content-wrapper {
    width: 65%;
  }

  .service-details-content {
    width: 68%;
  }

  .project-template-content {
    padding-right: 20px;
  }

  .project-template-banner-image {
    height: 660px;
  }

  .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;
  }

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

  .section-banner.landing-banner {
    background-image: none;
  }

  .details-page-title {
    max-width: 740px;
    font-size: 72px;
  }

  .links-footer-wrapper {
    width: 65%;
  }

  .left-content-about-us {
    width: 38%;
  }

  .prcing-home-wrapper {
    grid-column-gap: 40px;
  }

  .info-numbers-wrapper {
    width: 21%;
  }

  .absolute-line {
    left: -40px;
  }

  .content-testimonial-wrapper {
    width: 62%;
    padding-right: 90px;
  }

  .left-arrow-review._2-type-left-arrow {
    bottom: 40px;
    right: 98px;
  }

  .right-arrow-review._2-type-right-arrow {
    bottom: 40px;
    right: 40px;
  }

  .benefits-wrap {
    padding: 20px 30px 30px;
  }

  .content-service-wrapper {
    width: 53%;
    padding-right: 20px;
  }

  .small-content-about-us {
    width: 70%;
  }

  .info-benefits-wrapper {
    margin-top: 90px;
  }

  .images-content-wrapper {
    width: 46%;
  }

  .content-banner-home-2 {
    max-width: 800px;
  }

  .logos-banner-2 {
    max-width: 1320px;
  }

  .title-left-about-wrapper {
    width: 34%;
  }

  .services-2-type-wrapper {
    padding: 20px 30px 30px;
  }

  .values-wrap, .info-home-3-type-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .info-3-type-wrapper {
    width: 70%;
  }

  .background-banner-1 {
    width: 420px;
  }

  .background-banner-2 {
    width: 340px;
    bottom: -35%;
  }

  .background-banner-3 {
    opacity: .9;
    width: auto;
  }

  .testimonials-wtapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .testimonial-image-2-type {
    min-height: 420px;
  }

  .slider-review-borders {
    padding: 40px;
  }

  .benefits-info-wrapper {
    padding-left: 160px;
  }

  .benefits-content {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .about-us-banner-image {
    height: 560px;
  }

  .text-text-content-width {
    width: 53%;
  }

  .text-text-content-width.right-alighn {
    width: 55%;
  }

  .collection-list-projects, .pricing-content-wrap, .collection-list-careers {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .banner-wrap {
    grid-template-columns: 1.1fr 1fr;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 70px;
    grid-template-columns: 1fr 1.05fr;
  }

  .client-wrapper-home {
    padding-right: 30px;
  }

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

  .content-project-2-type-wrapper {
    padding: 30px;
  }

  .titles-projects-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }

  .paragraph-3 {
    width: 65%;
  }

  .details-project-content-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .form-block-contact {
    width: 55%;
  }

  .contact-info-wrapper {
    width: 45%;
  }

  .image-project {
    height: 660px;
  }
}

@media screen and (min-width: 1920px) {
  blockquote {
    padding-left: 40px;
    padding-right: 40px;
  }

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

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

  .base-container, .nav-container {
    max-width: 1400px;
  }

  .blog-template-wrapper {
    width: 70%;
  }

  .banner-title-wrapper.portfolio-3-banner-title {
    max-width: 800px;
  }

  .coming-soon-image {
    height: 68%;
  }

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

  .project-template-banner-image {
    height: 680px;
  }

  .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;
  }

  .landing-banner-content {
    margin-bottom: 130px;
  }

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

  .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;
  }

  .home-1-banner-content-wrapper {
    max-width: 900px;
  }

  .image-span {
    width: 78px;
    height: 78px;
  }

  .testimonials-image-absolute {
    width: 36%;
  }

  .content-testimonial-wrapper {
    padding-right: 100px;
  }

  .text-review {
    font-size: 32px;
  }

  .logos-banner-2 {
    max-width: 1400px;
  }

  .services-2-type-wrapper {
    padding: 30px 40px 40px;
  }

  .services-2-type-wrapper.service-page {
    padding-top: 40px;
  }

  .big-grey-text {
    font-size: 68px;
  }

  .background-banner-1 {
    z-index: 1;
    width: 590px;
  }

  .background-banner-2 {
    width: 540px;
    bottom: -50%;
  }

  .background-banner-3 {
    bottom: 128px;
  }

  .titles-content-wrap {
    width: 40%;
  }

  .benefits-number {
    font-size: 90px;
  }

  .about-wrapper {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .about-us-banner-image {
    height: 600px;
  }

  .grey-border-block-wrapper {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .text-text-content-width {
    width: 58%;
  }

  .service-details-content-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .review-text-client {
    font-size: 28px;
  }

  .content-service-details {
    z-index: 2;
    position: relative;
  }

  .banner-wrap {
    grid-template-columns: 1.2fr 1fr;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 90px;
    grid-template-columns: 1.1fr 1fr;
    grid-auto-flow: column;
  }

  .client-wrapper-home {
    padding-left: 40px;
    padding-right: 40px;
  }

  .logo-loop {
    width: 180px;
  }

  .collection-list-2 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .paragraph-3 {
    width: 60%;
  }

  .collection-list-projects-3-type, .collection-item-prolect-3-type {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .details-project-content-wrapper {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
  }

  .heading {
    font-size: 160px;
  }

  .form-wrapper {
    background-image: none;
  }

  .call-to-action-heading {
    width: 50%;
  }

  .join-us-text {
    width: 99%;
  }

  .contact-info-wrapper {
    width: 43%;
  }

  .image-project {
    height: 680px;
  }
}

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

  h2 {
    font-size: 42px;
  }

  blockquote {
    font-size: 30px;
  }

  .section.changelog-banner, .section.blog-1-banner, .section.blog-classic-banner {
    padding-top: 140px;
  }

  .section.blog-sidebar-banner {
    padding-top: 140px;
    padding-bottom: 50px;
    display: block;
  }

  .section.banner-our-team, .section.pricing-banner, .section.job-position-banner, .section.contacts-banner, .section.banner-faq, .section.banner-customers {
    padding-top: 140px;
  }

  .section.banner-testimonials {
    padding-top: 150px;
  }

  .section.about-us-banner, .section.portfolio-grid-banner {
    padding-top: 140px;
  }

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

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

  .section.testimonials-section {
    padding-top: 0;
  }

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

  .section.home-3-banner {
    padding-top: 270px;
  }

  .section.service-details-banner, .section.career-banner, .section.blog-details-banner, .section.portfolio-2-banner, .section.portfolio-3-banner {
    padding-top: 140px;
  }

  .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%;
  }

  .nav-container {
    max-width: 100%;
  }

  .nav-menu {
    background-color: var(--gray);
    flex-direction: column;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .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 {
    color: var(--white);
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    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: 100%;
    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;
    filter: invert();
    align-self: stretch;
    margin-bottom: 2px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .blog-classic-post-description {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .blog-template-wrapper {
    width: 100%;
  }

  .blog-template-date {
    margin-bottom: 30px;
  }

  .section-title-wrapper {
    max-width: 720px;
    margin-bottom: 40px;
  }

  .style-guide-button-wrapper {
    width: 45%;
  }

  .coming-soon-image {
    display: none;
  }

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

  .job-position-sidebar-wrapper {
    padding: 20px;
    top: 20px;
  }

  .footer-social-icons-wrapper {
    margin-top: 40px;
  }

  .footer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

  .footer-brand-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .search-desktop {
    display: none;
  }

  .search-bottom-line {
    display: flex;
  }

  .search-shop-con {
    display: none;
  }

  .search-shop-con.desctop-hidden {
    margin-top: 30px;
    margin-left: 0;
    display: flex;
  }

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

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

  .footer-brand-description {
    text-align: center;
  }

  .service-details-content {
    width: 100%;
  }

  .headings-container {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .service-list-banner {
    padding-top: 140px;
  }

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

  .testimonials-slider-mask {
    width: 90%;
  }

  .project-template-banner-image {
    height: 480px;
    margin-top: 50px;
  }

  .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 {
    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 {
    background-color: var(--gray);
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    filter: invert();
    margin-bottom: 2px;
  }

  .brand-tablet {
    width: 120px;
    display: block;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .primary-button-borders:hover {
    opacity: 1;
  }

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

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

  .landing-home-pages-wrapper-banner {
    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;
  }

  .section-banner.landing-banner {
    background-image: none;
    align-items: center;
    padding-top: 140px;
  }

  .color-bg {
    height: 100px;
  }

  .pages-banner {
    padding-top: 140px;
  }

  .details-page-title {
    max-width: 580px;
    font-size: 52px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

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

  .flex-body-wrap {
    width: 100%;
  }

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

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

  .links-footer-wrapper {
    width: 100%;
  }

  .content-footer-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .text-field {
    width: 360px;
  }

  .title-header-icon {
    display: none;
  }

  .home-1-banner-content-wrapper {
    max-width: 100%;
  }

  .image-span {
    width: 66px;
    height: 66px;
  }

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

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

  .prcing-home-wrapper {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

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

  .pricin-plan-wrapper.pricing {
    width: 47%;
  }

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

  .client-logos-wrapper {
    padding: 20px;
  }

  .row-logos {
    width: 98%;
  }

  .content-info-numbers-wraper {
    grid-row-gap: 40px;
    flex-flow: wrap;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .info-numbers-wrapper {
    width: 46%;
  }

  .absolute-line {
    left: -35px;
  }

  .logo-client {
    height: 30px;
  }

  .testimonials-image-absolute {
    object-position: 50% 70%;
    width: 100%;
    height: 480px;
    margin-bottom: 40px;
    position: static;
  }

  .content-testimonial-wrapper {
    width: 90%;
    margin-left: 0;
  }

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

  .left-arrow-review._2-type-left-arrow {
    bottom: 30px;
    right: 88px;
  }

  .right-arrow-review._2-type-right-arrow {
    bottom: 30px;
    right: 30px;
  }

  .benefits-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .benefits-wrap {
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 47%;
  }

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

  .collection-item-service {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
  }

  .collection-item-service.vertical-position-tablet {
    flex-flow: column;
  }

  .content-service-wrapper {
    width: 100%;
  }

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

  .button-section-wrapper.project-details {
    margin-top: 30px;
  }

  .big-text.grey-smaller-text {
    font-size: 44px;
  }

  .small-content-about-us {
    width: 65%;
  }

  .info-benefits {
    justify-content: flex-start;
    align-items: center;
  }

  .info-benefits-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .plus-button-wrapper, .info-opacity-benefits {
    display: none;
  }

  .servie-home-wrapper, .images-content-wrapper {
    width: 100%;
  }

  .service-image-link {
    width: 85%;
    height: 460px;
    min-height: auto;
  }

  .service-image {
    min-height: auto;
  }

  .content-banner-home-2 {
    max-width: 540px;
  }

  .logos-banner-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 100%;
    position: static;
  }

  .logo-banner {
    height: 30px;
  }

  .link-blog-image {
    height: 300px;
  }

  .collection-item-blog {
    padding: 20px;
  }

  .about-us-wtapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .title-left-about-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 70%;
  }

  .right-about-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .info-about-us-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .info-about-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .services-2-type-wrapper {
    padding: 20px 30px 30px;
  }

  .services-2-type-wrapper.service-page {
    padding-top: 30px;
  }

  .collection-list-services-grid {
    flex-flow: wrap;
    display: flex;
  }

  .collection-item-service-home-2 {
    padding: 25px;
  }

  .values-wrap {
    grid-template-columns: .95fr 1fr;
  }

  .info-home-3-type-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
  }

  .button-left-wrap {
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .info-3-type-wrapper {
    width: 100%;
  }

  .background-banner-1 {
    width: 220px;
  }

  .background-banner-2 {
    width: 180px;
    bottom: -40%;
  }

  .background-banner-3 {
    bottom: 110px;
  }

  .section-title-paragraph {
    max-width: 400px;
  }

  .what-we-do-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }

  .titles-content-wrap {
    justify-content: flex-start;
    align-items: center;
    width: 60%;
  }

  .testimonials-wtapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .image-testimonials-wrapper, .review-wrapper {
    width: 100%;
  }

  .testimonial-image-2-type {
    object-position: 50% 30%;
    height: 480px;
    min-height: auto;
  }

  .slider-review-borders {
    padding: 30px;
  }

  .collection-list-services-3-type {
    grid-template-columns: 1fr 1fr;
  }

  .link-service-home {
    min-height: 380px;
  }

  .info-service-wrapper {
    background-image: linear-gradient(#0000, #000 72%);
    inset: auto 0% 0;
  }

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

  .line-service {
    margin-bottom: 10px;
  }

  .collection-iterm-service-3-type:last-child {
    display: none;
  }

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

  .collection-item-blog-2-type:last-child {
    display: none;
  }

  .collection-item-blog-2-type.blog-3:last-child {
    display: block;
  }

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

  .image-about {
    object-fit: cover;
    height: 380px;
  }

  .about-us-banner-image {
    object-fit: cover;
    height: 460px;
  }

  .grey-border-block-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-text-content-width {
    width: 80%;
  }

  .collection-list-projects {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

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

  .name-project {
    font-size: 30px;
  }

  .name-project.big-name {
    font-size: 32px;
  }

  .name-project.project-3-name {
    margin-top: 5px;
  }

  .ovarlay-background-image {
    background-image: linear-gradient(#1a1a1ab3 1%, #0000);
  }

  .ovarlay-background-image.faq-overlay {
    background-image: linear-gradient(#1a1a1a66 1%, #0000 50%, #1a1a1a33);
  }

  .ovarlay-background-image.home-1 {
    background-image: linear-gradient(#1a1a1a99 1%, #0000);
  }

  .service-details-content-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .service-details-titles {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .service-details-photo {
    width: 80%;
  }

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

  .contact-pricing {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: column;
  }

  .info-service-content {
    width: 100%;
    padding: 40px;
  }

  .content-service-details {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

  .socail-media-doctors {
    min-height: 140px;
    position: absolute;
    inset: auto 15px 105px auto;
  }

  .plus-socail-icons {
    display: none;
  }

  .link-facebook {
    bottom: 100px;
  }

  .link-twitter {
    bottom: 50px;
  }

  .banner-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-bottom: 60px;
    display: flex;
  }

  .banner-wrap.banner-news {
    grid-column-gap: 40px;
    grid-row-gap: 50px;
    text-align: left;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0;
  }

  .right-banner-wrap {
    justify-content: center;
    align-items: center;
  }

  .right-banner-wrap.banner-left {
    align-items: flex-start;
  }

  .flex-vertical-card {
    background-image: none;
  }

  .flex-horizontal-align-center.with-gap {
    grid-column-gap: 20px;
  }

  .margin-bottom-large {
    margin-bottom: 0;
  }

  .collection-list-wrapper-blog.mt-30 {
    margin-top: 40px;
  }

  .column-wrapper {
    width: 100%;
  }

  .column-wrapper.blog {
    width: 100%;
    margin-top: 0;
    display: none;
  }

  .link-blog.banner {
    height: 400px;
  }

  .blog-img-home {
    object-position: 50% 20%;
  }

  .recent-link-img-blog {
    width: 30%;
  }

  .client-wrapper-home {
    grid-template-columns: .7fr 1.3fr;
    margin-top: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .title-client {
    font-size: 20px;
  }

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

  .logo-loop {
    height: 24px;
  }

  .link-block {
    height: 420px;
  }

  .titles-projects-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .titles-projects-wrap.title-project-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bottom-content-project-wrapper {
    justify-content: space-between;
    align-items: flex-end;
  }

  .paragraph-3 {
    width: 72%;
  }

  .collection-item-prolect-3-type {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    position: relative;
  }

  .collection-item-prolect-3-type:nth-child(2n) {
    flex-flow: column-reverse;
  }

  .image-link-3-type {
    width: 100%;
    height: 460px;
  }

  .content-project-type {
    width: 100%;
    padding-right: 30px;
  }

  .details-project-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .text-field-contact {
    margin-bottom: 20px;
  }

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

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

  .form-block-contact {
    width: 100%;
  }

  .centered-call-to-action {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .call-to-action-heading {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    margin-right: auto;
  }

  .button-section-wrapper-2 {
    margin-top: 50px;
  }

  .contact-info-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .links-contact-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .image-project {
    height: 480px;
  }

  .promotion-labels-wrapper-to-remove, .promotion-label-holder {
    display: none;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    padding: 20px;
    font-size: 28px;
  }

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

  .section.changelog-banner, .section.blog-1-banner {
    padding-top: 130px;
  }

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

  .section.blog-sidebar-banner {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .section.banner-our-team, .section.pricing-banner, .section.job-position-banner {
    padding-top: 120px;
  }

  .section.contacts-banner, .section.banner-faq {
    padding-top: 130px;
  }

  .section.banner-customers {
    padding-top: 120px;
  }

  .section.banner-testimonials, .section.about-us-banner, .section.portfolio-grid-banner {
    padding-top: 130px;
  }

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

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

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

  .section.testimonials-section {
    padding-top: 0;
  }

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

  .section.home-3-banner {
    padding-top: 180px;
  }

  .section.service-details-banner, .section.career-banner, .section.blog-details-banner {
    padding-top: 120px;
  }

  .section.portfolio-2-banner, .section.portfolio-3-banner {
    padding-top: 130px;
  }

  .section.project-details-banner {
    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.full-width-mobile, .primary-button.search-button {
    width: 100%;
  }

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

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
  }

  .nav-link {
    margin-left: 0;
  }

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

  .licensing-images-wrapper {
    padding-top: 30px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr;
  }

  .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;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-bottom-content {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-template-image {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .footer {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .section-title-wrapper, .section-title-wrapper.medium-section-title {
    max-width: 100%;
  }

  .section-title-wrapper.small-section-title {
    max-width: 420px;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .paragraph-large.banner-home-1-paragraph {
    max-width: 100%;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    top: 0;
  }

  .footer-social-icons-wrapper {
    width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .search-section {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .footer-brand-description {
    text-align: center;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .service-list-banner {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .testimonials-slide-item {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-content {
    width: 100%;
  }

  .project-template-banner-image {
    height: 340px;
    margin-top: 40px;
  }

  .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: 36px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    width: 120px;
    padding-left: 0;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .grid-header {
    width: 100%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--white-20);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .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-title-2 {
    margin-bottom: 30px;
  }

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

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

  .pages-banner {
    padding-top: 130px;
    padding-bottom: 60px;
  }

  .details-page-title {
    font-size: 50px;
  }

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

  .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;
  }

  .links-footer-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .big-white-numbers {
    font-size: 70px;
  }

  .content-tab-wrapper {
    min-height: 260px;
  }

  .tabs-menu-3 {
    justify-content: space-between;
    align-items: center;
  }

  .banner-background-1 {
    object-fit: cover;
  }

  .image-span {
    width: 52px;
    height: 52px;
  }

  .left-content-about-us, .right-content-about-us {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .prcing-home-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .left-pricng-content-wrapper {
    text-align: center;
    justify-content: space-between;
    align-items: center;
  }

  .top-content-pricing-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .pricing-title-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .pricin-plan-wrapper {
    margin-top: 25px;
  }

  .pricin-plan-wrapper.pricing {
    width: 100%;
  }

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

  .row-logos {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .absolute-line {
    left: -25px;
  }

  .content-testimonial-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .benefits-wrap {
    width: 80%;
  }

  .collection-list-wrapper-100.career-wrapper {
    margin-top: 30px;
  }

  .check-wrapper.check-center-mobile {
    justify-content: center;
    align-items: center;
  }

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

  .big-benefits-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .big-text {
    font-size: 68px;
  }

  .small-content-about-us {
    justify-content: flex-start;
    align-items: center;
    width: 90%;
  }

  .service-image-link {
    height: 400px;
  }

  .form-block-banner-home-2, .form-banner-home-2, .text-field-banner {
    width: 100%;
  }

  .logos-banner-2 {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

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

  .title-left-about-wrapper {
    width: 80%;
  }

  .info-about-us-wrapper {
    grid-column-gap: 30px;
  }

  .title-service-wrapper {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

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

  .values-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .big-image {
    object-position: 50% 70%;
    height: 500px;
  }

  .value-content-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .info-3-type-wrapper {
    grid-template-columns: 1fr;
  }

  .background-banner-1 {
    width: 180px;
  }

  .background-banner-2 {
    width: 160px;
  }

  .background-banner-3 {
    width: 85%;
    bottom: 160px;
  }

  .mobile-button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .titles-content-wrap {
    width: 80%;
  }

  .collection-list-services-3-type {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .benefits-2-type-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .benefits-title-wrapper {
    width: 100%;
  }

  .benefits-info-wrapper {
    width: 100%;
    padding-left: 80px;
  }

  .benefits-content {
    padding-right: 20px;
  }

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

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

  .about-content-wrapper.right-content {
    margin-bottom: 0;
  }

  .image-about {
    margin-top: 20px;
  }

  .about-us-banner-image {
    height: 380px;
  }

  .text-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .text-text-content-width, .collection-list-projects {
    width: 100%;
  }

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

  .name-project.big-name {
    width: 100%;
  }

  .ovarlay-background-image {
    background-image: linear-gradient(#1a1a1a80 1%, #0000);
  }

  .ovarlay-background-image.home-1 {
    background-image: linear-gradient(#1a1a1a33 1%, #0000);
  }

  .service-details-photo {
    object-fit: cover;
    width: 100%;
    height: 400px;
  }

  .review-wrap {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .info-service-content {
    padding: 30px;
  }

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

  .collection-item-career.team-career:last-child {
    display: flex;
  }

  .team-member-photo {
    height: 260px;
  }

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

  .title-job-details {
    margin-bottom: 30px;
  }

  .banner-wrap {
    margin-bottom: 40px;
  }

  .banner-wrap.banner-news {
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .flex-vertical-card {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-vertical-card.with-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .flex-horizontal-align-center.with-gap {
    flex-direction: column;
  }

  .margin-bottom-large {
    margin-bottom: 0;
  }

  .collection-list-wrapper-blog.mt-30 {
    margin-top: 30px;
  }

  .column-wrapper.blog {
    text-align: left;
  }

  .collection-list-blog-2 {
    grid-template-columns: 1fr;
  }

  .blog-img-home {
    width: 100%;
  }

  .info-blog.blog-page {
    text-align: left;
  }

  .recent-link-img-blog {
    width: 100%;
  }

  .recent-img-blog {
    height: 200px;
  }

  .recent-info-blog-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

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

  .client-wrapper-home {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .scroller {
    width: 100%;
    max-width: 100%;
  }

  .logo-loop {
    height: 28px;
  }

  .collection-list-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .link-block {
    height: 340px;
  }

  .content-project-2-type-wrapper {
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 96%;
  }

  .number-project-2-type {
    font-size: 62px;
  }

  .bottom-content-project-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .paragraph-3 {
    width: 100%;
  }

  .collection-item-prolect-3-type {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-link-3-type {
    height: 360px;
  }

  .content-project-type {
    padding-right: 0;
  }

  .details-project-content-wrapper, .search-result-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading {
    font-size: 120px;
  }

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

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

  .form-block-contact {
    min-height: 395px;
  }

  .centered-call-to-action {
    text-align: center;
    grid-template-columns: auto;
    align-items: center;
  }

  .call-to-action-heading {
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .join-us-text {
    max-width: 100%;
  }

  .button-section-wrapper-2 {
    margin-top: 30px;
  }

  .image-project {
    height: 340px;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }
}

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

  h2 {
    font-size: 36px;
  }

  blockquote {
    font-size: 22px;
  }

  .section.home-3-banner {
    padding-top: 160px;
  }

  .section.image-background {
    background-image: linear-gradient(90deg, var(--dark), #0000), linear-gradient(to bottom, null, null), url('../images/Img-BG.webp');
    background-position: 0 0, 0 0, 0%;
    padding-top: 0;
  }

  .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;
  }

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

  .primary-button.form-absolute-button {
    position: static;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-post-image {
    height: 300px;
    max-height: none;
  }

  .blog-classic-bottom-content {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-post-date {
    top: 10px;
    left: 10px;
  }

  .blog-template-image {
    margin-bottom: 20px;
  }

  .blog-template-date, .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;
  }

  .section-title-wrapper.small-section-title {
    max-width: 100%;
  }

  .contacts-detail {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contacts-icon {
    margin-right: 5px;
  }

  .footer-social-icons-wrapper {
    justify-content: center;
  }

  .footer-wrapper {
    grid-row-gap: 40px;
  }

  .footer-brand-wrapper {
    flex-direction: column;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .testimonials-slider-mask {
    width: 100%;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .project-template-banner-image {
    height: 260px;
  }

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

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

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

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

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

  .brand-tablet {
    padding-left: 0;
  }

  .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-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;
  }

  .details-page-title {
    text-align: left;
    font-size: 48px;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .license-link-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .links-footer-wrapper {
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .form-block-footer, .text-field {
    width: 100%;
  }

  .tab-2 {
    width: 40px;
  }

  .big-white-numbers {
    font-size: 68px;
  }

  .tabs-info {
    width: 100%;
    padding: 20px 20px 30px;
  }

  .content-tab-wrapper {
    min-height: 280px;
    margin-top: 60px;
  }

  .tabs-menu-3 {
    grid-column-gap: 13px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .row-logos {
    width: 100%;
  }

  .info-numbers-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .big-primary-numbers {
    font-size: 64px;
  }

  .absolute-line {
    width: 100%;
    height: 1px;
    top: -20px;
    left: 0;
  }

  .testimonials-image-absolute {
    height: 380px;
  }

  .left-arrow-review._2-type-left-arrow {
    bottom: 20px;
    right: 78px;
  }

  .right-arrow-review._2-type-right-arrow {
    bottom: 20px;
    right: 20px;
  }

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

  .benefits-wrap {
    width: 100%;
  }

  .check-wrapper.service-banner {
    justify-content: center;
    align-items: center;
  }

  .check-wrapper.check-center-mobile {
    flex-flow: column;
  }

  .big-benefits-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 40px;
  }

  .big-text {
    font-size: 44px;
  }

  .big-text.grey-smaller-text {
    font-size: 42px;
  }

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

  .service-image-link {
    width: 90%;
    height: 340px;
  }

  .info-client-service-wrapper {
    min-width: 280px;
    padding: 15px;
    bottom: 20px;
  }

  .content-banner-home-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .form-banner-home-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .text-field-banner {
    min-height: 52px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 30px;
  }

  .link-blog-image {
    height: 240px;
  }

  .title-left-about-wrapper {
    width: 100%;
  }

  .services-2-type-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .services-2-type-wrapper.service-page {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .big-image {
    height: 440px;
  }

  .info-3-type {
    width: 100%;
  }

  .big-grey-text {
    font-size: 44px;
  }

  .background-banner-1 {
    width: 160px;
  }

  .background-banner-2 {
    width: 140px;
    bottom: -35%;
  }

  .background-banner-3 {
    bottom: 291px;
  }

  .titles-content-wrap {
    width: 100%;
  }

  .testimonial-image-2-type {
    height: 360px;
  }

  .slider-review-borders {
    padding: 20px;
  }

  .link-service-home {
    display: block;
  }

  .services-image {
    object-fit: cover;
    display: block;
  }

  .info-service-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .benefits-2-type-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .benefits-info-wrapper {
    padding-left: 40px;
  }

  .benefits-number {
    font-size: 66px;
  }

  .benefits-content {
    padding-right: 0;
  }

  .paragraph-2 {
    width: 95%;
  }

  .image-about {
    height: 320px;
  }

  .about-us-banner-image {
    height: 280px;
  }

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

  .border-nimber {
    font-size: 54px;
  }

  .number-project-wrapper {
    padding-bottom: 60px;
  }

  .ovarlay-background-image {
    background-image: linear-gradient(#1a1a1a4d 1%, #0000);
  }

  .ovarlay-background-image.faq-overlay {
    background-image: linear-gradient(#1a1a1a00 1%, #0000 50%, #1a1a1a1a);
  }

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

  .service-details-photo {
    height: 300px;
  }

  .pricing-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .review-wrap {
    padding: 30px 20px 20px;
  }

  .logo-client-review {
    margin-bottom: 10px;
  }

  .review-text-client {
    font-size: 22px;
  }

  .info-service-content {
    padding: 20px;
  }

  .team-member-photo {
    height: 380px;
  }

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

  .banner-wrap {
    width: 100%;
  }

  .flex-vertical-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-card.with-gap {
    grid-row-gap: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-horizontal-align-center.with-gap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .column-wrapper.blog {
    text-align: left;
  }

  .link-blog.banner {
    height: 240px;
  }

  .recent-link-img-blog {
    width: 100%;
    height: 200px;
  }

  .recent-img-blog {
    height: 100%;
  }

  .recent-info-blog-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    width: 100%;
  }

  .client-wrapper-home {
    margin-top: 60px;
    padding-top: 20px;
  }

  .scroller {
    grid-column-gap: 30px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .logo-loop {
    height: 30px;
  }

  .link-block {
    height: 260px;
  }

  .number-project-2-type {
    padding: 5px 10px;
    font-size: 42px;
    display: none;
  }

  .titles-projects-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-link-3-type {
    height: 300px;
  }

  .heading {
    font-size: 100px;
  }

  .form-wrapper {
    padding: 20px;
  }

  .call-to-action-heading {
    width: 100%;
  }

  .button-section-wrapper-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .contact-info-wrapper {
    padding: 10px 20px 20px;
  }

  .image-project {
    height: 260px;
    margin-top: 30px;
  }
}

#w-node-_13451497-38f9-c2c3-afcd-d989c540540f-9c175823 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2db4ce2f-ded3-07a7-e045-526824ef1b83-9c17582e {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_5b08e172-3257-2141-d2fe-6ddf91b406e4-9c17582e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1d3e8d3a-294e-4bff-ecf9-200a3db2e24b-9c17582f {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_1d3e8d3a-294e-4bff-ecf9-200a3db2e255-9c17582f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a4-9c175831, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a8-9c175831, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991ac-9c175831, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b2-9c175831, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b8-9c175831, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991be-9c175831 {
  justify-self: center;
}

#w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-9c175832, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-9c175832, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-9c175832, #w-node-_9d55cd66-9e05-d390-56c7-d3e58b10063f-9c175832, #w-node-_80500617-2a7a-b425-523c-030440f22af1-9c175832, #w-node-c20ce445-1df1-a5cb-e653-71ee0a05b2f6-9c175832, #w-node-_7ec44d0b-0297-de9f-d71b-1ed340303488-9c175832, #w-node-b758536c-0084-4907-ce63-8e9229105c98-9c175832, #w-node-_35992960-681e-fe82-7035-7548d75180dc-9c175832, #w-node-_845c167e-34ff-2c4d-dec0-3c8c38ae4dfa-9c175832, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-9c175832, #w-node-_892823dc-b72c-5322-83f1-668b2907baf4-9c175832, #w-node-_94824283-f25a-1d33-5cb5-9538e0285d2f-9c175832, #w-node-a9e906ec-6412-7650-a4e7-fad7136fa781-9c175832, #w-node-_7ba60c67-1b2c-fa2a-efc4-0420b5921491-9c175832, #w-node-_0d2f367b-2ebb-2cc6-7829-18b0eba09be2-9c175832, #w-node-_0e21355b-47e9-1dd7-124f-32cbc06a22d5-9c175834, #w-node-_0e21355b-47e9-1dd7-124f-32cbc06a22d8-9c175834 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_54c25523-b214-8a31-7f14-6df6b2e561c2-9c175836 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-9c175839, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-9c175839, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-9c175839, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-9c175839, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-9c175839, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-9c175839, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-9c175839, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-9c175839, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-9c175839, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-9c175839 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_2db4ce2f-ded3-07a7-e045-526824ef1b83-9c17582e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5b08e172-3257-2141-d2fe-6ddf91b406e4-9c17582e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_1d3e8d3a-294e-4bff-ecf9-200a3db2e24b-9c17582f {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_1d3e8d3a-294e-4bff-ecf9-200a3db2e255-9c17582f {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2db4ce2f-ded3-07a7-e045-526824ef1b83-9c17582e {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5b08e172-3257-2141-d2fe-6ddf91b406e4-9c17582e {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1d3e8d3a-294e-4bff-ecf9-200a3db2e24b-9c17582f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1d3e8d3a-294e-4bff-ecf9-200a3db2e255-9c17582f {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-9c175832, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-9c175832, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-9c175832, #w-node-_9d55cd66-9e05-d390-56c7-d3e58b10063f-9c175832, #w-node-_80500617-2a7a-b425-523c-030440f22af1-9c175832, #w-node-c20ce445-1df1-a5cb-e653-71ee0a05b2f6-9c175832, #w-node-_7ec44d0b-0297-de9f-d71b-1ed340303488-9c175832, #w-node-b758536c-0084-4907-ce63-8e9229105c98-9c175832, #w-node-_35992960-681e-fe82-7035-7548d75180dc-9c175832, #w-node-_845c167e-34ff-2c4d-dec0-3c8c38ae4dfa-9c175832, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-9c175832, #w-node-_892823dc-b72c-5322-83f1-668b2907baf4-9c175832, #w-node-_94824283-f25a-1d33-5cb5-9538e0285d2f-9c175832, #w-node-a9e906ec-6412-7650-a4e7-fad7136fa781-9c175832, #w-node-_7ba60c67-1b2c-fa2a-efc4-0420b5921491-9c175832, #w-node-_0d2f367b-2ebb-2cc6-7829-18b0eba09be2-9c175832 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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;
}