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

:root {
  --black: black;
  --primary-dark: #011f44;
  --orange: #feaf6b;
  --dark-violet: #422439;
  --primary-blue: #24305f;
  --primary-light: #fff5eb;
  --light: #ffe3c2;
  --white: white;
  --yellow: #fbc73b;
  --white-80: #fffc;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
  --white-40: #fff6;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}


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

h1 {
  color: var(--black);
  letter-spacing: 1.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 58px;
  font-weight: 500;
  line-height: 1.1em;
}

h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1em;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1em;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
}

h5 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1em;
}

h6 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1em;
}

p {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.4em;
}

a {
  border-bottom: 1px solid var(--primary-dark);
  color: var(--black);
  align-items: center;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

a:hover {
  border-bottom-color: var(--orange);
  color: var(--orange);
}

ul {
  grid-row-gap: 10px;
  background-color: var(--black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: decimal;
}

li {
  color: var(--dark-violet);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  align-items: center;
  line-height: 1.4em;
}

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

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

blockquote {
  background-color: var(--primary-blue);
  color: var(--primary-dark);
  text-align: center;
  border-left: 0 solid #000;
  border-radius: 12px;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

.section.changelog-banner {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 60px;
  display: flex;
}

.section.blog-grid-banner {
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 130px;
  display: flex;
}

.section.banner-our-team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

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

.section.without-bottom-spacing.contact {
  padding-bottom: 20px;
}

.section.without-bottom-spacing.service {
  padding-top: 100px;
}

.section.pricing-banner {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 100px;
  display: flex;
}

.section.contacts-banner, .section.banner-faq {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 0;
  display: flex;
}

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

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

.section.landing-banner {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.without-top-spacing {
  color: var(--black);
  padding-top: 80px;
  padding-bottom: 0;
}

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

.section.banner-home-2 {
  flex-flow: column;
  justify-content: center;
  min-height: 90vh;
  padding-top: 160px;
  display: flex;
  overflow: hidden;
}

.section.banner-home-1 {
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.section.video-section {
  background-image: url('../images/jason-goodman-nF0nQuqBsrI-unsplash-1_1jason-goodman-nF0nQuqBsrI-unsplash (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 420px;
  display: flex;
}

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

.section.team-members-banner {
  padding-top: 150px;
  padding-bottom: 20px;
}

.section.shop-banner {
  background-image: linear-gradient(#0009, #0009), url('../images/pexels-fauxels-3184418-2-1_1pexels-fauxels-3184418 (2) (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.product-details-banner {
  padding-top: 140px;
  padding-bottom: 0;
}

.section.image-full-bg {
  background-image: linear-gradient(180deg, #fff0 12%, var(--primary-dark) 90%);
  justify-content: space-between;
  align-items: flex-end;
  min-height: 740px;
  margin-top: 80px;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.section.cta-section {
  flex-flow: column;
  align-items: center;
  padding-bottom: 80px;
  display: flex;
}

.section.overflow-hidden {
  padding-bottom: 0;
  overflow: hidden;
}

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

.section.home-1-banner {
  background-color: var(--primary-dark);
  padding-top: 140px;
  position: relative;
  overflow: hidden;
}

.section.news-details-banner {
  padding-top: 160px;
}

.section.logos-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.how-we-work-banner {
  background-color: var(--light);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  display: flex;
}

.section.contact-seekers {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.section.industry-banner {
  padding-top: 140px;
  padding-bottom: 40px;
  overflow: hidden;
}

.section.primary-light-bg {
  background-color: var(--light);
}

.section.banner-awards {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

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

.section.shop-banner {
  background-image: linear-gradient(#0009, #0009), url('../images/pexels-freestocks-744461-1_1pexels-freestocks-744461 (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 140px;
  display: flex;
}

.section.category-shop-banner {
  background-image: linear-gradient(#0009, #0009), url('../images/pexels-fauxels-3184418-2-1_1pexels-fauxels-3184418 (2) (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 140px;
  display: flex;
}

.section.rezensionen {
  padding-bottom: 20px;
}

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

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

.base-container.relative {
  z-index: 10;
  position: relative;
}

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

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

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

.grid-title.first-grid {
  background-color: var(--primary-blue);
  border-left-style: solid;
  border-left-color: #79819466;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

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

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

.grid-description.last-description {
  border-right: 1px solid #79819466;
}

.spacing-system-column {
  padding-right: 20px;
}

.spacing-system-image {
  max-width: 80%;
}

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

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

.spacing-columns {
  margin-top: 40px;
}

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

.spasing-system-image-mobile {
  max-width: 70%;
}

.primary-style-guide {
  background-color: var(--primary-blue);
  border-radius: 4px;
  width: 75px;
  height: 75px;
}

.primary-dark-style-guide {
  background-color: var(--primary-dark);
  border-radius: 4px;
  width: 75px;
  height: 75px;
}

.black-style-guide {
  background-color: var(--black);
  border-radius: 4px;
  width: 75px;
  height: 75px;
}

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

.color-container {
  grid-column-gap: 30px;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

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

.white-style-guide {
  background-color: var(--white);
  border-radius: 4px;
  width: 75px;
  height: 75px;
  box-shadow: 0 2px 20px #0829bb14;
}

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

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

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

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

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

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

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

.h4-tablet {
  font-size: 28px;
}

.h5-tablet {
  font-size: 24px;
}

.h4-mobile {
  font-size: 28px;
}

.h5-mobile {
  font-size: 24px;
}

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

.style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-button {
  border: 1px solid var(--primary-blue);
  background-color: var(--primary-blue);
  color: var(--primary-dark);
  text-align: center;
  letter-spacing: .6px;
  text-transform: capitalize;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 14px 34px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  transition: all .3s;
  display: inline-block;
}

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

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

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

.primary-button.transparent-hover {
  border-color: var(--yellow);
  background-color: var(--yellow);
  color: var(--white);
  text-transform: none;
}

.primary-button.transparent-hover:hover {
  border-color: var(--yellow);
  color: var(--black);
  background-color: #fff0;
}

.primary-button.transparent-hover.w--current:hover, .primary-button.transparent-hover.white:hover {
  color: var(--white);
}

.primary-button.dark-outline {
  border-color: var(--primary-dark);
  background-color: #fff0;
}

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

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  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;
}

.grid-header {
  width: 100%;
  margin-top: 50px;
}

.link-wrapper {
  width: 50%;
  margin-top: 10px;
}

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

.navbar.blue {
  background-color: var(--primary-blue);
}

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

.nav-menu {
  text-align: right;
}

.nav-link {
  color: var(--primary-dark);
  letter-spacing: .2px;
  border-bottom-style: none;
  border-bottom-width: 0;
  padding: 20px 0;
  font-size: 16px;
  transition-property: opacity;
  transition-duration: .3s;
}

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

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

.nav-dropdown-toggle {
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
}

.nav-dropdown-list {
  background-color: var(--primary-light);
  border: 1px solid #0000001a;
  border-radius: 4px;
  width: 200px;
  padding: 15px 20px;
  box-shadow: -5px 5px 20px #5f5f5f1a;
}

.nav-dropdown-list.w--open {
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

.nav-dropdown-list.nav-submenu.w--open {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 360px;
  display: flex;
  left: -120px;
}

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

.nav-dropdown-link-wrapper.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.nav-dropdown-link {
  text-transform: capitalize;
  border-bottom-style: none;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  transition: all .3s;
  display: flex;
}

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

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

.nav-item-title {
  color: var(--primary-dark);
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  transition: opacity .2s linear;
}

.nav-item-title:hover {
  opacity: .65;
}

.pages-banner {
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 80px;
  display: flex;
}

.pages-banner.licensing-banner {
  background-color: var(--primary-dark);
  text-align: center;
  padding-top: 180px;
  padding-bottom: 100px;
}

.pages-banner.banner {
  text-align: center;
  padding-top: 180px;
  padding-bottom: 40px;
}

.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 {
  object-fit: cover;
  width: 100%;
  height: 320px;
  transform-style: preserve-3d;
  border-radius: 14px;
}

.licensing-image:hover {
  transform: scale3d(1.1none, 1.1none, 1none);
}

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

.licensing-image-link {
  border-bottom-style: none;
  border-radius: 14px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.license-link {
  color: var(--primary-dark);
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

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

.licensing-icon-link-wrapper {
  border-bottom-style: none;
  margin-right: 25px;
}

.icon-style-guide {
  color: var(--primary-dark);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 24px;
  line-height: 1.2em;
  transition: color .3s;
}

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

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

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

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-font-title {
  color: var(--primary-dark);
  text-transform: uppercase;
  font-weight: 400;
}

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

.utility-page-wrap {
  background-color: var(--primary-light);
  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 {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  background-color: var(--white-80);
  min-width: 280px;
  min-height: 47px;
  color: var(--primary-dark);
  border: 1px solid #79819466;
  border-radius: 40px;
  margin-bottom: 10px;
  padding: 10px 22px;
  font-size: 16px;
  line-height: 1.2em;
}

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

.password-input::placeholder {
  color: #798194;
}

.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;
  margin-top: 15px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 60px;
  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 {
  background-color: var(--white-80);
  min-width: 300px;
  height: 47px;
  color: var(--primary-dark);
  border: 1px solid #79819466;
  border-radius: 40px;
  margin-bottom: 0;
  padding: 18px 22px;
}

.coming-soon-input:focus {
  border-color: var(--orange);
}

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

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

.footer-bottom-wrapper {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: var(--white-80);
  line-height: 1.2em;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  width: 100%;
  color: var(--white-80);
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright-link {
  color: var(--white);
  letter-spacing: .2px;
  border-bottom-style: none;
  display: inline-block;
}

.footer-copyright-link:hover {
  color: var(--primary-blue);
  border-bottom-style: none;
}

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

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

.section-title-wrapper {
  text-align: center;
  flex-direction: column;
  max-width: 720px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title-wrapper.align-center {
  align-items: center;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.style-guide-button-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 47%;
  display: flex;
}

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

.paragraph-large {
  font-size: 18px;
  line-height: 1.5em;
}

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

.banner-title-wrapper.banner-wrapper-space {
  margin-bottom: 80px;
}

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

.text-white.service-title-width {
  max-width: 580px;
}

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.section-title-description {
  text-align: center;
  max-width: 580px;
  margin-top: 20px;
}

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

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

.coming-soon-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 20px;
  max-width: 480px;
  min-height: 600px;
}

.link-with-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--primary-dark);
  border-bottom-style: none;
  border-bottom-width: 0;
  display: inline-flex;
}

.link-with-icon:hover {
  opacity: .7;
  color: var(--primary-dark);
}

.link-with-icon.orange-link {
  color: var(--orange);
}

.link-with-icon.project-link {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 10px;
}

.link-with-icon.margin-top-10 {
  margin-top: 10px;
}

.link-with-icon.margin-top-30 {
  margin-top: 30px;
}

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

.hidden {
  display: none;
}

.footer-link {
  border-bottom-style: none;
  border-bottom-color: var(--black);
  color: var(--white-80);
  letter-spacing: .2px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .3s;
}

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

.white-text {
  color: #fff;
}

.footer-brand {
  color: #fff;
  border-bottom-style: none;
  width: 260px;
}

.footer-brand:hover {
  border-bottom-style: none;
}

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

.footer-logo {
  width: 100%;
  height: 100%;
}

.search-wrap-input {
  height: 60px;
  color: var(--primary-dark);
  background-color: #0000;
  border: 1px solid #0000;
  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-blue);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

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

.button-header {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.button-header.desktop-hidden {
  display: none;
}

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

.search-link {
  border-bottom-style: none;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.4em;
  text-decoration: underline;
  transition: all .3s;
  display: inline-block;
}

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

.search-input {
  background-color: var(--white-40);
  height: 47px;
  color: var(--black);
  border: 1px solid #79819466;
  border-radius: 40px;
  margin-bottom: 0;
  padding: 16px 30px;
  font-size: 16px;
  line-height: 1em;
}

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

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

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

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

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

.style-guide-content-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: nowrap;
  margin-top: 20px;
  display: flex;
}

.video {
  background-image: url('../images/jason-goodman-nF0nQuqBsrI-unsplash-1_1jason-goodman-nF0nQuqBsrI-unsplash (1).webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-bottom-style: none;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.video:hover {
  color: var(--black);
}

.video.video-about {
  background-image: url('../images/pexels-cottonbro-5989927-1_1pexels-cottonbro-5989927 (1).webp');
  background-position: 50% 8%;
}

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

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

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

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

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

.landing-banner-image {
  max-width: 85%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.landing-performance-grid {
  grid-column-gap: 120px;
  grid-row-gap: 60px;
  width: 100%;
}

.landing-progress-bar-wrapper {
  margin-top: 20px;
}

.landing-progress-bar-gray-line {
  background-color: var(--light);
  border-radius: 10px;
  width: 100%;
  height: 15px;
}

.landing-progress-bar-95 {
  background-color: var(--orange);
  border-radius: 10px;
  width: 95%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-number {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  inset: auto 0% 35px auto;
}

.landing-progress-bar-92 {
  background-color: var(--orange);
  border-radius: 10px;
  width: 92%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-100 {
  background-color: var(--orange);
  border-radius: 10px;
  width: 100%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-progress-bar-88 {
  background-color: var(--orange);
  border-radius: 10px;
  width: 88%;
  height: 15px;
  margin-top: -15px;
  position: relative;
}

.landing-features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.landing-feature-icon {
  width: 50px;
  height: 50px;
  color: var(--white);
  background-color: #ffffff1a;
  border: 1px solid #fff3;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  display: flex;
}

.landing-feature-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.landing-inner-page-item {
  background-color: var(--primary-blue);
  text-align: center;
  border-bottom-style: none;
  border-radius: 12px;
  width: 100%;
  padding: 6px 6px 16px;
}

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 8px;
  height: auto;
}

.landing-inner-page-image-wrapper {
  border: 1px solid #0000001a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  box-shadow: -5px 10px 25px #5f5f5f26;
}

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

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

.landing-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.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;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.landing-download-block-wrapper {
  background-color: var(--orange);
  background-image: url('../images/Frame-47_1Frame 47.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 75px 80px 75px 200px;
  display: flex;
}

.download-button-icon {
  margin-top: 4px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
}

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

.landing-download-block-wrap {
  max-width: 600px;
}

.play-button-icon {
  z-index: 7;
  color: var(--orange);
  margin-left: 4px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.primary-button-dark {
  border: 1px solid var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--white);
  text-align: center;
  letter-spacing: .6px;
  text-transform: none;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  transition: background-color .3s;
  display: inline-flex;
}

.primary-button-dark:hover {
  border-color: var(--primary-dark);
  color: var(--black);
  background-color: #fff0;
}

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

.primary-button-dark.light {
  background-color: var(--black);
}

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

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

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

.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-blue);
  justify-content: center;
  display: flex;
}

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

.search {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  margin-top: 20px;
  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 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rich-text-style h2 {
  margin-bottom: 15px;
}

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

.rich-text-style h5 {
  margin-top: 25px;
  margin-bottom: 10px;
}

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

.rich-text-style li {
  background-color: var(--primary-dark);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.rich-text-style img {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-style p {
  -webkit-text-stroke-width: .05px;
}

.rich-text-style ol {
  list-style-type: decimal;
}

.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 {
  border-bottom-style: none;
  border-bottom-width: 0;
  display: none;
}

.brand {
  border-bottom-style: none;
  border-bottom-width: 0;
  width: 160px;
  margin-right: 15px;
}

.style-guide-subtitle {
  margin-bottom: 20px;
}

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

.success-message {
  background-color: var(--light);
  color: var(--black);
  text-align: center;
  border-radius: 14px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.typography-hero-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.section-purchase {
  padding: 80px 15px;
  position: relative;
}

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

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

.orange-style-guide {
  background-color: var(--orange);
  border-radius: 4px;
  width: 75px;
  height: 75px;
}

.copyright-wrap {
  display: flex;
}

.logo-header {
  width: 100%;
  height: 100%;
}

.nav-item-arrow {
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.width-100 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.width-100.margin-top-60 {
  margin-top: 60px;
}

.blog-img {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.link-block-blog-img {
  border-bottom-style: none;
  border-radius: 12px;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.content-blog-wrap {
  flex-flow: column;
  justify-content: space-between;
  min-height: 190px;
  margin-top: 20px;
  display: flex;
}

.button-blog-wrap {
  margin-top: 20px;
  display: flex;
}

.flex-section-title {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  display: flex;
}

.flex-section-title.align-end {
  align-items: flex-end;
  margin-bottom: 50px;
}

.left-title {
  flex-direction: column;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.left-title.width-60 {
  width: 60%;
}

.right-title {
  text-align: right;
  width: 46%;
}

.right-title.flex-left {
  justify-content: flex-end;
  width: 30%;
  padding-bottom: 10px;
  display: flex;
}

.info-blog-wrap {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.reading-time {
  border-left: 1px solid var(--primary-dark);
  margin-left: 8px;
  padding-left: 8px;
}

.about-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
  width: 100%;
}

.about-wrapper.reverse {
  place-items: center stretch;
}

.img-content-wrap {
  width: 100%;
  position: relative;
}

.img-content-wrap.full-height {
  height: 100%;
}

.image-about {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  min-height: 480px;
}

.content-about-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.libe-bottom {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.libe-bottom.last-item {
  padding-bottom: 0;
}

.info-wrap {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.button-section-wrap {
  justify-content: flex-start;
  margin-top: 30px;
  display: flex;
}

.button-section-wrap.align-center {
  justify-content: center;
  align-items: center;
}

.info-absolute-wrap {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: absolute;
  inset: auto -10px -5% auto;
}

.numbers-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.numbers-wrapper.numbers-margin-top {
  grid-template-columns: 1fr 1fr;
  margin-top: 60px;
}

.number-info-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 98px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.bg-numbers {
  color: var(--orange);
  font-size: 98px;
  font-weight: 600;
  line-height: 1em;
  position: absolute;
  inset: 0%;
}

.bg-numbers.opacity-80 {
  opacity: .8;
  position: static;
}

.numbers-heading {
  z-index: 1;
  color: var(--dark-violet);
  text-align: center;
  margin-bottom: 0;
  position: relative;
}

.collection-list-project {
  display: flex;
}

.collection-item-project {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.img-link-wrap {
  border-bottom-style: none;
  width: 100%;
  height: 100%;
}

.overlay-project-img {
  background-image: linear-gradient(#2c2c2c33, #2c2c2c33);
  position: absolute;
  inset: 0%;
}

.info-project-wrap {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.block-review {
  background-color: #fff6;
  border-radius: 16px;
  flex-flow: column;
  align-items: stretch;
  padding: 30px 20px;
  display: flex;
}

.image-review {
  object-fit: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.block-quote-review {
  background-color: var(--yellow);
  color: var(--primary-dark);
  text-align: center;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 2px 10px;
  display: inline-flex;
}

.slider-review {
  background-color: #0000;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
}

.margin-top-20 {
  margin-top: 20px;
  display: inline-block;
}

.story-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
}

.story-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-dark {
  background-color: var(--primary-dark);
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.base-container-footer {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.collection-list-blog-3-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  display: flex;
}

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

.link-block-blog-img-column {
  border-bottom-style: none;
  border-radius: 12px;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.blog-img-3-column {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.info-blog-3-column {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 233px;
  margin-top: -3px;
  padding-top: 20px;
  display: flex;
}

.absolute-img-banner {
  z-index: 1;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  max-height: 500px;
  padding-right: 20px;
  position: relative;
}

.content-banner-home-3 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.banner-description-home {
  width: 85%;
  color: var(--primary-dark);
  margin-top: 15px;
  margin-bottom: 40px;
}

.content-banner-home-2 {
  background-color: #fff5eb;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 56%;
  margin-bottom: 20px;
  padding: 30px;
  display: flex;
}

.button-home-banner-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button-home-banner-wrap.no-mragin {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}

.big-info-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  display: grid;
  position: relative;
}

.info-consultation-wrap {
  flex-direction: column;
  display: flex;
}

.statistic-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.statistic-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.statistic-wrap.borders {
  border-right: 1px none var(--primary-dark);
  border-left: 1px none var(--primary-dark);
}

.number-statistic {
  opacity: .8;
  color: var(--primary-blue);
  margin-bottom: 0;
  font-size: 62px;
  font-weight: 700;
  line-height: 1em;
}

.img-1-home-2 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  max-height: 500px;
}

.team-member-2-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 50%;
  display: grid;
}

.team-member-img {
  border-bottom-style: none;
  border-radius: 8px;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.team-member-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.info-team-member {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 52%;
  padding-top: 10px;
  padding-left: 25px;
  display: flex;
}

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

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

.contact-wrap {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.contact-icon {
  color: var(--primary-dark);
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  line-height: 1.1em;
}

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

.link-block-service-img {
  border-bottom-style: none;
  border-radius: 8px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.info-service-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.service-img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-height: 420px;
}

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

.info-services-wrapper {
  background-color: var(--light);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 60px 60px;
  display: flex;
}

.info-services-wrapper.services-image-bg {
  z-index: 1;
  background-image: linear-gradient(#011f4499, #011f4499), url('../images/pexels-vlada-karpovich-4050304-1_1pexels-vlada-karpovich-4050304 (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 20px;
}

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

.about-info-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  width: 100%;
}

.about-info-wrapper.align-center {
  align-items: center;
}

.about-info-wrapper.tablet-1-column {
  place-items: center stretch;
}

.left-info {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.left-info.desktop-sticky {
  position: sticky;
  top: 120px;
}

.right-info {
  flex-direction: column;
  display: flex;
}

.img {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 320px;
}

.number-manager-wrap {
  margin-top: 40px;
}

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

.white-link {
  border-bottom-color: var(--white);
  color: var(--white);
  display: inline-block;
}

.white-link:hover {
  border-bottom-color: var(--primary-light);
  color: var(--primary-light);
}

.about-banner-img {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 40px;
  width: 100%;
  height: 420px;
}

.lightbox-link-video {
  border-bottom-style: none;
  justify-content: center;
  display: flex;
}

.play-button-hover-primary {
  z-index: 10;
  border: 3px solid var(--white);
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover-primary:hover {
  transform: scale(1);
}

.faq-img-block {
  background-image: url('../images/Banner-Home-3_1Banner Home 3.webp');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 460px;
}

.faq-img-block.faq-s-page {
  background-image: url('../images/pexels-edmond-dantes-4345104-1_1pexels-edmond-dantes-4345104 (1).webp');
  border-radius: 20px;
  width: 50%;
  min-height: 520px;
}

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

.play-button-3, .play-button-icon-wrap {
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

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

.pricing-plan-wrap {
  grid-row-gap: 20px;
  background-color: var(--white);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px 20px 40px;
  transition: transform .5s;
  display: flex;
  box-shadow: 0 2px 5px #011f440d;
}

.pricing-plan-wrap:hover {
  transform: scale(.98);
}

.price {
  color: var(--yellow);
  font-size: 44px;
  font-weight: 600;
  line-height: 1em;
}

.search-result-list {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
}

._404-heading {
  color: var(--orange);
  font-size: 180px;
  font-weight: 700;
  line-height: 1em;
}

.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.contact {
  grid-column-gap: 60px;
  place-items: start stretch;
}

.banner-wrap.contact-reverse {
  grid-column-gap: 60px;
  place-items: center stretch;
}

.contact-form-wrapper {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 40px;
  display: flex;
  position: relative;
}

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

.full-width {
  width: 100%;
}

.team-member-photo {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.project-details-image {
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 20px;
  width: 100%;
  min-height: 500px;
}

.details-team-wrapper {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
  width: 100%;
}

.contact {
  color: #535b53;
  font-weight: 500;
}

.shop-cart-header {
  margin-top: 7px;
  padding-right: 5px;
}

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

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

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

.link-block-product {
  border-bottom-style: none;
  border-radius: 16px;
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.collection-item-product {
  background-color: var(--white-80);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  padding: 20px 20px 30px;
  display: flex;
  position: relative;
}

.info-product-wraper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  margin-top: -3px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 30px;
  display: flex;
}

.flex-cart-wrap {
  align-items: flex-start;
}

.product-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.default-state {
  margin-bottom: 0;
}

.add-to-cart {
  margin-top: 30px;
}

.out-of-stock-state {
  background-color: var(--primary-blue);
}

.error-state {
  background-color: var(--orange);
}

.field-label-product {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.product-price {
  color: var(--primary-dark);
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
}

.error-state-header {
  color: #000;
  text-align: center;
  background-color: #fcd5c0;
  border-radius: 6px;
}

.price-wrap {
  grid-column-gap: 5px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.right-wrapper-shop {
  position: relative;
}

.product-img {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  object-position: 50% 50%;
  transform-style: preserve-3d;
  border-radius: 20px;
  transition: transform .5s;
}

.product-img:hover {
  transform: scale(1.04);
}

.shop-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  width: 100%;
}

.left-wrapper-shop {
  grid-row-gap: 30px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.add-to-cart-product {
  margin-top: 40px;
}

.info-shop {
  position: sticky;
  top: 120px;
}

.quantity {
  background-color: #0000;
  border-color: #79819466;
  border-radius: 10px;
  height: 47px;
  margin-bottom: 0;
}

.quantity:focus {
  border-color: var(--orange);
}

.lightbox-link-product {
  border-bottom-width: 0;
  border-bottom-color: #0000;
  border-radius: 20px;
  width: 100%;
  height: 540px;
  position: relative;
  overflow: hidden;
}

.details-wrap {
  margin-top: 40px;
}

.default-state-details {
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.out-of-stock-state-2 {
  background-color: #faf7f2;
}

.product-heading {
  font-size: 50px;
}

.checkout-form {
  background-color: var(--primary-light);
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 60px;
}

.sticky-checkout {
  top: 120px;
}

.block-header {
  background-color: var(--white);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 10px;
}

.email {
  background-color: var(--white);
  border-color: #79819466;
  border-radius: 40px;
  height: auto;
  padding: 16px 20px;
}

.email:focus {
  border-color: var(--orange);
}

.full-name {
  background-color: var(--white);
  border-color: #79819466;
  border-radius: 40px;
  height: auto;
  padding: 16px 20px;
}

.full-name:focus {
  border-color: var(--orange);
}

.street-address {
  background-color: var(--white);
  border-color: #79819466;
  border-radius: 40px;
  height: auto;
  padding: 16px 20px;
}

.street-address:focus {
  border-color: var(--orange);
}

.street-address-2 {
  background-color: var(--white);
  border-color: #79819466;
  border-radius: 40px;
  height: auto;
  padding: 16px 20px;
}

.street-address-2:focus {
  border-color: var(--orange);
}

.city {
  background-color: var(--white);
  border-color: #79819466;
  border-radius: 40px;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
}

.city:focus {
  border-color: var(--orange);
}

.state-province {
  background-color: var(--white);
  border-color: #79819466;
  border-radius: 40px;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
}

.state-province:focus {
  border-color: var(--orange);
}

.zip-postal-code {
  background-color: var(--white);
  border-color: #79819466;
  border-radius: 40px;
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 20px;
}

.zip-postal-code:focus {
  border-color: var(--orange);
}

.country {
  background-color: var(--white);
  border-color: #79819466;
  border-radius: 40px;
  height: auto;
  padding: 16px 20px;
}

.country:focus {
  border-color: var(--orange);
}

.card-number {
  background-color: var(--white);
  border-color: #79819466;
  border-radius: 40px;
  height: 54px;
  padding: 16px 20px;
}

.card-number:focus, .card-number.-wfp-focus {
  border-color: var(--orange);
}

.expiration-date {
  background-color: var(--white);
  border-color: #79819466;
  border-radius: 40px;
  height: 54px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.expiration-date:focus, .expiration-date.-wfp-focus {
  border-color: var(--orange);
}

.security-code {
  background-color: var(--white);
  border-color: #79819466;
  border-radius: 40px;
  height: 54px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.security-code:focus, .security-code.-wfp-focus {
  border-color: var(--orange);
}

.checkbox-label {
  margin-bottom: 0;
}

.checkbox {
  margin-top: 0;
}

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

.order-info {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.paypal-checkout-form, .order-confirmation {
  background-color: var(--primary-light);
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 60px;
}

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

.secondary-button {
  border: 1px solid var(--yellow);
  background-color: var(--yellow);
  color: var(--primary-dark);
  text-align: center;
  letter-spacing: .6px;
  text-transform: none;
  border-radius: 40px;
  padding: 14px 34px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
  transition: background-color .3s;
}

.secondary-button:hover {
  border: 1px solid var(--primary-dark);
  color: var(--primary-dark);
  background-color: #fff0;
}

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

.secondary-button.transparent-button {
  background-color: #fff0;
}

.secondary-button.transparent-button:hover {
  border-color: var(--yellow);
  background-color: var(--yellow);
}

.secondary-button.light-hover:hover {
  border-color: var(--yellow);
  color: var(--white);
}

.nav-shadow {
  z-index: -1;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
  box-shadow: 0 0 12px #04011f1f;
}

.nav-tablet-arrow {
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 20px;
  display: none;
}

.social-networks {
  z-index: 10;
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.footer-socials {
  color: #fff;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  line-height: 1em;
  display: flex;
}

.footer-socials:hover {
  background-color: var(--primary-blue);
  color: var(--yellow);
  border-bottom-color: #ffffff1a;
}

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

.form-sign-up {
  min-width: 340px;
  position: relative;
}

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

.success-message-orange {
  background-color: var(--orange);
  min-width: 340px;
  color: var(--primary-dark);
  text-align: center;
  border-radius: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.banner-form-button {
  background-color: #fff0;
  background-image: url('../images/octicon_arrow-up-16.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  border-radius: 40px;
  width: 45px;
  height: 45px;
  padding: 10px 16px;
  transition: all .3s;
  position: absolute;
  inset: 5px 10px 5px auto;
}

.banner-form-button:hover {
  background-position: 75%;
}

.footer-form {
  border: 1px solid var(--white-40);
  color: #ffffffb3;
  background-color: #ffffff0d;
  border-radius: 80px;
  height: 54px;
  margin-bottom: 0;
  padding: 16px 60px 16px 30px;
  line-height: 1.2em;
  transition: all .3s;
}

.footer-form:focus {
  border-style: solid;
  border-color: var(--primary-blue);
  color: var(--white);
}

.footer-form::placeholder {
  color: #ffffffb3;
  font-size: 16px;
}

.error-message-red {
  color: #f3686a;
  text-align: center;
  background-color: #0000;
  margin-top: 5px;
  padding: 0;
}

.error-message-red.mergin-top-20 {
  margin-top: 20px;
}

.error-message-red.text-left {
  text-align: left;
}

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

.text-light.paragraph-width-medium {
  max-width: 460px;
}

.text-light.margin-bottom-30 {
  margin-bottom: 30px;
}

.footer-top-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 60px;
  display: grid;
  overflow: hidden;
}

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

.div-block-7 {
  flex-flow: column;
  display: flex;
}

.location-link {
  max-width: 250px;
  color: var(--white);
  text-align: left;
  border-bottom-style: none;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.footer-contact-link {
  color: var(--white);
  text-align: left;
  border-bottom-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.footer-contact-link:hover {
  border-bottom-style: none;
}

.subtitle-violet {
  color: var(--primary-blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
}

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

.banner-buttons-wrapper.margin-top-40 {
  margin-top: 40px;
}

.banner-img-cover {
  object-fit: cover;
  object-position: 50% 20%;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.subtitle-orange {
  color: var(--orange);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
}

.satisfied-clients-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff4d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 25px 20px;
  display: flex;
  box-shadow: 0 20px 30px #b9b9b940;
}

.number-big {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.1em;
}

.contact-icon-round {
  background-color: var(--orange);
  width: 50px;
  height: 50px;
  color: var(--white-80);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  display: flex;
}

.contact-link-dark {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--primary-dark);
  text-align: left;
  border-bottom-style: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
}

.contact-link-dark:hover {
  opacity: .7;
  color: var(--primary-dark);
  border-bottom-style: none;
}

.contact-link-dark.paragraph-no-margin {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-heading {
  margin-bottom: 10px;
  margin-left: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.project-heading-primary-light {
  color: var(--white);
  border-bottom-style: none;
  font-size: 26px;
  font-weight: 500;
}

.video-full-width {
  z-index: 1;
  border-radius: 12px;
  width: 100%;
  height: 480px;
}

.video-full-width.banner-video {
  height: 400px;
}

.video-wrap-margin-top-30 {
  width: 100%;
  margin-top: 30px;
}

.work-step-shape {
  border: 10px solid var(--primary-blue);
  border-radius: 100px;
  flex: none;
  width: 32px;
  height: 32px;
}

.work-step-shape.orange {
  border-width: 10px;
  border-color: var(--orange);
}

.work-step-shape.yellow-color {
  border-color: var(--yellow);
}

.work-step-shape.dark-color {
  border-color: var(--dark-violet);
}

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

.dash-line {
  border: 1px dashed var(--primary-dark);
  width: 1px;
  height: 100%;
}

.dash-line.full-width {
  width: 100%;
  height: 1px;
}

.work-step-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

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

.column-flex-gap-30 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.work-steps-wrapper {
  flex-flow: column;
  display: flex;
}

.work-image {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 400px;
}

.slide-review {
  width: 31.3%;
  margin-right: 30px;
}

.top-review-row {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.review-text-wrap {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px 20px 20px;
  position: relative;
}

.paragraph {
  background-color: var(--white);
  border-radius: 20px;
}

.quote-icon-dark {
  background-color: var(--primary-dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: -20px 20px auto auto;
}

.left-arrow {
  border: 1px solid var(--primary-dark);
  background-color: var(--primary-dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .2s;
  display: flex;
  top: auto;
  bottom: -80px;
  left: 44%;
}

.icon-arrow-left {
  color: var(--light);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  line-height: 1.1em;
}

.right-arrow {
  border: 1px solid var(--primary-dark);
  background-color: var(--primary-dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .2s;
  display: flex;
  top: auto;
  bottom: -80px;
  right: 44%;
}

.icon-arrow-right {
  color: var(--light);
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  line-height: 1.1em;
}

.text-content {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-leadership {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.heading-link-dark {
  border-bottom-style: none;
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
}

.heading-link-dark:hover {
  opacity: .7;
  color: var(--primary-dark);
}

.heading-link-dark.margin-bottom-15 {
  margin-bottom: 15px;
}

.button-wrap {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.contact-main-wrap {
  background-color: var(--white);
  border-radius: 30px;
  width: 97%;
  max-width: 1200px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
}

.contact-block-imag-wrap {
  z-index: 1;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: 0% -10% 0% auto;
  transform: rotate(-30deg);
}

.contact-text-wrap {
  max-width: 440px;
}

.image-contact {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 100%;
}

.banner-2-image {
  z-index: -1;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.margin-top-15.white {
  color: var(--white);
}

.work-steps-wrapper-horizontal {
  flex-flow: row;
  margin-bottom: 40px;
  display: flex;
}

.work-step-item-vertical {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.timeline-block-home-2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.item-with-padding {
  padding-left: 10px;
  padding-right: 30px;
}

.empty-state {
  text-align: center;
  background-color: #fff0;
  border-radius: 6px;
}

.empty-state.display-flex-center-min-height {
  justify-content: center;
  align-items: center;
  min-height: 300px;
  display: flex;
}

.empty-state.align-left {
  text-align: left;
}

.empty-state.display-flex-center-full-height {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.empty-state.empty-bg {
  background-color: var(--white);
}

.info-block-wrap {
  width: 100%;
  position: relative;
}

.chart-info-top {
  justify-content: center;
  align-items: center;
  display: inline-flex;
  position: relative;
}

.number-absolute {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1em;
  position: absolute;
}

.img-chart {
  height: 80px;
}

.img-chart.mini {
  height: 55px;
}

.team-socials {
  border: 1px solid var(--primary-dark);
  width: 40px;
  height: 40px;
  color: var(--primary-dark);
  border-radius: 12px;
  justify-content: center;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  line-height: 1em;
  display: flex;
}

.team-socials:hover {
  border-bottom-color: var(--primary-dark);
  background-color: var(--primary-dark);
  color: var(--yellow);
}

.slider-testimonials {
  background-color: #fff0;
  width: 70%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.review-text {
  color: var(--primary-dark);
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  line-height: 1em;
}

.bottom-review-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-review-big {
  object-fit: cover;
  border-radius: 100%;
  width: 120px;
  height: 120px;
}

.review-position {
  color: var(--primary-dark);
  text-align: center;
  margin-bottom: 0;
  font-size: 18px;
  display: inline-flex;
}

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

.review-person-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  display: flex;
}

.top-review-block {
  flex-flow: column;
  align-items: center;
  min-height: 280px;
  display: flex;
}

.slider-right-arrow {
  border: 1px solid var(--primary-dark);
  background-color: var(--primary-dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .3s;
  display: flex;
  inset: 70% 15% auto auto;
}

.slider-left-arrow {
  border: 1px solid var(--primary-dark);
  background-color: var(--primary-dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .3s;
  display: flex;
  inset: 70% auto auto 15%;
}

.blog-heading-link-home {
  color: var(--primary-dark);
  border-bottom-style: none;
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
}

.blog-heading-link-home:hover {
  opacity: .7;
  color: var(--primary-dark);
}

.team-member-position {
  color: var(--dark-violet);
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  display: inline-block;
}

.heading-banner {
  max-width: 790px;
  color: var(--white);
  margin-bottom: 10px;
}

.image-about-home-1 {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.work-steps-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.number-color-block {
  background-color: var(--primary-blue);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

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

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

.number-color-block.dark {
  background-color: var(--primary-dark);
  color: var(--white);
}

.work-step-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  padding-right: 30px;
  display: flex;
}

.work-step-wrapper.margin-top-50 {
  margin-top: 50px;
}

.collection-item-service-home-3 {
  border-radius: 12px;
  max-height: 420px;
  position: relative;
  overflow: hidden;
}

.team-img-wrap {
  border-radius: 20px;
  width: 100%;
  max-height: 340px;
  position: relative;
  overflow: hidden;
}

.industries-project-img {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  border-radius: 20px;
  transition: transform 1s;
}

.industries-project-img:hover {
  transform: scale(1.1);
}

.team-member-position-absolute {
  background-color: var(--yellow);
  color: var(--primary-dark);
  text-align: center;
  border-bottom-style: none;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 1.5em;
  display: inline-block;
  position: absolute;
  inset: auto 15px 15px auto;
}

.team-member-position-absolute.dark {
  background-color: var(--primary-dark);
  color: var(--white);
}

.team-item {
  flex-flow: column;
  justify-content: space-between;
  width: 31%;
  display: flex;
}

.team-item.align-center {
  text-align: center;
  align-items: center;
}

.team-info {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: auto;
  margin-top: 20px;
  display: flex;
}

.team-info.auto-height {
  min-height: auto;
}

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

.nav-item-title-white {
  color: var(--white);
  letter-spacing: .2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
  transition: color .3s;
}

.nav-item-title-white:hover {
  color: var(--orange);
}

.nav-link-white {
  color: var(--white);
  letter-spacing: .2px;
  border-bottom-style: none;
  border-bottom-width: 0;
  padding: 20px 0;
  font-size: 16px;
  transition-property: color;
  transition-duration: .3s;
}

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

.banner-info-block {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 20px;
  align-items: center;
  max-width: 240px;
  padding: 20px;
  display: inline-flex;
  position: absolute;
  inset: auto auto -20px -20px;
  box-shadow: -5px 10px 25px #5f5f5f33;
}

.subtitle-light {
  color: var(--primary-light);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  display: inline-flex;
}

.video-fill {
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.banner-container-home-3 {
  z-index: 2;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1vw;
  padding-right: 1vw;
  position: relative;
}

.baner-hero-block {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.banner-info-block-bottom {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  padding: 15px 20px;
  display: flex;
  position: absolute;
  inset: auto auto -60px -40px;
  box-shadow: -5px 10px 25px #5f5f5f33;
}

.chart-block-info-left {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.number-info {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.1em;
}

.number-info.number-big {
  font-size: 48px;
}

.text-gray {
  color: #686868;
}

.flex-vertical-gap-5 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.chart-info-yellow {
  background-color: var(--yellow);
  border-radius: 6px;
  padding: 5px 10px;
}

.chart-info-block-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.banner-info-block-top {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--white);
  border-radius: 16px;
  align-items: center;
  padding: 7px 15px;
  display: inline-flex;
  position: absolute;
  inset: 20px -5px auto auto;
  box-shadow: -5px 10px 25px #5f5f5f33;
}

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

.banner-image-wrap {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.baner-text-description {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 36rem;
  padding: 40px 15px;
  display: flex;
  position: relative;
}

.banner-images-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.inner-banner-section {
  border-bottom-right-radius: 80px;
  border-bottom-left-radius: 80px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.inner-banner-section.contact-banner {
  padding-bottom: 120px;
}

.image-background-services {
  z-index: -1;
  object-fit: cover;
  background-image: linear-gradient(#011f4473, #011f4473), url('../images/id-like-go-that-way-shot-resident-nurse-outside-retirement-home-garden_1.avif');
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-background-services.bg-image {
  background-image: linear-gradient(#011f4473, #011f4473), url('../images/pexels-vlada-karpovich-4050304-1_1pexels-vlada-karpovich-4050304 (1).webp');
  background-position: 0 0, 50% 100%;
}

.image-background-services.bg-image-2 {
  background-image: linear-gradient(#011f4473, #011f4473), url('../images/christin-hume-Hcfwew744z4-unsplash-1_1christin-hume-Hcfwew744z4-unsplash (1).webp');
  background-position: 0 0, 50% 30%;
}

.image-background-services.karriere {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/portrait-nurse-her-senior-client-wheelchair_1.avif');
}

.paragraph-banner {
  width: 600px;
}

.flex-horizontal-gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.column-first {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light);
  border-radius: 20px;
  width: 100%;
  padding: 30px;
  display: flex;
}

.services-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.service-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 20px;
  transition: box-shadow .3s;
  display: flex;
}

.service-item:hover {
  box-shadow: -5px 10px 25px #5f5f5f33;
}

.service-item.space-between {
  justify-content: space-between;
}

.flex-vertical-align-left {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.flex-vertical-align-left.margin-top-30 {
  margin-top: 30px;
}

.services-list {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.decorative-shape {
  z-index: -1;
  background-color: var(--primary-blue);
  border-radius: 20px;
  width: 180px;
  height: 180px;
  position: absolute;
  inset: -5% -5% auto auto;
}

.decorative-shape.left {
  top: -3%;
  left: -2%;
  right: auto;
}

.horizontal-block {
  grid-column-gap: 80px;
  display: flex;
  overflow: hidden;
}

.logos-wrapper {
  grid-column-gap: 80px;
  flex: none;
  display: flex;
}

.logos-loop-wrap {
  align-self: center;
}

.center-banner-title-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.service-image {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-height: 380px;
}

.icon-check {
  color: var(--primary-dark);
  font-family: "Fa solid 900", sans-serif;
  font-size: 22px;
  line-height: 1.1em;
}

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

.decorative-shape-orange {
  z-index: -1;
  background-color: var(--orange);
  border-radius: 20px;
  width: 180px;
  height: 180px;
  position: absolute;
  inset: auto auto -5% -3%;
}

.decorative-shape-orange.top-left {
  inset: -20px auto auto -15px;
}

.team-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.paragraph-width-medium {
  max-width: 460px;
}

.pricing-top-card-dark {
  background-color: var(--primary-dark);
  background-image: url('../images/Background-Pattern.svg');
  background-position: 95% -75px;
  background-repeat: no-repeat;
  background-size: 100px;
  border-radius: 16px;
  padding: 30px 20px;
}

.pricing-title-wrapper {
  border-bottom: 1px dashed var(--white-40);
  padding-bottom: 20px;
}

.price-text-light {
  background-color: var(--white-40);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 10px;
  font-size: 14px;
  line-height: 1.5em;
  display: inline-block;
}

.price-text-light.blue {
  background-color: var(--primary-blue);
  color: var(--primary-dark);
}

.current-price {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.plans-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 90%;
  margin: 20px auto 30px;
  display: flex;
}

.tab-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  border-bottom: 1px solid #011f444d;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: padding .5s cubic-bezier(.25, .46, .45, .94);
  position: relative;
  overflow: hidden;
}

.tabs-faq {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.vertical-faq-line {
  background-color: var(--primary-dark);
  border-radius: 10px;
  width: 2px;
  height: 15px;
  position: absolute;
}

.tab-bottom-content {
  border-top: 1px #ffffff1a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-faq-title {
  z-index: 25;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .3s;
  display: flex;
  position: relative;
}

.horizontal-faq-line {
  background-color: var(--primary-dark);
  border-radius: 10px;
  width: 15px;
  height: 2px;
}

.faq-description {
  color: var(--primary-dark);
}

.close-wrapp {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.tab-item {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: column;
  display: flex;
}

.faq-list {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.faq-list.full-width {
  width: 100%;
}

.tab-bottom {
  border-top: 1px #afafaf80;
  overflow: hidden;
}

.faq-tab-title {
  max-width: 380px;
  color: var(--primary-dark);
  font-size: 22px;
}

.faq-wrapper {
  height: 100%;
}

.no-capitalize-text {
  text-transform: none;
}

.title-width {
  max-width: 500px;
}

.info-blog-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 260px;
  margin-top: -3px;
  padding-top: 20px;
  display: flex;
}

.half-column {
  width: 50%;
  position: relative;
}

.blog-detail-heading {
  margin-bottom: 5px;
}

.blog-template-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  max-height: 640px;
}

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

.blog-image-wrap {
  border-radius: 16px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.author-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--primary-dark);
  border-radius: 30px;
  align-items: stretch;
  width: 90%;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 40px;
  display: flex;
  position: relative;
}

.author-image {
  z-index: 1;
  border-radius: 100%;
  width: 140px;
  height: 140px;
  position: relative;
}

.author-image-wrap {
  flex: none;
  width: 140px;
  height: 140px;
  position: relative;
}

.bg-pattern {
  position: absolute;
  inset: 0%;
}

.awards-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  overflow: hidden;
}

.award-item {
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.flex-vertical-left-gap-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.process-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.title-wrapper-left {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  display: flex;
}

.form-field {
  width: 50%;
  height: 54px;
  color: var(--primary-dark);
  background-color: #0000;
  border: 1px solid #79819466;
  border-radius: 40px;
  margin-bottom: 0;
  padding: 16px 30px;
  font-size: 16px;
}

.form-field:focus {
  border-color: var(--orange);
}

.form-field::placeholder {
  color: #798194;
}

.form-field.select {
  width: 100%;
}

.success-message-2 {
  background-color: #0000;
  padding: 0;
}

.contact-textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  min-height: 180px;
  color: var(--primary-dark);
  background-color: #0000;
  border: 1px solid #79819466;
  border-radius: 20px;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 1em;
}

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

.contact-textarea::placeholder {
  color: #798194;
}

.contact-form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 570px;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.error-message-form-contact {
  color: #e62c2f;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  padding: 0;
}

.form-field-wrapperr {
  grid-column-gap: 20px;
  margin-bottom: 20px;
  display: flex;
}

.footer-form-btn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.code-embed {
  border-radius: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 67vw;
  height: 100%;
  display: flex;
  position: relative;
}

.services-item-description {
  color: var(--white-80);
  margin-bottom: 20px;
}

.more-features-icon {
  background-color: var(--white-40);
  width: 60px;
  height: 60px;
  color: var(--white);
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  display: flex;
}

.services-wrap {
  width: 100%;
  display: flex;
}

.services-wrap.negative-services-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  position: relative;
}

.services-item {
  background-color: var(--primary-dark);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  box-shadow: 20px 0 60px #0047ff1a;
}

.contacts-wrapper-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.location-info-wrap.last-item {
  border-right-style: none;
  margin-right: 0;
}

.industry-banner-text {
  flex-direction: column;
  justify-content: center;
  width: 47%;
  padding-right: 30px;
  display: flex;
}

.industry-banner-wrap {
  grid-column-gap: 60px;
  display: flex;
}

.industries-collection-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: relative;
}

.industries-collection-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-img-wrap {
  border-bottom-style: none;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: 240px;
  position: relative;
  overflow: hidden;
}

.project-link-dark {
  border-bottom-style: none;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.1em;
}

.collection-item-info-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.banner-number-absolute {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1em;
  position: absolute;
}

.text-medium-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.lottie-animation {
  height: 110px;
}

.social-links {
  z-index: 10;
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.social-links.margin-top-30 {
  margin-top: 30px;
}

.service-title-width {
  max-width: 600px;
}

.work-image-home-1 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

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

.title-description-medium {
  text-align: center;
  max-width: 540px;
}

.title-description-small {
  text-align: center;
  max-width: 420px;
  margin-top: 20px;
}

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

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

.services-banner-title {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bg-color-wrapper {
  z-index: -1;
  background-color: var(--light);
  width: 100%;
  height: 70%;
  position: absolute;
  inset: 0% 0% auto;
}

.info-block-bottom {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--white);
  border-radius: 12px;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  margin-right: auto;
  padding: 30px;
  display: inline-flex;
  box-shadow: -5px 10px 25px #5f5f5f33;
}

.charts-info-block {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  min-height: 440px;
  display: flex;
  position: relative;
}

.info-lottie-animation {
  width: 160px;
  height: 140px;
}

.info-block-top {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--light);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 30px 0% auto auto;
  box-shadow: -5px 2px 10px #5f5f5f0d;
}

.text-block {
  color: #ff5151;
}

.text-block.text-blue {
  color: #3786f1;
}

.counter-lottie-animation {
  width: 180px;
  margin-right: -30px;
}

.image-min-height {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  min-height: 460px;
}

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

.project-info-block-bottom {
  z-index: 2;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: var(--primary-blue);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 220px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto -20px -20px auto;
  box-shadow: -5px 2px 10px #5f5f5f0d;
}

.industries-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.card-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--light);
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 20px;
  display: flex;
}

.project-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.services-overlay {
  background-image: linear-gradient(#011f448c, #011f448c);
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.service-details-list {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.service-details-list-wrapper {
  grid-column-gap: 60px;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.service-details-image {
  object-fit: cover;
  border-radius: 10px;
  width: 50%;
  max-height: 380px;
}

.service-number-list {
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
}

.faq-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.faq-title {
  flex-direction: column;
  align-items: flex-start;
  max-width: 580px;
  display: flex;
}

.faq-list-container {
  width: 50%;
}

.light-style-guide {
  background-color: #ffe3c2;
  border-radius: 4px;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.img-content-wrap-right {
  width: 100%;
  height: 600px;
  position: relative;
}

.success-message-form-contact {
  background-color: var(--light);
  border-radius: 14px;
  padding: 30px;
}

.contact-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.brand-404 {
  border-bottom-style: none;
  padding-left: 0;
}

.changelog-wrap {
  background-color: var(--orange);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.round-light-blue {
  z-index: -1;
  background-color: var(--primary-blue);
  border-radius: 100%;
  width: 90px;
  height: 90px;
  position: absolute;
  inset: auto 0 2px auto;
}

.round-yellow {
  z-index: -1;
  background-color: var(--yellow);
  border-radius: 100%;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.contacts-wrapper-about {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--primary-dark);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.banner-description-home-2 {
  max-width: 480px;
  color: var(--primary-dark);
  margin-top: 15px;
  margin-bottom: 0;
}

.banner-overlay-home-2 {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.work-step-item-home-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  display: flex;
}

.work-step-wrapper-home-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  margin-top: 50px;
  padding-right: 30px;
  display: flex;
}

.info-project-wrapper {
  text-align: right;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 85px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.inner-banner-description {
  width: 85%;
  color: var(--primary-dark);
  margin-top: 15px;
  margin-bottom: 0;
}

.about-us-banner-img-wrap {
  border-radius: 40px;
  overflow: hidden;
}

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

.services-banner-description {
  max-width: 420px;
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
}

.dark-banner-description {
  max-width: 420px;
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 0;
}

.news-category-link {
  background-color: var(--yellow);
  color: var(--primary-dark);
  text-align: center;
  border-bottom-style: none;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 1.5em;
  display: inline-block;
  position: absolute;
  inset: auto 15px 15px auto;
}

.news-category-link:hover {
  background-color: var(--primary-dark);
}

.news-category-link.w--current:hover {
  background-color: var(--primary-dark);
  color: var(--white);
}

.award-title {
  margin-top: 30px;
  margin-bottom: 10px;
}

.column-info-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.category-link {
  background-color: var(--yellow);
  color: var(--primary-dark);
  text-align: center;
  border-bottom-style: none;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 2px 12px;
  font-size: 18px;
  line-height: 1.5em;
  display: inline-block;
}

.category-link:hover, .category-link.w--current:hover {
  background-color: var(--primary-dark);
  color: var(--white);
}

.contact-dark-text {
  color: var(--primary-dark);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.section-title-wrapper-medium {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 600px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tabs {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.location-tab-content {
  width: 100%;
  height: 100%;
}

.locations-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: stretch;
  width: 25%;
  height: 100%;
  margin-right: 40px;
  display: flex;
}

.location-tab {
  background-color: var(--white-80);
  border-bottom-style: none;
  border-radius: 12px;
  padding: 20px 30px;
}

.location-tab:hover {
  box-shadow: -5px 5px 10px #5f5f5f33;
}

.location-tab.w--current {
  background-color: var(--light);
  border-bottom-style: none;
  border-radius: 12px;
  padding: 20px 30px;
}

.location-tab.w--current:hover {
  color: var(--black);
}

.contact-links-wrap {
  z-index: 1;
  background-color: var(--white);
  border-radius: 16px;
  padding: 30px;
  position: absolute;
  inset: 10px 10px auto auto;
}

.contact-item-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

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

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

.landing-bg-color {
  z-index: -1;
  background-color: var(--light);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  height: 70%;
  position: absolute;
  inset: 0% 0% auto;
}

.orange-link {
  color: var(--orange);
  border-bottom-style: none;
}

.orange-link:hover {
  opacity: .8;
}

.team-description {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.bottom-radius {
  background-color: var(--white);
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
}

.apple-pay {
  border-radius: 20px;
}

.order-image {
  border-radius: 8px;
  width: 80px;
}

.shop-cart-container {
  background-color: var(--primary-light);
  border-radius: 20px;
}

.cart-price {
  margin-top: 8px;
  margin-bottom: 10px;
  font-weight: 500;
}

.cart-quantity-3 {
  background-color: var(--orange);
  color: var(--primary-dark);
  line-height: 20px;
  position: absolute;
  inset: -70% -32% auto auto;
}

.nav-icon-cart {
  color: var(--primary-dark);
  margin-left: 8px;
  transition: opacity .3s;
}

.nav-icon-cart:hover {
  opacity: .8;
  color: var(--primary-dark);
}

.cart-quantity-4 {
  background-color: var(--white-80);
  border-color: #79819433;
  border-radius: 8px;
}

.cart-quantity-4:focus {
  border-color: var(--orange);
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
}

.shop-links-wrapper {
  position: relative;
}

.collection-list-wrapper {
  z-index: 1;
  position: absolute;
  inset: auto 15px 15px auto;
}

.shop-category {
  z-index: 1;
  background-color: var(--yellow);
  color: var(--primary-dark);
  text-align: center;
  border-bottom-style: none;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 2px 10px;
  font-size: 16px;
  line-height: 1.5em;
  display: inline-flex;
  position: absolute;
  inset: auto 15px 15px auto;
}

.shop-category:hover {
  background-color: var(--primary-dark);
}

.shop-category.w--current {
  position: static;
}

.shop-category.w--current:hover {
  background-color: var(--primary-dark);
  color: var(--white);
}

.shop-category.light-blue {
  background-color: var(--primary-blue);
  position: static;
}

.shop-category.light-blue:hover {
  background-color: var(--primary-dark);
  color: var(--white);
}

.shop-price-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.shop-item-price {
  color: var(--primary-dark);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1em;
}

.category-heading {
  color: var(--primary-dark);
  border-bottom-style: none;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: 500;
  display: inline-block;
}

.category-heading:hover {
  opacity: .7;
  color: var(--primary-dark);
}

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

.lightbox-link-inner-product {
  border-bottom: 0 #0000;
  border-radius: 14px;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.product-inner-img {
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  object-position: 50% 50%;
  transform-style: preserve-3d;
  border-radius: 14px;
  transition: transform .5s;
}

.product-inner-img:hover {
  transform: scale(1.04);
}

.shop-details-block {
  grid-row-gap: 10px;
  background-color: var(--white-40);
  border: 1px solid #0653de1a;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  padding: 50px 50px 40px;
  display: flex;
  box-shadow: -5px 10px 25px #5f5f5f33;
}

.shop-text-wrapper {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.product-description {
  max-width: 400px;
}

.close-button {
  border-bottom-style: none;
}

.cart-title {
  line-height: 1.2em;
}

.nav-icon-cart-light {
  color: var(--primary-blue);
  margin-left: 8px;
  transition: opacity .3s;
}

.nav-icon-cart-light:hover {
  opacity: .8;
}

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

.banner-title-wrapper-2 {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 660px;
  display: flex;
  position: relative;
}

.cart-button-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.team-social-links {
  z-index: 10;
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

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

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

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

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

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

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

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  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;
}

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

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

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

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.text-block-2 {
  font-size: 14px;
}

.heading {
  color: var(--yellow);
}

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

.paragraph-2.black {
  color: var(--black);
}

.div-block-8 {
  text-align: center;
}

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

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

  .section.banner-faq {
    padding-top: 200px;
  }

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

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

  .section.video-section {
    min-height: 500px;
  }

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

  .section.product-details-banner {
    padding-top: 160px;
  }

  .section.cta-section {
    background-position: 3% 10%;
  }

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

  .section.how-we-work-banner {
    padding-top: 180px;
    padding-bottom: 100px;
  }

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

  .spacing-system-column {
    padding-right: 30px;
  }

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

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

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

  .nav-dropdown-list.megamenu.w--open, .nav-dropdown-list.nav-submenu.w--open {
    left: -124px;
  }

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

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

  .style-guide-buttons-wrapper {
    grid-column-gap: 160px;
    flex-wrap: nowrap;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .banner-title-wrapper.banner-wrapper-space {
    margin-bottom: 100px;
  }

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

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

  .landing-inner-pages-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .landing-banner-title-wrapper {
    max-width: 1100px;
  }

  .landing-download-block-wrap {
    max-width: 600px;
  }

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

  .brand-tablet {
    height: 32px;
  }

  .brand {
    width: auto;
  }

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

  .width-100 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .blog-img {
    width: 100%;
  }

  .link-block-blog-img {
    height: 400px;
  }

  .content-blog-wrap {
    min-height: auto;
  }

  .info-absolute-wrap {
    padding: 25px 25px 15px;
  }

  .numbers-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .number-info-wrap {
    min-height: 104px;
  }

  .bg-numbers {
    font-size: 104px;
  }

  .info-project-wrap {
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer-dark {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .content-banner-home-2 {
    max-width: 51%;
    padding: 40px;
  }

  .big-info-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1.3fr 1fr .7fr;
    align-items: center;
  }

  .statistic-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .statistic-wrap {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .statistic-wrap.borders {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--primary-dark);
    border-bottom-width: 1px;
    border-bottom-color: var(--primary-dark);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-member-2-column {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .team-member-img {
    width: 50%;
  }

  .info-team-member {
    justify-content: center;
    width: 50%;
    padding-top: 0;
    padding-left: 30px;
  }

  .bg-dark-absolute {
    width: 98%;
  }

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

  .info-services-wrapper {
    padding-left: 80px;
    padding-right: 80px;
  }

  .about-info-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: start;
  }

  .services-wrapper, .pricing-plans-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .banner-wrap.contact, .banner-wrap.contact-reverse, .details-team-wrapper {
    grid-column-gap: 80px;
  }

  .shop-cart-header {
    margin-top: 5px;
    padding-right: 15px;
  }

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

  .out-of-stock-state-2 {
    background-color: #faf7f2;
  }

  .product-heading {
    font-size: 58px;
  }

  .checkout-form {
    padding-top: 160px;
    padding-bottom: 110px;
  }

  .paypal-checkout-form {
    padding-bottom: 110px;
  }

  .order-confirmation {
    padding-top: 160px;
    padding-bottom: 110px;
  }

  .footer-top-wrapper {
    grid-template-columns: 1.4fr .8fr .8fr 1fr;
  }

  .banner-img-cover {
    object-position: 50% 30%;
  }

  .slide-review {
    width: 31.6%;
  }

  .contact-block-imag-wrap {
    width: 540px;
    height: 540px;
  }

  .contact-text-wrap {
    max-width: 520px;
  }

  .team-img-wrap {
    max-height: 400px;
  }

  .banner-container-home-3 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .banner-info-block-bottom {
    bottom: -30px;
  }

  .banner-info-block-top {
    right: 0;
  }

  .banner-image-wrap {
    width: 130px;
    height: 130px;
  }

  .baner-text-description {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-images-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .decorative-shape.left {
    left: -4%;
  }

  .tabs-faq {
    grid-column-gap: 72px;
  }

  .faq-wrapper {
    width: 98%;
  }

  .info-blog-wrapper {
    min-height: 230px;
  }

  .title-wrapper-left {
    width: 60%;
  }

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

  .info-project-wrapper {
    min-height: auto;
  }

  .flex-block {
    justify-content: flex-start;
    align-items: center;
  }

  .shop-details-block {
    margin-top: 120px;
  }
}

@media screen and (min-width: 1440px) {
  h2, h3, h4 {
    margin-bottom: 10px;
  }

  h6 {
    margin-bottom: 0;
  }

  .section.banner-our-team {
    padding-top: 200px;
    padding-bottom: 140px;
  }

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

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

  .section.video-section {
    min-height: 520px;
  }

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

  .section.cta-section {
    background-position: 5% 10%;
  }

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

  .section.contact-seekers, .section.banner-awards {
    padding-top: 200px;
    padding-bottom: 140px;
  }

  .section.shop-banner {
    padding-bottom: 160px;
  }

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

  .nav-dropdown-list.megamenu.w--open, .nav-dropdown-list.nav-submenu.w--open {
    left: -123px;
  }

  .landing-banner-title-wrapper {
    max-width: 1200px;
  }

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

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

  .absolute-img-banner {
    max-height: 550px;
  }

  .content-banner-home-2 {
    max-width: 52%;
  }

  .number-statistic {
    font-size: 68px;
  }

  .bg-dark-absolute {
    width: 95%;
  }

  .about-banner-img {
    object-position: 50% 10%;
    height: 500px;
  }

  ._404-heading {
    font-size: 200px;
  }

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

  .banner-image-wrap {
    width: 180px;
    height: 180px;
  }

  .inner-banner-section {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
  }

  .pricing-top-card-dark {
    background-position: 95% -65px;
    padding: 40px 30px;
  }

  .tabs-faq {
    grid-column-gap: 80px;
  }

  .faq-wrapper {
    width: 95%;
  }

  .code-embed {
    width: 58vw;
  }

  .contact-wrapper {
    grid-template-columns: 1.1fr 1fr;
  }

  .banner-description-home-2 {
    max-width: 500px;
  }

  .landing-banner-title {
    font-size: 80px;
    line-height: 1.2em;
  }
}

@media screen and (min-width: 1920px) {
  blockquote {
    font-size: 34px;
  }

  .section.contacts-banner, .section.landing-banner {
    padding-top: 180px;
  }

  .section.banner-home-2 {
    min-height: 100vh;
  }

  .section.banner-home-1 {
    padding-top: 160px;
    padding-bottom: 85px;
  }

  .section.video-section {
    min-height: 620px;
  }

  .section.team-members-banner {
    padding-top: 160px;
  }

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

  .section.cta-section {
    background-position: 15% 10%;
  }

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

  .nav-container {
    min-width: 1400px;
    padding-left: 15px;
    padding-right: 15px;
  }

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

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

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

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

  .link-block-blog-img-column {
    height: 320px;
  }

  .content-banner-home-2 {
    max-width: 55%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .about-banner-img {
    object-position: 50% 30%;
  }

  ._404-heading {
    font-size: 220px;
  }

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

  .banner-wrap.contact, .banner-wrap.contact-reverse {
    grid-column-gap: 100px;
    grid-template-columns: 1.1fr 1fr;
  }

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

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-top: 180px;
  }

  .banner-img-cover {
    width: 95%;
  }

  .image-leadership {
    object-position: 50% 40%;
  }

  .banner-info-block-bottom {
    bottom: -50px;
    left: -50px;
  }

  .code-embed {
    width: 41vw;
  }
}

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

  h2 {
    font-size: 42px;
  }

  h3 {
    font-size: 34px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  blockquote {
    font-size: 30px;
  }

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

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

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

  .section.pricing-banner {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .section.contacts-banner, .section.banner-faq, .section.about-us-banner {
    padding-top: 140px;
  }

  .section.landing-banner {
    padding-top: 120px;
  }

  .section.banner-home-2 {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 60px;
  }

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

  .section.video-section {
    min-height: 340px;
  }

  .section.team-members-banner {
    padding-top: 120px;
  }

  .section.shop-banner, .section.product-details-banner {
    padding-top: 140px;
  }

  .section.image-full-bg {
    min-height: 580px;
    padding-bottom: 60px;
  }

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

  .section.how-we-work-banner {
    justify-content: space-between;
    padding-top: 140px;
  }

  .section.contact-seekers {
    padding-top: 160px;
  }

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

  .section.shop-banner, .section.category-shop-banner {
    padding-top: 140px;
    padding-bottom: 120px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

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

  .spasing-system-image-mobile {
    width: 70%;
  }

  .colors-container {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

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

  .nav-menu {
    background-color: var(--primary-light);
    text-align: left;
    border-right: 1px solid #0000001a;
    flex-direction: column;
    width: 320px;
    position: fixed;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    align-items: center;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .nav-dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-list {
    width: auto;
    box-shadow: none;
    border-style: none;
    flex-direction: column;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-list.megamenu.w--open {
    width: 100%;
  }

  .nav-dropdown-list.nav-submenu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    padding-left: 20px;
    padding-right: 40px;
  }

  .nav-dropdown-list.nav-submenu.w--open {
    width: 100%;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

  .pages-banner {
    padding-top: 140px;
  }

  .pages-banner.licensing-banner {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .pages-banner.banner {
    padding-top: 160px;
    padding-bottom: 20px;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 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-page-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

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

  .coming-soon-image {
    min-height: 300px;
  }

  .footer-brand {
    width: 240px;
  }

  .search-desktop {
    display: none;
  }

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

  .button-header {
    display: none;
  }

  .button-header.desktop-hidden {
    margin-top: 30px;
    margin-left: 0;
    display: flex;
  }

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

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

  .headings-container {
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .video {
    width: 100%;
    min-height: 340px;
  }

  .video.video-about {
    width: 98%;
  }

  .landing-banner-image {
    max-width: 95%;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
  }

  .landing-features-grid, .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-performance-item-title {
    max-width: 220px;
    font-size: 18px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 100%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-download-block-wrapper {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px;
  }

  .landing-download-block-wrap {
    text-align: center;
    margin-bottom: 40px;
  }

  .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 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    margin-bottom: 1px;
  }

  .image-burger.white-burger {
    filter: invert();
  }

  .brand-tablet {
    width: 160px;
    display: block;
  }

  .brand {
    margin-right: 0;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .nav-item-arrow.tablet-hidden {
    display: none;
  }

  .link-block-blog-img {
    height: 380px;
  }

  .content-blog-wrap {
    min-height: 265px;
  }

  .about-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse wrap;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .about-wrapper.reverse {
    flex-flow: column;
  }

  .image-about {
    height: 460px;
  }

  .info-wrap {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
  }

  .info-absolute-wrap {
    padding-left: 20px;
    padding-right: 20px;
    bottom: -3%;
  }

  .numbers-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

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

  .collection-list-project {
    flex-wrap: wrap;
  }

  .collection-item-project {
    width: 50%;
  }

  .img-link-wrap {
    height: 500px;
  }

  .info-project-wrap {
    background-image: linear-gradient(#0000004d, #0000004d);
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .block-review {
    align-items: flex-start;
  }

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

  .collection-list-blog-3-column {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .collection-item-blog {
    width: 47%;
  }

  .collection-item-blog.blog-grid {
    width: 100%;
  }

  .absolute-img-banner {
    max-height: none;
    padding-left: 20px;
    position: relative;
    top: 0;
    right: auto;
  }

  .content-banner-home-3 {
    text-align: center;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-description-home {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .content-banner-home-2 {
    max-width: 70%;
  }

  .big-info-wrapper {
    grid-template-columns: 1.1fr .9fr;
  }

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

  .statistic-wrap.borders {
    border-left-style: none;
    border-right-style: none;
  }

  .team-member-2-column {
    grid-template-columns: 1fr;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .info-team-member {
    align-items: flex-start;
    padding-bottom: 10px;
  }

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

  .contact-wrap {
    grid-column-gap: 8px;
  }

  .services-collection-list {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .service-collection-item {
    width: 47%;
  }

  .about-info-wrapper.tablet-1-column {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .img {
    height: 380px;
  }

  .services-wrapper {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-banner-img {
    height: 320px;
  }

  .faq-img-block {
    background-position: 85%;
    min-height: 510px;
  }

  .faq-img-block.faq-s-page {
    width: 100%;
  }

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

  .pricing-plans-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  ._404-heading {
    font-size: 140px;
  }

  .banner-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-bottom: 60px;
    display: flex;
  }

  .banner-wrap.contact {
    grid-row-gap: 60px;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-wrap.contact-reverse {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    justify-content: center;
    width: 80%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-form-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .right-banner-wrap {
    justify-content: center;
    align-items: center;
  }

  .project-details-image {
    height: 100%;
    min-height: auto;
  }

  .details-team-wrapper {
    grid-column-gap: 40px;
    grid-template-columns: .9fr 1.1fr;
  }

  .shop-cart-header {
    margin-top: 5px;
    margin-right: 10px;
  }

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

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

  .link-block-product {
    height: 280px;
  }

  .info-product-wraper {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 20px;
  }

  .product-price {
    font-size: 30px;
  }

  .shop-wrap {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .info-shop {
    top: 100px;
  }

  .lightbox-link-product {
    height: 380px;
  }

  .product-heading {
    font-size: 44px;
  }

  .sticky-checkout {
    top: 100px;
  }

  .row, .order-info {
    flex-direction: column;
  }

  .price-checkout {
    margin-top: 10px;
    margin-left: 16px;
  }

  .order-confirmation {
    padding-top: 140px;
  }

  .nav-tablet-arrow {
    margin-left: auto;
    display: block;
  }

  .footer-top-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-columns: 1.2fr .7fr .7fr;
  }

  .form-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .banner-buttons-wrapper {
    justify-content: center;
  }

  .banner-img-cover {
    max-height: 420px;
  }

  .nav-heading {
    margin-left: 0;
  }

  .nav-heading.margin-top-10 {
    margin-top: 10px;
  }

  .margin-bottom-15 {
    margin-bottom: 15px;
  }

  .project-heading-primary-light {
    font-size: 24px;
  }

  .video-full-width {
    height: 570px;
  }

  .video-full-width.services-video {
    height: 600px;
  }

  .work-step-shape {
    width: 30px;
    height: 30px;
  }

  .work-step-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .work-image {
    height: 340px;
  }

  .slide-review {
    width: 48%;
  }

  .left-arrow {
    left: 42%;
  }

  .right-arrow {
    right: 42%;
  }

  .heading-link-dark {
    font-size: 24px;
  }

  .contact-main-wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-block-imag-wrap {
    width: 430px;
    height: 430px;
    top: 5%;
    right: -28%;
  }

  .contact-text-wrap {
    width: 380px;
  }

  .banner-2-image {
    object-position: 45% 50%;
  }

  .work-step-item-vertical {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .number-absolute {
    font-size: 22px;
  }

  .img-chart {
    height: 70px;
  }

  .slider-testimonials {
    width: 80%;
  }

  .image-review-big {
    width: 100px;
    height: 100px;
  }

  .blog-heading-link-home {
    font-size: 24px;
  }

  .image-about-home-1 {
    height: 420px;
  }

  .work-steps-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .team-item {
    width: 47.9%;
  }

  .team-item.align-center {
    justify-content: flex-start;
  }

  .display-flex-gap-30 {
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
  }

  .nav-item-title-white {
    color: var(--black);
  }

  .nav-link-white {
    width: 100%;
    color: var(--black);
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .banner-info-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .baner-hero-block {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .banner-info-block-bottom {
    bottom: -40px;
    left: 0;
  }

  .number-info {
    font-size: 28px;
  }

  .chart-info-yellow {
    text-align: center;
  }

  .banner-image-wrap {
    width: 160px;
    height: 140px;
  }

  .baner-text-description {
    padding-top: 0;
  }

  .banner-images-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 90%;
  }

  .banner-images-wrap.hidden-tablet {
    display: none;
  }

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

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

  .column-first {
    flex-flow: column;
  }

  .services-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .services-list {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    margin-top: 30px;
  }

  .decorative-shape {
    top: -7%;
    right: -3%;
  }

  .decorative-shape-orange {
    width: 160px;
    height: 160px;
    left: -2%;
  }

  .team-wrapper {
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
  }

  .tab-top:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-faq {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .faq-list {
    width: 100%;
  }

  .info-blog-wrapper {
    min-height: 250px;
  }

  .blog-detail-heading {
    font-size: 50px;
  }

  .author-block {
    width: 95%;
    margin-top: 60px;
    padding: 40px 30px;
  }

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

  .title-wrapper-left {
    width: 82%;
  }

  .contact-form {
    max-width: 100%;
  }

  .code-embed {
    width: 96vw;
    min-height: 420px;
  }

  .services-wrap.negative-services-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .services-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .industries-collection-wrapper {
    grid-template-columns: 1fr;
  }

  .project-link-dark {
    font-size: 24px;
  }

  .text-medium-no-margin {
    text-align: left;
  }

  .lottie-animation {
    height: 100px;
  }

  .work-image-home-1 {
    height: 340px;
  }

  .services-banner-title {
    width: 95%;
  }

  .info-block-bottom {
    width: 100%;
    padding: 20px;
  }

  .charts-info-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-end;
    align-items: flex-end;
    min-height: 390px;
  }

  .info-lottie-animation {
    width: 120px;
    height: 100px;
  }

  .info-block-top {
    margin-right: 15px;
    padding: 20px;
    position: static;
    top: 0;
  }

  .counter-lottie-animation {
    width: 160px;
    margin-right: -20px;
  }

  .image-min-height {
    max-height: 500px;
  }

  .project-info-block-bottom {
    width: 200px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .service-details-list {
    width: 55%;
  }

  .service-details-list-wrapper {
    grid-column-gap: 40px;
  }

  .service-details-image {
    width: 45%;
  }

  .faq-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .faq-list-container {
    width: 100%;
  }

  .img-content-wrap-right {
    height: auto;
  }

  .contact-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    flex-flow: column-reverse;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .changelog-wrap {
    width: 60%;
  }

  .contacts-wrapper-about {
    width: 100%;
  }

  .work-step-wrapper-home-3 {
    margin-top: 0;
  }

  .info-project-wrapper {
    min-height: auto;
  }

  .inner-banner-description {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .column-info-left {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

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

  .tabs {
    flex-flow: column;
  }

  .location-tab-content {
    min-height: 420px;
  }

  .locations-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
    display: flex;
  }

  .location-tab, .location-tab.w--current {
    width: 33.33%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-bg-color {
    height: 75%;
  }

  .category-heading {
    font-size: 24px;
  }

  .lightbox-link-inner-product {
    height: 200px;
  }

  .shop-details-block {
    padding: 30px;
  }

  .team-social-links {
    margin-top: 20px;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }
}

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

  h2 {
    font-size: 40px;
  }

  li {
    text-align: left;
  }

  blockquote {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 25px;
  }

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

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

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

  .section.banner-our-team {
    padding-top: 140px;
  }

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

  .section.contacts-banner, .section.banner-faq, .section.about-us-banner {
    padding-top: 120px;
  }

  .section.landing-banner {
    padding-bottom: 20px;
  }

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

  .section.banner-home-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    align-items: center;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .section.video-section {
    min-height: 320px;
  }

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

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

  .section.shop-banner, .section.product-details-banner {
    padding-top: 120px;
  }

  .section.image-full-bg {
    min-height: 620px;
  }

  .section.cta-section {
    background-position: 0 12%;
  }

  .section.home-1-banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .section.how-we-work-banner {
    padding-top: 120px;
  }

  .section.contact-seekers {
    padding-top: 140px;
  }

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

  .section.shop-banner, .section.category-shop-banner {
    padding-top: 120px;
    padding-bottom: 100px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #79819466;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #79819466;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #79819466;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: var(--primary-dark);
    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-system-column {
    margin-top: 20px;
  }

  .spacing-wrapper-mobile {
    margin-top: 30px;
  }

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

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-container {
    margin-top: 20px;
  }

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

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

  .style-guide-body-wrapper, .primary-button.search-button {
    width: 100%;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .grid-header {
    width: 100%;
    margin-top: 20px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .nav-link {
    margin-left: 0;
  }

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

  .pages-banner.banner {
    padding-top: 140px;
    padding-bottom: 40px;
  }

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

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

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

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

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

  .coming-soon-image {
    max-width: 100%;
  }

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

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

  .headings-container {
    grid-row-gap: 30px;
  }

  .video {
    min-height: 280px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .landing-banner-image {
    display: none;
  }

  .landing-performance-grid {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-download-block-wrap {
    margin-bottom: 30px;
  }

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

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .section-purchase {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .button-wrapper-sg {
    margin-top: 20px;
  }

  .link-block-blog-img {
    height: 280px;
  }

  .content-blog-wrap {
    min-height: auto;
  }

  .flex-section-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .flex-section-title.align-end {
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .flex-section-title.mobile-center-gap-30 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: center;
  }

  .left-title, .left-title.width-60 {
    width: 100%;
  }

  .left-title.mobile-center {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .left-title.mobile-margin-bottom {
    margin-bottom: 20px;
  }

  .right-title {
    text-align: left;
    width: 100%;
  }

  .right-title.flex-left {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }

  .about-wrapper {
    grid-template-columns: 1fr;
  }

  .about-wrapper.reverse {
    flex-flow: column;
  }

  .image-about {
    height: 400px;
  }

  .content-about-wrap {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .content-about-wrap.mobile-align-left {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .info-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .info-wrap.mobile-left {
    justify-content: center;
    align-items: flex-start;
  }

  .numbers-wrapper.numbers-margin-top {
    margin-top: 40px;
  }

  .number-info-wrap {
    min-height: 95px;
  }

  .bg-numbers {
    font-size: 95px;
  }

  .numbers-heading {
    font-size: 20px;
  }

  .block-review {
    flex-direction: column;
  }

  .story-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .collection-item-blog {
    width: 80%;
  }

  .info-blog-3-column {
    min-height: auto;
  }

  .absolute-img-banner {
    width: 100%;
  }

  .content-banner-home-3 {
    text-align: center;
    justify-content: flex-start;
  }

  .banner-description-home {
    width: 100%;
  }

  .content-banner-home-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .big-info-wrapper {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .team-member-2-column {
    width: 100%;
  }

  .services-collection-list {
    justify-content: center;
    align-items: flex-start;
  }

  .service-img {
    max-height: 320px;
  }

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

  .info-services-wrapper.services-image-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .services-info-button-wrap {
    margin-top: 30px;
  }

  .about-info-wrapper {
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    place-items: center start;
  }

  .about-info-wrapper.align-center {
    grid-row-gap: 60px;
    place-items: stretch stretch;
  }

  .about-info-wrapper.align-center.mobile-flex {
    flex-flow: column-reverse;
    display: flex;
  }

  .left-info {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .left-info.desktop-sticky {
    position: static;
  }

  .right-info {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .img {
    height: 320px;
  }

  .number-manager-wrap {
    text-align: left;
    margin-top: 30px;
  }

  .about-banner-img {
    height: 260px;
  }

  .play-button-hover-primary {
    width: 84px;
    height: 84px;
  }

  .faq-img-block {
    min-height: 400px;
  }

  .faq-img-block.faq-s-page {
    min-height: 340px;
  }

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

  .play-button-3 {
    width: 70px;
    height: 70px;
  }

  .pricing-plans-wrapper {
    width: 90%;
  }

  .search-result-list {
    grid-row-gap: 20px;
  }

  ._404-heading {
    font-size: 140px;
  }

  .banner-wrap {
    margin-bottom: 40px;
  }

  .banner-wrap.contact {
    grid-row-gap: 20px;
  }

  .banner-wrap.contact-reverse {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .align-left-mobile {
    text-align: left;
  }

  .project-details-image {
    width: 100%;
    height: 420px;
  }

  .details-team-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    place-items: center;
  }

  .collection-list-products, .collection-list-products._3-columns {
    grid-template-columns: 1fr;
  }

  .right-wrapper-shop {
    justify-content: center;
    align-items: center;
  }

  .left-wrapper-shop {
    grid-row-gap: 20px;
  }

  .info-shop {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: static;
  }

  .product-heading {
    font-size: 42px;
  }

  .checkout-form {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .sticky-checkout {
    position: static;
  }

  .paypal-checkout-form, .order-confirmation {
    padding-top: 120px;
    padding-bottom: 40px;
  }

  .social-networks {
    justify-content: center;
    width: 100%;
    margin-left: 0;
  }

  .form-footer {
    width: 70%;
  }

  .footer-top-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    grid-template-columns: 1fr .6fr .7fr;
    justify-content: center;
    margin-bottom: 50px;
  }

  .form-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .satisfied-clients-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

  .video-full-width {
    height: 380px;
  }

  .video-full-width.services-video {
    height: 440px;
  }

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

  .dash-line.full-width {
    width: 1px;
    height: 100%;
  }

  .work-step-item.mobile-text-left {
    text-align: left;
  }

  .column-flex-gap-30 {
    flex-flow: column-reverse;
  }

  .slide-review {
    width: 90%;
    margin-left: 30px;
  }

  .left-arrow {
    left: 38%;
  }

  .right-arrow {
    right: 38%;
  }

  .contact-main-wrap {
    flex-flow: column;
    width: 96%;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .contact-block-imag-wrap {
    width: 300px;
    height: 300px;
    display: none;
  }

  .contact-text-wrap {
    width: 100%;
    max-width: 100%;
  }

  .banner-2-image {
    object-position: 50% 0%;
    min-height: 420px;
    position: static;
  }

  .work-steps-wrapper-horizontal {
    flex-flow: column;
  }

  .work-step-item-vertical {
    flex-flow: row;
  }

  .timeline-block-home-2 {
    flex-flow: column;
  }

  .item-with-padding {
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .item-with-padding.mobile-last {
    padding-bottom: 0;
  }

  .info-block-wrap {
    text-align: left;
  }

  .slider-testimonials {
    width: 100%;
  }

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

  .top-review-block {
    min-height: 290px;
  }

  .slider-right-arrow, .slider-left-arrow {
    top: 75%;
  }

  .image-about-home-1 {
    height: 400px;
  }

  .team-item {
    width: 60%;
  }

  .team-info {
    min-height: auto;
  }

  .nav-link-white {
    margin-left: 0;
  }

  .banner-info-block {
    bottom: -10px;
    left: 30px;
  }

  .baner-hero-block {
    grid-template-columns: auto;
  }

  .banner-info-block-bottom {
    bottom: -40px;
  }

  .chart-block-info-left {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .image-cover.image-position {
    object-position: 50% 25%;
  }

  .banner-images-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .banner-images-wrap.right {
    left: auto;
    right: 3%;
  }

  .paragraph-banner {
    width: 100%;
  }

  .flex-horizontal-gap-40 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .flex-horizontal-gap-40.no-wrap {
    flex-flow: row;
  }

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

  .services-list {
    justify-content: space-around;
    margin-top: 20px;
  }

  .decorative-shape {
    top: -3%;
  }

  .horizontal-block {
    grid-column-gap: 20px;
  }

  .logos-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logos-loop-wrap {
    width: 120px;
  }

  .center-banner-title-wrapper {
    width: 100%;
  }

  .service-image {
    max-height: 280px;
  }

  .decorative-shape-orange.top-left {
    left: 90px;
  }

  .info-blog-wrapper {
    min-height: auto;
  }

  .half-column {
    width: 100%;
  }

  .blog-template-image {
    min-height: 380px;
  }

  .author-block {
    margin-top: 40px;
  }

  .author-image, .author-image-wrap {
    width: 120px;
    height: 120px;
  }

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

  .process-wrapper {
    margin-top: 40px;
  }

  .title-wrapper-left {
    width: 100%;
  }

  .form-field, .contact-textarea {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-field-wrapperr {
    grid-column-gap: 20px;
    margin-bottom: 20px;
  }

  .footer-form-btn {
    grid-column-gap: 50px;
    margin-top: 30px;
  }

  .code-embed {
    width: 94vw;
  }

  .services-wrap {
    column-count: 1;
    flex-wrap: wrap;
  }

  .services-wrap.negative-services-card {
    justify-content: center;
  }

  .services-item {
    width: 48%;
  }

  .location-info-wrap {
    text-align: left;
  }

  .industry-banner-text {
    text-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .industry-banner-wrap {
    grid-column-gap: 40px;
    flex-flow: column;
  }

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

  .lottie-animation {
    height: 90px;
  }

  .list-text {
    align-items: flex-start;
  }

  .services-banner-title {
    width: 100%;
  }

  .info-block-bottom {
    width: 70%;
    height: 220px;
    margin-left: auto;
  }

  .info-lottie-animation {
    width: 100%;
    height: 140px;
  }

  .image-min-height {
    height: 360px;
  }

  .project-img-wrapper {
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .project-info-block-bottom {
    bottom: 0;
    right: 0;
  }

  .industries-wrapper {
    grid-template-columns: 1fr;
  }

  .card-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .service-details-list {
    width: 100%;
  }

  .service-details-list-wrapper {
    grid-row-gap: 30px;
    flex-flow: column;
    margin-top: 40px;
  }

  .service-details-image, .faq-title {
    width: 100%;
  }

  .contact-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .changelog-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .round-light-blue {
    width: 75px;
    height: 75px;
  }

  .round-yellow {
    width: 100px;
    height: 100px;
  }

  .banner-description-home-2 {
    width: 100%;
  }

  .banner-overlay-home-2 {
    width: 100%;
    height: 420px;
  }

  .inner-banner-description {
    width: 100%;
  }

  .column-info-left {
    flex-flow: column-reverse;
  }

  .section-title-wrapper-medium {
    max-width: 98%;
    margin-bottom: 40px;
  }

  .tabs {
    flex-flow: column;
  }

  .locations-tabs-menu {
    flex-flow: wrap;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
  }

  .location-tab, .location-tab.w--current {
    width: 48%;
  }

  .contact-links-wrap {
    margin-top: 20px;
    position: static;
  }

  .contact-item-wrap {
    align-items: center;
  }

  .landing-bg-color {
    height: 100%;
  }

  .shop-details-block {
    margin-top: 60px;
  }

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

  .promotion-label-left {
    max-width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .section.blog-grid-banner {
    padding-bottom: 80px;
  }

  .section.banner-home-2 {
    background-color: var(--primary-dark);
  }

  .section.video-section {
    min-height: 300px;
  }

  .section.image-full-bg {
    padding-bottom: 40px;
  }

  .section.mobile-no-top-margin {
    padding-top: 0;
  }

  .base-container.relative {
    background-image: url('../images/pflege_1.avif');
    background-position: 0 0;
    background-size: cover;
    margin-top: 10vh;
    padding-top: 20px;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

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

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-menu {
    background-color: var(--light);
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu, .nav-dropdown-list.nav-submenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .license-link {
    margin-right: 20px;
  }

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

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

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
  }

  .banner-title-wrapper {
    text-align: center;
  }

  .text-white {
    width: 100%;
    font-size: 29px;
  }

  .text-white.smaller {
    font-size: 29px;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .landing-features-grid {
    grid-template-columns: 1fr;
  }

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

  .our-services-wrap, .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .copyright-wrap {
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: center;
  }

  .button-blog-wrap {
    margin-top: 20px;
  }

  .left-title.mobile-margin-bottom {
    margin-bottom: 20px;
  }

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

  .number-info-wrap {
    min-height: 68px;
  }

  .bg-numbers {
    font-size: 68px;
  }

  .numbers-heading {
    font-size: 18px;
  }

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

  .img-link-wrap {
    height: 480px;
  }

  .link-block-blog-img-column {
    height: 280px;
  }

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

  .absolute-img-banner {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .content-banner-home-3 {
    width: 100%;
  }

  .content-banner-home-2 {
    background-color: #fffc;
    padding-left: 0;
    padding-right: 0;
  }

  .button-home-banner-wrap {
    flex-flow: wrap;
    justify-content: center;
  }

  .button-home-banner-wrap.no-mragin {
    justify-content: center;
    align-items: center;
  }

  .info-consultation-wrap {
    text-align: center;
    align-items: center;
  }

  .statistic-wrapper {
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .statistic-wrap {
    text-align: center;
    width: 47%;
  }

  .statistic-wrap.borders {
    border-right-style: none;
  }

  .number-statistic {
    font-size: 56px;
  }

  .team-member-2-column {
    grid-row-gap: 50px;
  }

  .team-member-img {
    object-position: 50% 20%;
    width: 100%;
    height: 350px;
  }

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

  .info-team-member {
    text-align: center;
    align-items: center;
    width: 100%;
    padding: 30px 30px 0;
  }

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

  .info-services-wrapper {
    padding: 30px;
  }

  .about-info-wrapper.align-center {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .about-banner-img {
    height: 200px;
  }

  .faq-img-block {
    min-height: 360px;
  }

  .faq-img-block.faq-s-page {
    min-height: 240px;
  }

  .pricing-plans-wrapper {
    width: 100%;
  }

  ._404-heading {
    font-size: 120px;
  }

  .banner-wrap, .banner-wrap.contact, .banner-wrap.contact-reverse {
    width: 100%;
  }

  .contact-form-wrapper {
    padding: 20px;
  }

  .team-member-photo {
    object-position: 50% 15%;
  }

  .project-details-image {
    width: 100%;
    height: 360px;
  }

  .link-block-product {
    width: 100%;
  }

  .product-price {
    font-size: 26px;
  }

  .right-wrapper-shop {
    text-align: center;
  }

  .info-shop {
    text-align: center;
    display: flex;
  }

  .lightbox-link-product {
    height: 340px;
  }

  .default-state-details {
    text-align: center;
    justify-content: center;
  }

  .product-heading {
    font-size: 36px;
  }

  .checkout-form, .paypal-checkout-form, .order-confirmation {
    padding-top: 100px;
  }

  .social-networks {
    grid-column-gap: 30px;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-links-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
  }

  .form-sign-up {
    width: 100%;
    min-width: 290px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-footer {
    width: 100%;
  }

  .success-message-orange {
    min-width: 290px;
  }

  .banner-form-button {
    background-size: 20px;
  }

  .footer-form::placeholder {
    font-size: 18px;
  }

  .footer-top-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .form-wrap {
    max-width: 100%;
  }

  .banner-buttons-wrapper {
    flex-flow: wrap;
    justify-content: center;
  }

  .banner-img-cover {
    max-height: 320px;
  }

  .video-full-width.services-video {
    height: 360px;
  }

  .slide-review {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .left-arrow {
    bottom: -70px;
    left: 32%;
  }

  .right-arrow {
    bottom: -70px;
    right: 32%;
  }

  .contact-main-wrap {
    width: 93%;
  }

  .banner-2-image {
    object-position: 75% 50%;
    display: none;
  }

  .bottom-review-block {
    text-align: center;
  }

  .top-review-block {
    height: 430px;
  }

  .slider-right-arrow {
    top: 80%;
    right: 0%;
  }

  .slider-left-arrow {
    top: 80%;
    left: 0%;
  }

  .work-step-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 0;
  }

  .collection-item-service-home-3 {
    width: 100%;
  }

  .industries-project-img.image-position {
    object-position: 50% 0%;
  }

  .team-item {
    width: 100%;
  }

  .nav-link-white {
    width: 99%;
  }

  .baner-hero-block {
    grid-template-columns: auto;
  }

  .banner-info-block-bottom {
    width: 95%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .chart-block-info-left {
    width: 50%;
  }

  .chart-info-yellow {
    flex: none;
    align-self: center;
  }

  .chart-info-block-right {
    flex: 1;
    width: 50%;
  }

  .banner-info-block-top {
    margin-bottom: 15px;
    position: static;
  }

  .banner-image-wrap {
    width: 100%;
  }

  .banner-images-wrap.right {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-background-services {
    background-image: linear-gradient(to bottom, null, null), url('../images/id-like-go-that-way-shot-resident-nurse-outside-retirement-home-garden_1.avif');
    background-position: 0 0, 50% 0;
  }

  .flex-horizontal-gap-40 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-right: 0;
  }

  .column-first {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
  }

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

  .decorative-shape.left {
    top: -1%;
  }

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

  .center-banner-title-wrapper {
    margin-top: 20px;
  }

  .decorative-shape-orange.top-left {
    top: -15px;
    left: -10px;
  }

  .blog-detail-heading {
    font-size: 46px;
  }

  .author-block {
    text-align: center;
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .process-wrapper {
    grid-row-gap: 40px;
  }

  .form-field {
    width: 100%;
  }

  .form-field-wrapperr {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .footer-form-btn {
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .code-embed {
    width: 92vw;
  }

  .more-features-icon {
    margin-right: 15px;
  }

  .services-item {
    width: 100%;
  }

  .location-info-wrap.last-item {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .industries-collection-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .industries-collection-wrapper {
    grid-row-gap: 40px;
  }

  .project-img-wrap {
    height: 320px;
  }

  .collection-item-info-wrap {
    justify-content: flex-start;
    height: auto;
  }

  .social-links {
    grid-column-gap: 30px;
  }

  .social-links.mobile-align-center {
    justify-content: center;
    align-items: center;
  }

  .services-banner-title {
    margin-top: 20px;
  }

  .bg-color-wrapper {
    height: 80%;
  }

  .info-block-bottom {
    width: 100%;
    height: auto;
    position: static;
  }

  .info-block-top {
    position: static;
  }

  .project-img-wrapper {
    padding-right: 10px;
  }

  .project-info-block-bottom {
    width: 240px;
  }

  .industries-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
  }

  .changelog-wrap {
    text-align: center;
    width: 100%;
  }

  .banner-overlay-home-2 {
    display: none;
  }

  .work-step-item-home-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .work-step-wrapper-home-3 {
    padding-right: 0;
  }

  .location-tab, .location-tab.w--current {
    width: 100%;
  }

  .location-banner-title-wrap {
    text-align: center;
  }

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

  .lightbox-link-inner-product {
    height: 340px;
  }

  .banner-title-wrapper-2 {
    text-align: center;
  }

  .team-social-links {
    grid-column-gap: 30px;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .heading-2 {
    text-overflow: clip;
    white-space: normal;
    width: 100%;
  }

  .heading-2.smaller {
    font-size: 33px;
  }

  .heading-3 {
    width: 100%;
  }

  .heading-3.smaller {
    font-size: 35px;
  }

  .heading-4 {
    font-size: 30px;
  }

  .bold-text {
    font-size: 35px;
  }
}

#w-node-f3f07dd4-5be9-0189-f2e6-3ca8b3aa3c61-b5422582, #w-node-f3f07dd4-5be9-0189-f2e6-3ca8b3aa3c83-b5422582, #w-node-_869ef18b-8989-972e-256d-941adfc76018-b5422582, #w-node-_869ef18b-8989-972e-256d-941adfc76022-b5422582 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25a8acfb-f48a-75b6-19ea-a002a99bf3f9-36bb30e7 {
  justify-self: center;
}

#w-node-_3a4a2fe0-749b-57e3-77bb-9ea641d80e9a-b5422586, #w-node-_146aa2ba-7863-cfcc-69f5-951c0d323a08-b542258b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_95c928b9-3c83-be36-691f-30284ea1588f-b542258b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: auto;
}

#w-node-_96b5c742-67b0-fb94-e7c6-7ef7ccab23f0-b542258b, #w-node-e617f465-9c75-8d1a-26aa-f968aca5c414-b542258b {
  justify-self: center;
}

#w-node-bb2d260d-1501-ed5e-e87c-4a4a6e27154c-b542258b, #w-node-bb2d260d-1501-ed5e-e87c-4a4a6e271555-b542258b, #w-node-_037d7907-576e-7c11-77ae-adcd76ddcac0-b542258b, #w-node-_3a4a2fe0-749b-57e3-77bb-9ea641d80e9a-92ca96cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_037d7907-576e-7c11-77ae-adcd76ddcac0-b542258b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_95c928b9-3c83-be36-691f-30284ea1588f-b542258b, #w-node-_037d7907-576e-7c11-77ae-adcd76ddcaa0-b542258b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f3f07dd4-5be9-0189-f2e6-3ca8b3aa3c83-b5422582 {
    justify-self: stretch;
  }

  #w-node-_95c928b9-3c83-be36-691f-30284ea1588f-b542258b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2a56c563-0832-1bc3-4e02-012b64151e1f-36bb30e7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_25a8acfb-f48a-75b6-19ea-a002a99bf3f9-36bb30e7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a4f38b38-03a0-ab25-7319-b86962bb6159-36bb30e7 {
    grid-area: 2 / 2 / 3 / 3;
  }
}


@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;
}
@media screen and (max-width: 991px) {
  .nav-menu {
    display: none;
  }
  .nav-menu.nav-open {
    display: flex;
  }
  .menu-button {
    display: block;
  }
}

[data-animate] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
[data-animate].visible {
  opacity: 1;
  transform: none;
}

#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #011f44;
  color: #fff;
  padding: 16px 24px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0 -2px 16px rgba(0,0,0,.25);
}
#cookie-banner a {
  color: #feaf6b;
  text-decoration: underline;
}
.cookie-banner--hide {
  animation: cookieSlideOut 0.4s ease forwards;
}
@keyframes cookieSlideOut {
  to { transform: translateY(100%); opacity: 0; }
}
.cookie-btn-wrap {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-accept,
.cookie-decline {
  padding: 8px 20px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.cookie-accept {
  background: #feaf6b;
  color: #011f44;
}
.cookie-accept:hover {
  background: #fbc73b;
}
.cookie-decline {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.4);
}
.cookie-decline:hover {
  background: rgba(255,255,255,0.1);
}
.nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 999;
}
.hp {
  display: none !important;
  position: absolute;
  left: -9999px;
}
