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

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

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

:root {
  --gray: #eaedf5;
  --dark: #121424;
  --primary-green: #0b133a;
  --primary-orange: #d562be;
  --white: white;
  --primary-light: #ebf0fa;
  --gray-50: #afafaf80;
  --white-50: #ffffff80;
  --light-gray: #afafaf;
  --paragraph-gray\<deleted\|variable-45971f01\>: #535353;
  --dark-gray: #717d7d;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

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

body {
  background-color: var(--gray);
  color: var(--dark);
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

h1 {
  color: var(--dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 1.2em;
}

h2 {
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.2em;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2em;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--dark);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4em;
}

a {
  color: var(--primary-green);
  text-transform: uppercase;
  align-items: center;
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: none;
  transition: all .35s;
}

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

ul {
  grid-row-gap: 15px;
  background-color: var(--dark);
  color: var(--primary-orange);
  -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;
}

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

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

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

blockquote {
  text-align: center;
  background-image: url('../images/Icon-Quote-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 40px;
  border-left: 1px #000;
  margin-bottom: 30px;
  padding: 60px 20px 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}

figure {
  margin-bottom: 10px;
}

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

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

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

.section.pricing-banner {
  background-color: var(--primary-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 120px;
  display: flex;
}

.section.dark-background.margin-bottom-large {
  margin-bottom: 12rem;
}

.section.about-us-banner {
  background-image: url('../images/erwan-hesry-deRlYYhUhQs-unsplash-1-1_1erwan-hesry-deRlYYhUhQs-unsplash 1 (1).avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
}

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

.section.shop-product-section {
  padding-top: 160px;
  padding-bottom: 0;
}

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

.section.cta-section {
  z-index: 1;
  margin-bottom: -80px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.banner-wiith-gradient {
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
}

.section.testimonials-banner {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding-top: 160px;
  padding-bottom: 120px;
  display: flex;
}

.section.contacts-banner, .section.project-template-section, .section.blog-post-section {
  padding-top: 160px;
}

.section.checkout-section {
  padding-top: 140px;
}

.base-container {
  flex-direction: column;
  align-items: center;
  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.banner-container {
  z-index: 2;
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

.spacing-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-green);
  border-radius: 30px 5px;
  width: 75px;
  height: 75px;
}

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

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

.black-style-guide {
  background-color: var(--dark);
  border-radius: 30px 5px;
  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: 30px 5px;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

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

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

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

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

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

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

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

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

.h3-tablet {
  font-size: 38px;
}

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

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

.h6-mobile {
  font-size: 18px;
}

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

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

.primary-button {
  background-color: var(--primary-orange);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  border: 1px red;
  border-radius: 40px;
  margin-top: 0;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--primary-orange);
  opacity: 1;
  color: var(--dark);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.primary-button.search-button {
  min-width: 130px;
}

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

.primary-button.footer-subscribe-button {
  width: 100%;
}

.primary-button.footer-subscribe-button:hover, .primary-button.light-text-hover:hover {
  color: var(--white);
}

.primary-button.submit-button {
  width: 130px;
}

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

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

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

.primary-button.button-shop-cart {
  width: 100%;
}

.primary-button.no-colours {
  background-color: #d562be;
  background-image: none;
}

.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-transparent {
  z-index: 999;
  background-color: #fff0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

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

.pages-banner {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 92px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

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

.licensing-images-wrapper {
  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;
  position: relative;
}

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

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
  transition: transform .5s;
}

.licensing-image:hover {
  transform: scale(1.1);
}

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

.licensing-image-link {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

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

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

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

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

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

.licensing-icons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
  display: flex;
}

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

.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 {
  border: 1px solid var(--gray-50);
  background-color: var(--white-50);
  color: var(--dark);
  border-radius: 60px;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 10px 10px 10px 15px;
  font-size: 16px;
  line-height: 1.2em;
}

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

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

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

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

._404-logo-wrapper {
  z-index: 1;
  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: 30px;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 690px;
  margin-top: 100px;
  display: flex;
}

.changelog-heading {
  text-align: center;
  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);
  color: var(--dark);
  border-radius: 80px;
  min-width: 300px;
  height: 54px;
  margin-bottom: 0;
  padding: 16px 30px;
  font-size: 18px;
  transition: all .3s;
}

.coming-soon-input:focus {
  border: 1px solid var(--primary-orange);
  background-color: var(--white);
  color: var(--dark);
}

.coming-soon-input::placeholder {
  color: var(--light-gray);
  font-size: 18px;
  line-height: 1em;
}

.coming-soon-paragraph {
  color: var(--primary-light);
  margin-bottom: 40px;
  font-size: 20px;
}

.coming-soon-page-wrap {
  background-image: linear-gradient(#00000080, #00000080), url('../images/daniel-watson-8vBpYpTGo90-unsplash.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  overflow: hidden;
}

.coming-soon-heading {
  color: var(--white);
  text-align: center;
  margin-top: 60px;
}

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

.blog-classic-item {
  box-shadow: 0 0 20px #00000014;
}

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

.blog-classic-post-image-wrapper {
  border-radius: 10px;
  min-width: 100%;
  position: relative;
}

.blog-classic-bottom-content {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.blog-classic-post-date {
  background-color: var(--primary-green);
  color: var(--white);
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 5px 18px;
}

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

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

.blog-template-date {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 80px;
  display: flex;
}

.prev-post-arrow {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-pagination-icon {
  margin-top: auto;
  margin-bottom: auto;
}

.next-post-arrow {
  color: var(--dark);
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-template-next {
  text-align: right;
  flex-flow: column;
  display: flex;
}

.footer {
  background-color: var(--primary-green);
  text-align: center;
  align-items: flex-start;
  padding-top: 160px;
  padding-bottom: 60px;
  position: relative;
}

.footer.padding-top {
  padding-top: 80px;
}

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

.footer-rights {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: #ffffffb3;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  color: #ffffffb3;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 1.2em;
  display: flex;
}

.footer-copyright-link {
  color: var(--primary-light);
  letter-spacing: .2px;
  text-transform: none;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

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

.section-title-wrapper {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.section-title-wrapper.large-width {
  max-width: 860px;
}

.section-title-wrapper.align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
}

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

.team-member-position {
  line-height: 1.3em;
}

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

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

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

.paragraph-large {
  font-size: 20px;
  line-height: 1.4em;
}

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

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

.paragraph-large.banner-paragraph {
  max-width: 760px;
}

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

.template-banner-wrapper.small-wrap {
  text-align: center;
  width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.template-banner-wrapper.medium-wrap {
  text-align: center;
  width: 560px;
  margin-left: auto;
  margin-right: auto;
}

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

.pricing-plans-wrapper {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
  position: relative;
}

.pricing-plan-item {
  background-color: #fff3;
  background-image: linear-gradient(135deg, #01444a33, #63ab4526);
  border: 1px solid #fff3;
  border-radius: 20px;
  padding: 40px 20px 30px;
  transition: border-color .3s, transform .3s;
  transform: translate(0);
}

.pricing-plan-item:hover {
  border-color: var(--white);
  transform: translate(0, -10px);
}

.pricing-plan-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  margin-top: 20px;
  margin-bottom: 0;
}

.pricing-plan-item-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 900;
}

.pricing-plan-price-wrapper {
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 10px;
  display: flex;
}

.pricing-plan-price {
  color: var(--white);
  font-size: 60px;
}

.pricing-plan-currency-icon {
  color: var(--white);
  margin-right: 2px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

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

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

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

.accordion-wrapper {
  z-index: 2;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.accordion-item {
  background-color: #fff3;
  border-radius: 10px;
  width: 100%;
  padding: 10px 30px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

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

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

.accordion-icon.icon-dark {
  color: var(--primary-green);
}

.accordion-list-content {
  color: var(--primary-light);
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-list-content.dark-content {
  color: var(--primary-green);
}

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

.accordion-title.title-dark {
  color: var(--primary-green);
}

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

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

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

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

.hidden {
  display: none;
}

.contacts-textarea {
  border: 1px solid var(--gray-50);
  background-color: var(--white-50);
  color: var(--dark);
  border-radius: 20px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 16px 30px;
  font-size: 18px;
}

.contacts-textarea:focus {
  border: 1px solid var(--primary-orange);
  color: var(--dark);
}

.contacts-textarea::placeholder {
  color: var(--light-gray);
  font-size: 18px;
}

.contacts-input {
  border: 1px solid var(--gray-50);
  background-color: var(--white-50);
  color: var(--dark);
  border-radius: 80px;
  height: auto;
  padding: 16px 30px;
  font-size: 18px;
  transition: all .3s;
}

.contacts-input:focus {
  border: 1px solid var(--primary-orange);
  color: var(--dark);
}

.contacts-input::placeholder {
  color: var(--light-gray);
  font-size: 18px;
}

.contacts-input.select {
  color: var(--light-gray);
  height: 60px;
}

.contacts-input.select:focus, .contacts-input.select:focus-visible, .contacts-input.select[data-wf-focus-visible] {
  color: var(--dark);
}

.contacts-form-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.footer-link {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  transition: color .3s;
}

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

.footer-link.no-caps {
  text-transform: none;
}

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

.footer-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #fff3;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 60px;
  display: grid;
}

.white-text {
  color: #fff;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

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

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

.footer-social-icon {
  background-color: var(--white);
  color: var(--primary-green);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.footer-links-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo {
  width: 150px;
}

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

.search-result-item {
  margin-bottom: 30px;
}

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

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

.search-input {
  border: 1px solid var(--gray-50);
  background-color: var(--white-50);
  border-radius: 60px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 30px;
  font-size: 18px;
  line-height: 1em;
  transition: all .3s;
}

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

.search-input::placeholder {
  color: var(--light-gray);
  font-size: 18px;
}

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

.search-section {
  margin-bottom: 60px;
  padding-top: 160px;
  position: relative;
}

.footer-logo-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-brand-description {
  color: var(--white);
  text-align: left;
}

.testimonials-card-wrapper {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

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

.accordion-hero-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: grid;
}

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

.primary-button-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--dark);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 40px;
  flex: none;
  align-items: center;
  padding: 16px 22px;
  font-weight: 400;
  transition: all .2s;
}

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

.primary-button-white.primary-hover {
  background-color: #f1a311;
  border-style: none;
  font-weight: 700;
}

.primary-button-white.primary-hover:hover {
  border-style: none;
  border-color: var(--primary-orange);
  background-color: var(--primary-orange);
  background-image: linear-gradient(90deg, red, #ff7f00 20%, #ff0 40%, #0f0 60%, #00f 80%, #8b00ff);
  font-weight: 700;
}

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

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

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

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

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

.template-empty-state {
  color: var(--primary-green);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  display: flex;
}

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

.project-template-content {
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 860px;
  margin-bottom: 50px;
  display: flex;
}

.project-template-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  width: 100%;
  display: grid;
}

.project-template-content-wrapper {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-template-info-wrap {
  text-align: center;
}

.project-template-social-icons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.project-pagination-wrapper {
  border-top: 1px solid var(--gray-50);
  align-items: stretch;
  margin-top: 20px;
  display: flex;
}

.project-pagination-icon-wrapper {
  border-right: 1px solid var(--gray-50);
  border-left: 1px solid var(--gray-50);
  text-align: center;
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

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

.home-banner-section {
  justify-content: flex-start;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 200px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-button {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 40px;
  padding: 16px 22px;
  font-weight: 400;
  transition: all .3s;
}

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

.secondary-button.dark-color {
  border-color: var(--primary-green);
  color: var(--primary-green);
}

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

.secondary-button.tablet-hidden {
  font-weight: 700;
}

.secondary-button.tablet-hidden:hover {
  color: var(--primary-green);
  background-color: #f1a311;
  border-color: #f1a311;
  font-weight: 700;
}

.service-wrapper {
  text-align: left;
  background-image: url('../images/Background_1Background.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  flex-flow: column;
  max-width: 360px;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

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

.empty-state {
  text-align: center;
  background-color: #fff0;
}

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

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

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

.banner-section {
  flex-direction: column;
  padding-top: 160px;
  position: relative;
}

.banner-section.home-2-banner {
  background-color: var(--primary-green);
  justify-content: center;
  align-items: center;
  padding-bottom: 160px;
}

.courses-collection {
  width: 100%;
}

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

.author-image {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  margin-right: 15px;
  display: block;
}

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

.blog-details-link-title {
  text-transform: none;
}

.project-button-link {
  color: var(--dark);
  text-transform: none;
  justify-content: center;
  width: 40%;
  font-size: 18px;
  display: flex;
}

.project-button-link:hover {
  color: var(--primary-orange);
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link-paragraph {
  font-size: 18px;
}

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

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

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

.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, sans-serif;
  transition: color .2s;
  display: flex;
}

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

.team-member-name {
  margin-top: 0;
}

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

.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: 30px;
  margin-bottom: 20px;
}

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

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

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

.rich-text-style ol {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

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

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

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

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

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

.brand-tablet {
  display: none;
}

.paragraph-gray-style-guide {
  background-color: var(--paragraph-gray\<deleted\|variable-45971f01\>);
  border-radius: 30px 5px;
  width: 75px;
  height: 75px;
}

.shop-details-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.shop-details-content-block {
  grid-row-gap: 20px;
  flex-direction: column;
}

.shop-details-title {
  margin-top: 0;
  font-size: 46px;
}

.shop-item-info-wrapper {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.shop-details-subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}

.shop-item-price-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.shop-price-on-sale {
  color: var(--light-gray);
  font-weight: 400;
  text-decoration: line-through;
}

.shop-details-block {
  grid-row-gap: 25px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  padding: 40px 50px;
  display: flex;
  box-shadow: 0 10px 50px #0000000d;
}

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

.details-page-title {
  text-align: center;
  font-size: 60px;
}

.footer-rights-wrapper {
  grid-column-gap: 5px;
  flex-wrap: wrap;
  display: flex;
}

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

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

.position-relative {
  position: relative;
}

.coming-soon-form-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.success-message {
  background-color: var(--primary-light);
  color: var(--dark);
  text-align: center;
  border-radius: 10px;
}

.success-message.contact-success {
  background-color: var(--primary-orange);
  color: var(--white);
}

.error-message {
  color: #ff6b72;
  text-align: left;
  background-color: #0000;
  padding: 0;
}

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

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

.form-contacts {
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.form-block-contacts {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 490px;
  margin-bottom: 0;
}

.footer-licensing-link {
  color: var(--primary-light);
  text-transform: none;
  font-size: 14px;
}

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

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

.secondary-link-btn {
  border: 1px solid var(--white);
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff0d;
  background-image: none;
  background-clip: border-box;
  border-radius: 40px;
  justify-content: center;
  align-self: flex-start;
  padding: 14px 26px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-link-btn:hover {
  border-color: var(--primary-orange);
  opacity: 1;
}

.gradient-blur {
  z-index: -1;
  filter: blur(90px);
  background-image: linear-gradient(#00b67a, #92f231);
  border-radius: 50%;
  width: 170px;
  height: 170px;
  position: absolute;
  inset: auto;
}

.gradient-blur.footer {
  z-index: 0;
  background-image: linear-gradient(#5696e4, #3175f2);
  width: 200px;
  height: 200px;
  inset: auto auto 10% 0%;
}

.gradient-blur.project {
  width: 200px;
  height: 200px;
  inset: 25% auto auto 0%;
}

.error-state {
  text-align: center;
  background-color: #0000;
  margin-bottom: 20px;
  padding: 0;
  font-size: 16px;
}

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

.nav-dropdown-icon-white {
  color: var(--white);
  margin-right: 0;
  font-size: 16px;
  position: static;
}

.nav-dropdown-icon-white.icon-dark {
  color: var(--dark);
}

.navbar-dropdown-list {
  background-color: var(--white);
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

.navbar-dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 10px;
  width: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-dropdown-list.megamenu.w--open {
  width: 560px;
  display: flex;
  right: -195px;
}

.remove-button {
  color: var(--dark);
  text-transform: none;
  transition: opacity .3s;
}

.remove-button:hover {
  opacity: .6;
  color: var(--dark);
}

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

.cart-button {
  color: var(--primary-green);
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

.cart-list {
  grid-row-gap: 15px;
  flex-direction: column;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-item-title-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

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

.brand-image {
  width: 150px;
  max-width: none;
  height: 80px;
}

.cart-header {
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.cart-quantity-right {
  border-style: solid;
  border-color: var(--light-gray);
  background-color: #0000;
  border-radius: 10px;
  font-weight: 500;
}

.cart-quantity-right:focus, .cart-quantity-right:focus-visible, .cart-quantity-right[data-wf-focus-visible] {
  border-style: solid;
  border-color: var(--primary-orange);
}

.cart-quantity-right::placeholder {
  color: #666b78;
}

.cart-quantity {
  color: #fff;
  background-color: #0000;
  margin-left: -8px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: -15px;
}

.cart-quantity.quantity-dark {
  color: var(--dark);
}

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

.navbar-dropdown-toggle {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.5em;
  transition: opacity .3s;
  display: flex;
}

.navbar-dropdown-toggle:hover {
  opacity: .7;
}

.cart-item {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

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

.navbar-link {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  transition-property: opacity;
  transition-duration: .3s;
}

.navbar-link:hover {
  opacity: .6;
  color: var(--white);
}

.navbar-link.w--current {
  color: #2e363c;
}

.navbar-link.nav-dark {
  color: var(--dark);
}

.navbar-link.hidden {
  display: block;
}

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

.cart-price {
  margin-top: 7px;
  margin-bottom: 12px;
  font-size: 16px;
}

.navbar-dropdown-link {
  color: var(--dark);
  text-transform: capitalize;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  transition: all .3s;
  display: flex;
}

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

.navbar-dropdown-link.w--current {
  color: #db6526;
}

.cart-image {
  object-fit: cover;
  border-radius: 6px;
  width: 80px;
  height: auto;
  min-height: 90px;
}

.cart-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.full-width {
  width: 100%;
}

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

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

.banner-overlay {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-title-light {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 70px;
}

.banner-text-wrap {
  max-width: 600px;
  margin-right: auto;
}

.banner-text-primary {
  color: var(--primary-orange);
  font-weight: 900;
}

.footer-form {
  width: 100%;
  max-width: 380px;
}

.footer-email-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.text-field {
  border-style: solid;
  border-width: 1px;
  border-color: #fff0 #fff0 var(--white-50);
  color: var(--white);
  background-color: #fff0;
  border-radius: 0;
  padding-left: 0;
  font-size: 16px;
}

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

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

.footer-form-wrapper {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.useful-links-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-end;
  align-items: flex-start;
}

.footer-primary-title {
  color: var(--primary-orange);
  margin-top: 5px;
}

.dual-buttons-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.link-with-line {
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
}

.link-with-line.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.link-with-line.blog-post-link {
  z-index: 2;
  position: absolute;
  inset: auto auto 40px 50px;
}

.link-with-line.search-link {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.link-with-line.search-link:hover {
  opacity: 1;
}

.link-with-line.link-license {
  justify-content: flex-start;
  align-items: center;
}

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

.link-line {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0;
}

.link-line.dark-line {
  background-color: var(--dark);
}

.link-text {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.banner-info-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: left;
  background-color: #fff3;
  background-image: linear-gradient(135deg, #01444a33, #63ab4526);
  border: 1px solid #fff3;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 360px;
  margin-bottom: -30px;
  padding: 10px 10px 10px 20px;
  display: flex;
}

.banner-info-wrap:hover {
  color: #fff;
}

.banner-link-block-title {
  z-index: 10;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  position: relative;
}

.banner-content-wrap {
  justify-content: flex-end;
  align-items: flex-end;
}

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

.button-with-arrow {
  background-color: var(--primary-green);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  display: flex;
}

.button-with-arrow.white-button {
  background-color: var(--white);
}

.button-with-arrow.project-button {
  position: absolute;
  inset: 15px 15px auto auto;
}

.circle {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-arrow {
  z-index: 1;
  position: relative;
}

.icon-arrow.dark-icon {
  filter: invert();
  position: absolute;
}

.arrow-bg {
  background-color: var(--primary-orange);
  border-radius: 100px;
  width: 92px;
  height: 92px;
  position: absolute;
  transform: scale(0);
}

.banner-paragraph-description {
  color: var(--primary-light);
  max-width: 520px;
  font-size: 20px;
  line-height: 1.4em;
}

.banner-paragraph-description.text-color-pink {
  color: var(--primary-orange);
  background-color: #0000;
}

.nav-blur-bg {
  z-index: -1;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #120b3acc;
  position: absolute;
  inset: 0%;
}

.service-title-item-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 60px;
  margin-bottom: 10px;
  margin-right: 60px;
  display: flex;
}

.icon-wrap {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-width: 45px;
  min-height: 45px;
  display: flex;
  position: absolute;
  inset: 10px auto auto 82%;
}

.services-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: flex;
}

.collection-item-img-link {
  border-radius: 10px;
  height: 260px;
  overflow: hidden;
}

.collection-item-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.h5-heading-link {
  color: var(--dark);
  text-transform: none;
  font-size: 26px;
  font-weight: 700;
}

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

.h5-heading-link.text-white:hover {
  color: var(--primary-orange);
}

.project-content-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: stretch;
}

.service-item-description-wrap {
  min-height: 85px;
}

.features-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  min-height: 450px;
}

.image-left-block {
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
}

.image-left-block.our-mission-block {
  height: 600px;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.features-right-block {
  align-items: stretch;
}

.features-right-block.align-center {
  justify-content: center;
  align-items: stretch;
}

.feature-item-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.feature-list-text {
  font-size: 16px;
  font-weight: 700;
}

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

.single-button-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.process-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 4rem;
}

.text-small-capitalize {
  color: var(--primary-green);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.process-wrap {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.project-item-info-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  border-radius: 20px 20px 100px;
  flex-flow: column;
  justify-content: space-between;
  max-width: 400px;
  min-height: 330px;
  padding: 20px 40px 20px 20px;
  display: flex;
}

.project-collection-link {
  color: var(--primary-green);
  text-transform: none;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.h4-heading-link {
  color: var(--dark);
  text-transform: none;
  font-size: 32px;
  font-weight: 700;
}

.collection-list-50 {
  width: 50%;
}

.project-collection-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.project-collection-item.item-right {
  justify-content: flex-start;
  align-items: flex-start;
}

.project-background {
  z-index: 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.underline-link-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ffffff40;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.underline-link-container:hover {
  color: #fff;
}

.inner-background {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.current-project-link {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.blog-link {
  letter-spacing: 0;
  text-transform: none;
}

.inner-background-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 200px 30px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.project-background-wrapper {
  z-index: 2;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-item-overlay {
  background-color: #0003;
  position: absolute;
  inset: 0%;
}

.flex-horizontal-gap-30 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.reviews-slider {
  background-color: #fff0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 100px;
}

.review-slide {
  width: 31.5%;
  height: auto;
  margin-right: 30px;
}

.review-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--primary-light);
  border-radius: 10px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.review-wrap.white-bg {
  background-color: var(--white);
}

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

.review-quote {
  text-align: left;
  background-position: 0 0;
  background-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 45px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.slider-mask {
  height: auto;
}

.review-slider-arrow {
  border: 1px solid var(--primary-green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: border-color .3s;
  display: flex;
  inset: auto auto 0% 44%;
}

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

.review-slider-arrow.right {
  left: auto;
  right: 44%;
}

.slider-arrow-icon {
  color: var(--primary-green);
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.blog-title-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.blog-buttons-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 40px;
}

.blog-img {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #000c, #fff0);
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.blog-collection-item {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 340px;
  padding: 30px 30px 40px;
  display: flex;
  position: relative;
}

.blog-image-link-wrap {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.blog-item-text-wrap {
  z-index: 1;
  max-width: 300px;
}

.blog-item-content {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

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

.cta-block {
  border-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 400px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.cta-title-wrapper {
  z-index: 2;
  text-align: left;
  max-width: 640px;
  position: relative;
}

.cta-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.cta-button-wrap {
  z-index: 2;
  margin-left: auto;
  position: relative;
}

.cta-link {
  color: var(--primary-orange);
  font-weight: 900;
}

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

.section-title-left {
  max-width: 680px;
}

.section-title-left.medium-width {
  max-width: 740px;
}

.section-title-wrap-with-button {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  position: relative;
}

.banner-title-dark {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 70px;
  font-weight: 900;
}

.banner-center-content-wrap {
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-label {
  background-image: url('../images/bagdes-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 70px;
  height: 70px;
  margin-bottom: 30px;
}

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

.image-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: end;
  justify-items: end;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.image-block.project-template-block {
  justify-content: center;
  display: flex;
}

.banner-image-wrap {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.testimonial-small-slide {
  height: 100%;
  position: static;
}

.loop-bottom-con {
  width: 100%;
}

.image-banner-wrap {
  margin-top: 40px;
  padding-top: .625rem;
  padding-bottom: .625rem;
  position: relative;
}

.padding-horizontal {
  width: 100%;
  padding-left: .625rem;
  padding-right: .625rem;
}

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

.image-cover.img-position {
  object-position: 80% 40%;
}

.image-cover.faq-img {
  object-position: 50% 25%;
}

.banner-overlay-2 {
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.video-icon-2 {
  width: 16px;
  margin-left: 2px;
}

.banner-video-lightbox {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-video-lightbox:hover {
  color: #fff;
}

.video-button-outline {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px #fff3;
  border-radius: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  margin: 3px;
  display: grid;
  position: absolute;
  inset: auto;
}

.video-outline-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-outline-wrap.bottom {
  position: absolute;
  inset: auto 0% 0% auto;
}

.video-outline-wrap.top {
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-button-fill {
  background-color: #ffffff1a;
  border: 1px solid #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
  position: relative;
}

.video-work-button {
  z-index: 1;
  cursor: pointer;
  border: 1px #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: relative;
}

.video-work-outline {
  border: 1px solid var(--primary-orange);
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding: 0;
  position: absolute;
}

.video-work-outline.bottom {
  inset: auto 0% 0% auto;
}

.solid-video-button-outline {
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.banner-gradient-blur-1 {
  z-index: -1;
  filter: blur(90px);
  background-image: linear-gradient(#00b67a, #92f231);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: 5% 0% auto auto;
}

.banner-gradient-blur-1.banner-3 {
  z-index: 1;
  background-image: linear-gradient(#5696e4, #5696e4);
}

.banner-gradient-blur-1.bottom {
  top: auto;
  bottom: -20%;
}

.banner-gradient-blur-1.z-index {
  z-index: 1;
  top: auto;
  bottom: -20%;
}

.banner-gradient-blur-2 {
  z-index: -1;
  filter: blur(90px);
  background-image: linear-gradient(#00b67a, #92f231);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto auto 28% 0%;
}

.banner-gradient-blur-2.banner-3, .banner-gradient-blur-2.z-index {
  z-index: 1;
}

.banner-form {
  width: 100%;
  max-width: 440px;
  margin-top: 25px;
  margin-bottom: 0;
}

.form-field {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  display: flex;
  position: relative;
}

.input {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--dark-gray);
  background-color: #fff3;
  background-image: linear-gradient(#01444a33, #fff0);
  border: 1px solid #fff3;
  border-radius: 80px;
  width: 100%;
  max-width: 300px;
  height: 54px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
}

.input:focus {
  border-color: var(--white);
  color: var(--white);
  background-color: #fff6;
}

.input::placeholder {
  color: var(--white-50);
  font-size: 18px;
}

.hero-slide-home-3 {
  height: 100%;
}

.dot {
  background-color: #fff;
  border-radius: 100%;
  width: 4px;
  height: 4px;
}

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

.looping-text {
  z-index: 80;
  grid-column-gap: 12px;
  background-color: var(--primary-green);
  border-top: 1px solid #fff3;
  border-bottom: 1px solid #fff3;
  align-items: center;
  min-height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 0% 0;
  overflow: hidden;
}

.looping-text.transparent-bg {
  border-top-color: var(--gray-50);
  border-bottom-color: var(--gray-50);
  background-color: #fff0;
}

.promo-text-wrapper {
  z-index: 20;
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 10px;
  line-height: 1.2em;
  display: grid;
  position: relative;
}

.promo-text-wrapper.small {
  grid-column-gap: 12px;
}

.banner-loop-subtitle {
  color: #fff;
  font-size: 14px;
}

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

.banner-slider-home-3 {
  z-index: 2;
  background-color: #fff0;
  border-radius: 200px 30px;
  width: 35%;
  height: 80%;
  position: absolute;
  inset: auto 2% 8% auto;
  overflow: hidden;
}

.slider-img {
  object-fit: cover;
  object-position: 75% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-slide {
  width: 100%;
  height: 100%;
}

.scroll-banner-3-link {
  z-index: 70;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding: 36px 150px 150px 36px;
  display: flex;
  position: absolute;
  inset: auto -150px -114px auto;
}

.h6-color {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #fb0357, #f84cfd);
  -webkit-background-clip: text;
  background-clip: text;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
}

.no-shrink-footer {
  flex: none;
}

.no-shrink-footer.full-mobile {
  position: relative;
}

.banner-overlay-20 {
  background-image: linear-gradient(#0003, #0003);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hover-link-arrow {
  z-index: 100;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-image: none;
  background-clip: border-box;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hover-link-arrow:hover {
  opacity: 1;
}

.services-top {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.color-bg-wrap {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.text-content {
  flex-flow: column;
  display: flex;
}

.scroll-color-bg-wrap {
  background-color: var(--white);
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.work-steps-container {
  border-radius: 10px;
  flex-flow: column;
  align-items: center;
  height: 100%;
  padding: 30px 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.number-item-title {
  color: var(--primary-orange);
  height: 100px;
  font-size: 80px;
  font-weight: 900;
  line-height: 1em;
}

.subscript {
  font-size: 45px;
}

.numbers-wrapper-large {
  grid-column-gap: 60px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.number-item {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 28.9%;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.square-meters-text {
  font-size: 40px;
}

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

.text-number-wrap {
  width: 100%;
  position: relative;
}

.text-number-wrap.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-animation-item {
  background-color: var(--primary-green);
  width: 100%;
  height: 100px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.scroll-color-bg-wrap-2 {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(135deg, #fb0357, #f84cfd);
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.step-item-text-container {
  background-color: #ffffff03;
  border-radius: 6px;
  padding-right: 40px;
  position: relative;
  overflow: hidden;
}

.step-item-text-container.home-3 {
  z-index: 10;
}

.btn-circle {
  border: 1px solid #ffffff80;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

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

.features-img-wrap {
  border-radius: 10px;
  height: 500px;
  position: relative;
}

.img-sticker-top {
  z-index: 1;
  width: 120px;
  position: absolute;
  inset: -15px -45px auto auto;
  transform: rotate(45deg);
}

.img-sticker-bottom {
  z-index: 1;
  width: 120px;
  position: absolute;
  inset: auto auto -15px -45px;
  transform: rotate(45deg);
}

.features-img-grid {
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

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

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

.team-flex-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  height: 410px;
  display: flex;
}

.team-flex-wrapper.margin-bottom-30 {
  margin-bottom: 30px;
}

.team-item {
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  min-height: 380px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-img {
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.top-name-wrap {
  z-index: 1;
  color: var(--white);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.linear-overlay {
  background-image: linear-gradient(180deg, #fff0 40%, var(--primary-green));
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.team-info-wrap {
  text-align: center;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.team-social-icons {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-1-text-wrap {
  max-width: 640px;
  margin-right: auto;
}

.outline-hover-circle {
  z-index: 10;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
  position: relative;
}

.icon-eye {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.instagram-link {
  font-size: 1em;
  transition-property: none;
  overflow: hidden;
}

.hover-circle-wrapper {
  z-index: 10;
  background-color: #0000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-cover-2 {
  object-fit: cover;
  background-image: url('../images/Glasi-6_1Glasi 6.webp');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.hover-circle {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-overlay {
  background-color: #0000001a;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.gallery-lightbox {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.gallery-lightbox-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-lightbox-wrap.small-box {
  height: 150px;
}

.lightbox-gallery-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.small-gallery-img-wrap {
  width: 27%;
  height: 280px;
}

.large-gallery-img-wrap {
  width: 50%;
  height: 280px;
}

.medium-gallery-img-wrap {
  width: 46%;
  height: 280px;
}

.instagram-link-2 {
  font-size: 1em;
  transition-property: none;
  position: absolute;
  overflow: hidden;
}

.services-collection-grid {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.large-container {
  max-width: 1700px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.text-animation-item-light {
  background-color: var(--gray);
  width: 100%;
  height: 100px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.service-number-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 28.9%;
  display: flex;
  overflow: hidden;
}

.service-number-item.pack-item, .service-number-item.project-feature-item {
  justify-content: flex-start;
  align-items: center;
}

.text-wrap {
  min-height: 140px;
  margin-bottom: 30px;
}

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

.banner-template-section {
  flex-direction: column;
  padding-top: 140px;
  position: relative;
}

.section-title-wrap-with-button-copy {
  z-index: 2;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
}

.step-item {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: stretch;
  align-items: center;
  min-height: 180px;
  display: flex;
  position: relative;
}

.step-circle {
  border: 0 #c0c0d333;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  inset: 0 auto auto -76px;
}

.step-circle.end {
  top: auto;
  bottom: 20px;
}

.step-circle.center {
  top: 60px;
}

.steps-items {
  grid-column-gap: 60px;
  grid-row-gap: 24px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.step-content {
  grid-row-gap: 45px;
  flex-direction: column;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.steps-sticky-card {
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 300px;
  max-width: 350px;
  display: flex;
  position: sticky;
  top: 120px;
  overflow: hidden;
}

.scroll-color-bg-wrap-3 {
  background-image: linear-gradient(#00000059, #00000059), linear-gradient(135deg, #fb0357, #f84cfd);
  position: absolute;
  inset: 0%;
  transform: translate(-100%);
}

.steps-tracker {
  background-color: var(--light-gray);
  border-radius: 100px;
  flex-direction: column;
  width: 2px;
  margin-top: 10px;
  margin-bottom: 30px;
  display: flex;
}

.step-dot {
  z-index: 10;
  background-color: var(--primary-orange);
  border-radius: 100px;
  width: 12px;
  height: 12px;
  position: relative;
}

.steps-items-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.steps-wrap {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.step-circle-outline {
  background-color: var(--primary-green);
  border: 1px solid #fff3;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.serv-slide {
  margin-right: 5px;
}

.slider-services-arrow {
  background-color: #111;
  border: 1px solid #fff3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: -72px;
  display: flex;
  inset: auto auto -30px;
}

.services-slider-mask {
  height: auto;
}

.bottom-line-1, .bottom-line-2, .bottom-line-3 {
  background-color: var(--white-50);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.service-item-wrapper {
  text-align: left;
  background-image: url('../images/Background_1Background.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 10px;
  flex-flow: column;
  max-width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
  position: relative;
}

.service-slide {
  width: 31.5%;
  height: auto;
  margin-right: 30px;
}

.accordion-faq-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

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

.align-center.position-relative {
  z-index: 2;
}

.image-person {
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.author-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

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

.customer-wrap {
  opacity: .5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 220px;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

.customer-wrap:hover {
  opacity: 1;
}

.customer-logo-img {
  object-fit: cover;
  max-height: 200px;
}

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

.process-image-wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 30%;
  max-width: 350px;
  display: flex;
}

.process-content-2 {
  width: 60%;
}

.process-line-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.process-rows-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 20% 30% 45%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.process-heading-wrap {
  width: 35%;
  min-width: 300px;
}

.process-img-wrap {
  justify-content: center;
  width: 25%;
  display: flex;
}

.process-description-wrap {
  width: 55%;
}

.process-img {
  object-fit: cover;
  width: 180px;
  height: 180px;
}

.process-content-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  display: flex;
}

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

.bottom-gray-line.static-line-1, .bottom-gray-line.static-line-2, .bottom-gray-line.static-line-3 {
  position: static;
}

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

.pricing-title-wrap {
  min-height: 80px;
  margin-bottom: 10px;
}

.top-pricing-wrap {
  min-height: 200px;
}

.pricing-plan-text-wrap {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.img-icon {
  height: 60px;
}

.block-animation-light-small {
  background-color: var(--gray);
  width: 100%;
  height: 60px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.services-list-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.banner-gradient-blur-3 {
  z-index: 1;
  filter: blur(90px);
  background-image: linear-gradient(#00b67a, #92f231);
  border-radius: 50%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: 25% auto auto 0%;
}

.banner-gradient-blur-4 {
  z-index: 1;
  filter: blur(90px);
  background-image: linear-gradient(#00b67a, #92f231);
  border-radius: 50%;
  width: 220px;
  height: 220px;
  position: absolute;
  inset: 5% 0% auto auto;
}

.faq-tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.faq-tabs-wrap {
  flex-flow: column;
}

.tab-menu-link {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .5s;
  display: flex;
}

.tab-menu-link:hover {
  opacity: .6;
}

.tab-menu-link.w--current {
  background-color: #fff0;
}

.tab-menu-link.w--open:hover {
  color: #a8a4a4;
  text-decoration: none;
}

.faq-tab-title-wrapper {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 740px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contact-map {
  width: 100%;
  height: 100%;
}

.location-bottom-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.location-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

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

.contacts-form {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.cta-footer-title-wrap {
  z-index: 2;
  text-align: left;
  max-width: 900px;
  position: relative;
}

.cta-footer-title {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}

.contact-form-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
}

.project-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 600px;
  display: flex;
  position: relative;
}

.project-item-info-block {
  z-index: 4;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  border-radius: 20px 20px 100px;
  flex-flow: column;
  justify-content: center;
  width: 90%;
  max-width: 100%;
  min-height: 245px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.project-item-info-block.margin-left {
  margin-left: 20px;
}

.project-item-info-block.margin-right {
  margin-right: 20px;
}

.flex-horizontal-gap-60 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.project-item-content {
  width: 87%;
  max-width: 100%;
}

.projects-collection-list {
  width: 50%;
}

.projects-collection-list.full-width {
  width: 100%;
}

.project-item-card-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 200px 30px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  min-height: 450px;
  position: relative;
  overflow: hidden;
}

.project-item-card-wrap.reverse {
  border-radius: 30px 200px;
}

.projects-collection-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

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

.short-description {
  color: var(--dark-gray);
  max-width: 560px;
  margin-top: 0;
  font-size: 18px;
}

.template-social-icon {
  background-color: var(--primary-green);
  color: var(--white);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

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

.section-gallery {
  position: relative;
}

.hover-circle-wrapper-2 {
  z-index: 10;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.gallery-container {
  z-index: 10;
  grid-template-rows: auto;
  grid-template-columns: minmax(15px, 15px);
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.insta-background-wrapper {
  z-index: 2;
  border-radius: 10px;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.gallery-grid {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.project-location-link {
  color: var(--primary-green);
  text-transform: none;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  display: inline-flex;
}

.banner-images-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  height: 100%;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.project-image-left {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 30px 200px;
  width: 100%;
  height: 100%;
}

.project-image-right {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 200px 30px;
  width: 100%;
  height: 100%;
}

.info-text {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.project-service-collection-link {
  color: var(--primary-green);
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
  display: inline-flex;
}

.images-banner-wrap {
  padding-top: .625rem;
  padding-bottom: .625rem;
  position: relative;
}

.title-block {
  justify-content: center;
  align-items: center;
  min-height: 80px;
  display: flex;
}

.title-blog-post {
  color: var(--white);
  text-transform: none;
  margin-bottom: 15px;
  transition: color .3s;
}

.title-blog-post:hover {
  color: var(--primary-orange);
}

.article {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.blog-description {
  color: var(--gray);
  text-transform: none;
  font-size: 20px;
  line-height: 1.4em;
}

.blog-template-img-wrap {
  border-radius: 10px;
  max-height: 480px;
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-author-wrap {
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 40px;
}

.blog-template-prev {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

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

.product-collection-item:nth-child(odd) {
  margin-top: 60px;
  margin-bottom: 80px;
}

.quantity {
  display: none;
}

.par-hidden-2 {
  color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
}

.img-card {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.product-main-card {
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.dynamic-price {
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center end;
  display: flex;
}

.error-text-cart {
  color: #fff;
  text-align: center;
}

.discount-text {
  color: var(--light-gray);
  font-weight: 500;
  line-height: 1.2em;
  text-decoration: line-through;
}

.price-product-text {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.stock-text {
  color: #fff;
  text-align: center;
}

.info-product-card {
  grid-row-gap: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100px;
  display: flex;
}

.background-product {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-images-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.product-card-info {
  cursor: auto;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.buy-now-button {
  display: none;
}

.product-category {
  z-index: 3;
  color: #fff;
  letter-spacing: .2em;
  background-color: #63ab45;
  border-radius: 50px;
  padding: 8px 15px;
  font-size: 12px;
  line-height: 1em;
  transition-property: all;
  transition-duration: .35s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.product-category:hover {
  color: #fff;
  background-color: #01444a;
}

.option-list {
  display: none;
}

.default-btn-state {
  flex-direction: column;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.option {
  display: none;
}

.stock {
  background-color: var(--primary-green);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  padding-top: 15px;
  padding-bottom: 20px;
}

.card-overlay {
  z-index: 5;
  background-color: #01444a0d;
  background-image: linear-gradient(225deg, #01444a4d 5%, #fff0 54%, #63ab4573 94%);
  position: absolute;
  inset: 0%;
}

.error-message-cart {
  background-color: var(--primary-green);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 20px;
}

.card-info {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  justify-items: start;
  padding-top: 20px;
  display: flex;
}

.add-to-cart-3 {
  z-index: 9;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-image {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.shop-product-category {
  z-index: 25;
  color: var(--dark);
  font-size: 14px;
  line-height: 1em;
  transition-property: all;
  transition-duration: .35s;
}

.shop-product-category:hover {
  color: var(--primary-orange);
}

.shop-product-category.margin-bottom-20 {
  display: inline-block;
}

.shop-cart-button {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #0000004d;
  justify-content: center;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 20px;
  line-height: 1em;
  transition: all .3s;
  display: flex;
}

.cart-wrapper {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.cart-container {
  background-color: var(--gray);
  border-radius: 10px;
}

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

.cart-info-block {
  justify-content: center;
  height: 100%;
}

.cart-block-full-width {
  width: 100%;
}

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

.product-main-image {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.lightbox-main-image {
  width: 100%;
  height: 380px;
  position: relative;
}

.zoom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.zoom-modal {
  z-index: 10;
  background-color: var(--white);
  border-radius: 100%;
  width: 150px;
  height: 150px;
  position: relative;
  left: auto;
  right: auto;
  overflow: hidden;
  box-shadow: 0 3px 30px #3339;
}

.product-image-zoomed {
  width: 100%;
  padding-top: 10px;
  transform: scale(2);
}

.main-image-product {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.additional-product-images {
  object-fit: cover;
  width: 100%;
}

.images-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.images-collection-item {
  width: 33.8%;
  max-height: 140px;
  display: flex;
}

.lightbox-additional-images {
  width: 100%;
}

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

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

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

.align-center-gap-8.margin-bottom-30 {
  margin-bottom: 30px;
}

.bottom-buttons-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.out-of-stock-state {
  background-color: var(--primary-green);
  color: var(--white);
  border-radius: 8px;
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.block-header {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.block-content {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.checkout-input {
  border-radius: 20px;
}

.checkout-input:focus {
  border-color: var(--primary-orange);
}

.billing-address-toggle {
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cart-img {
  border: 1px solid var(--gray-50);
  border-radius: 6px;
  width: 80px;
}

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

.product-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.order-text-info {
  width: 100%;
}

.summary-order-wrap {
  top: 120px;
}

.checkout-form {
  background-color: #f5f5f500;
}

.order-confirmation {
  background-color: #fff0;
}

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

.template-rich-text h3 {
  margin-top: 0;
  margin-bottom: 15px;
}

.template-rich-text h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.template-rich-text h5 {
  margin-top: 30px;
  margin-bottom: 20px;
}

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

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

.template-rich-text img {
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.template-rich-text ol {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.image-404 {
  width: 480px;
}

.licensing-links-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

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

.icon-basket {
  color: var(--primary-green);
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  transition: color .3s;
}

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

.icon-basket.white {
  color: var(--white);
}

.icon-basket.white:hover {
  color: var(--primary-orange);
}

.cart-product-title {
  font-size: 18px;
  line-height: 1.2em;
}

.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-close {
  cursor: pointer;
  padding: 10px 20px;
  position: absolute;
  top: -7px;
  right: -14px;
}

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

.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-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-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 {
  font-size: 14px;
}

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

.section-title-wrapper-2 {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  align-items: center;
  max-width: 46.25rem;
  margin-bottom: 3.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.collection-item-img-2 {
  object-fit: cover;
  border-radius: .625rem;
  width: 100%;
  height: 100%;
}

.service-title-item-wrap-2 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 3.75rem;
  margin-bottom: .625rem;
  margin-right: 3.75rem;
  display: flex;
}

.service-title-item-wrap-2.max-width {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 3rem;
}

.services-collection-grid-2 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.collection-item-img-link-2 {
  border-radius: .625rem;
  height: 16.25rem;
  overflow: hidden;
}

.section-subtitle-2 {
  color: #0b3a2e;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
}

.service-item-wrapper-2 {
  text-align: left;
  background-color: #fff;
  border-radius: .625rem;
  flex-flow: column;
  justify-content: space-between;
  max-width: 100%;
  height: 100%;
  padding: 1.25rem;
  display: flex;
  position: relative;
}

.service-item-description-wrap-2 {
  min-height: 5.3125rem;
}

.base-container-2 {
  flex-direction: column;
  align-items: center;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.h5-heading-link-2 {
  color: #122423;
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 700;
}

.section-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
}

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

.section-2.without-bottom-spacing.nottom-spacing {
  padding-bottom: 5rem;
}

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

.project-content-block-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: stretch;
}

.heading {
  text-transform: none;
}

.paragraph-large-2 {
  font-size: 1.25rem;
  line-height: 1.4em;
}

.img {
  width: 15px;
}

.brands_item-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1.125rem;
  display: flex;
}

.brands_wrapper {
  background-color: var(--primary-green);
  border-radius: 1rem;
  position: relative;
  overflow: clip;
}

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

.heading-style-h4 {
  letter-spacing: -.02em;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 115%;
}

.brands_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.container-medium {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 10rem;
}

.brands_item-logo {
  height: 50%;
}

.brands_item-logo.smaller {
  width: 10rem;
  height: auto;
}

.brands_heading {
  max-width: 50.625rem;
}

.brands_item-logo-wrap {
  aspect-ratio: 1;
  border: 1px solid #333;
  border-radius: 1.125rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  display: flex;
}

.brands_gradient {
  z-index: 4;
  background-image: linear-gradient(270deg, var(--primary-green), #0000 25%, #0000 75%, var(--primary-green));
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.brands_item-texts {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.brands_item-name {
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.text-style-label {
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 120%;
}

.padding-global {
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding-global.is-small {
  padding-left: 1rem;
  padding-right: 1rem;
}

.section_brands {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.text-color-white {
  color: #fff;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.navbar-background {
  z-index: 999;
  background-color: #120b3acc;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  inset: 0% 0% auto;
}

.button {
  border-radius: .63em;
  padding: 1.2em;
  text-decoration: none;
  transition: padding .3s cubic-bezier(.25, .46, .45, .94), box-shadow .3s cubic-bezier(.25, .46, .45, .94);
  box-shadow: inset 0 0 0 1px #f6f4ef00;
}

.button:hover {
  padding-left: 1.9em;
  padding-right: 1.9em;
  box-shadow: inset 0 0 0 1px #f6f4ef4d;
}

.button.dark {
  box-shadow: inset 0 0 0 1px #13243000;
}

.button.dark:hover {
  box-shadow: inset 0 0 0 1px #1324304d;
}

.button.dark.sticky {
  z-index: 99;
  -webkit-text-fill-color: inherit;
  vertical-align: baseline;
  object-fit: fill;
  background-color: #0ec043;
  background-clip: border-box;
  border-radius: 6em;
  align-self: flex-end;
  width: 60px;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: fixed;
  inset: auto 2% 3% auto;
  box-shadow: 0 2px 5px #132430cc, inset 0 0 0 1px #13243000;
}

.wrapper-button {
  grid-column-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-button {
  flex: none;
  width: 1.13em;
  max-width: none;
  height: 1.13em;
}

.icon-button.sticky {
  width: 1.5em;
  height: 1.5em;
}

.paragraph-link {
  color: var(--white);
  text-transform: none;
}

.h3-smaller {
  font-size: 40px;
}

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

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

  .section.about-us-banner {
    padding-top: 180px;
    padding-bottom: 140px;
  }

  .section.shop-product-section {
    padding-top: 180px;
  }

  .section.service-template {
    padding-top: 100px;
  }

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

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

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

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

  .utility-page-wrap {
    padding-top: 60px;
  }

  .coming-soon-wrapper {
    margin-top: 80px;
  }

  .footer {
    padding-top: 180px;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .style-guide-button-wrapper {
    width: auto;
  }

  .pricing-plan-item {
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .search-section {
    margin-bottom: 80px;
  }

  .project-pagination-wrapper {
    margin-top: 40px;
  }

  .home-banner-section {
    height: 90vh;
    padding-top: 240px;
  }

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

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

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

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

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

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

  .shop-details-block {
    margin-top: 120px;
  }

  .secondary-link-btn {
    min-width: 120px;
  }

  .gradient-blur {
    filter: blur(130px);
    width: 200px;
    height: 200px;
  }

  .gradient-blur.footer {
    filter: blur(90px);
  }

  .gradient-blur.project {
    filter: blur(90px);
    left: -5%;
  }

  .navbar-dropdown-list.megamenu.w--open {
    right: -260px;
  }

  .navbar-dropdown-toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .banner-text-wrap {
    max-width: 680px;
  }

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

  .icon-wrap {
    top: 15px;
  }

  .features-grid {
    grid-column-gap: 120px;
    grid-row-gap: 120px;
  }

  .blog-item-text-wrap {
    max-width: 380px;
  }

  .cta-block {
    min-height: 450px;
  }

  .cta-title-wrapper {
    max-width: 700px;
  }

  .cta-title {
    font-size: 46px;
  }

  .banner-gradient-blur-1 {
    width: 200px;
    height: 200px;
  }

  .banner-gradient-blur-2 {
    width: 200px;
    height: 200px;
    bottom: 30%;
  }

  .banner-slider-home-3 {
    width: 35%;
    height: 76%;
    bottom: 10%;
    right: 4%;
  }

  .number-item-title {
    font-size: 90px;
  }

  .numbers-wrapper-large {
    grid-column-gap: 50px;
    grid-row-gap: 60px;
  }

  .number-item {
    padding-bottom: 60px;
  }

  .banner-1-text-wrap {
    max-width: 680px;
  }

  .gallery-lightbox-wrap.small-box {
    height: 180px;
  }

  .service-number-item {
    padding-bottom: 60px;
  }

  .service-number-item.project-feature-item {
    padding-bottom: 0;
  }

  .text-wrap {
    min-height: 105px;
  }

  .steps-wrap {
    grid-column-gap: 100px;
    grid-template-columns: .8fr 1fr;
  }

  .top-pricing-wrap {
    min-height: 175px;
  }

  .services-list-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 60px;
  }

  .cta-footer-title-wrap {
    max-width: 980px;
  }

  .cta-footer-title {
    font-size: 46px;
  }

  .contact-form-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

  .project-item-info-block {
    min-height: 220px;
  }

  .images-collection-item {
    max-height: 160px;
  }

  .image-404 {
    width: 520px;
  }
}

@media screen and (min-width: 1440px) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 10px;
  }

  .section.pricing-banner {
    padding-top: 160px;
    padding-bottom: 140px;
  }

  .coming-soon-wrapper {
    margin-top: 40px;
  }

  .home-banner-section {
    height: 100vh;
  }

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

  .gradient-blur.footer {
    filter: blur(130px);
    width: 300px;
    height: 300px;
    left: 5%;
  }

  .gradient-blur.project {
    width: 300px;
    height: 300px;
  }

  .nav-item-title-white, .navbar-link {
    font-size: 16px;
  }

  .banner-info-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 23rem;
    padding: 20px 20px 30px 30px;
  }

  .banner-link-block-title {
    font-size: 24px;
  }

  .service-item-description-wrap {
    min-height: 75px;
  }

  .project-item-info-wrap {
    max-width: 450px;
  }

  .image-block {
    min-height: 600px;
  }

  .image-block.project-template-block {
    min-height: 500px;
  }

  .banner-gradient-blur-2 {
    bottom: 35%;
  }

  .banner-slider-home-3 {
    right: 5%;
  }

  .small-gallery-img-wrap, .large-gallery-img-wrap, .medium-gallery-img-wrap {
    height: 320px;
  }

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

  .steps-sticky-card {
    grid-column-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .steps-wrap {
    grid-column-gap: 140px;
    grid-template-columns: .8fr 1fr;
  }

  .process-img {
    width: 200px;
    height: 200px;
  }

  .banner-gradient-blur-3 {
    left: 3%;
  }
}

@media screen and (min-width: 1920px) {
  .section.about-us-banner {
    padding-top: 200px;
    padding-bottom: 160px;
  }

  .base-container {
    max-width: 1290px;
  }

  .coming-soon-wrapper {
    margin-top: 0;
  }

  .accordion-wrapper {
    width: 85%;
  }

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

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

  .gradient-blur {
    filter: blur(160px);
    width: 300px;
    height: 300px;
  }

  .gradient-blur.footer {
    left: 15%;
  }

  .navbar-container {
    max-width: 1290px;
  }

  .collection-item-img-link {
    height: 300px;
  }

  .features-grid {
    grid-template-columns: .9fr 1fr;
  }

  .review-slider-arrow {
    left: 45%;
  }

  .review-slider-arrow.right {
    right: 45%;
  }

  .blog-item-text-wrap {
    max-width: 420px;
  }

  .image-block {
    min-height: 750px;
  }

  .banner-gradient-blur-1, .banner-gradient-blur-2 {
    filter: blur(120px);
    width: 300px;
    height: 300px;
  }

  .banner-slider-home-3 {
    border-top-left-radius: 300px;
    border-bottom-right-radius: 300px;
    width: 32%;
    bottom: 11%;
    right: 12%;
  }

  .slider-img {
    object-position: 90% 50%;
  }

  .scroll-banner-3-link:hover {
    opacity: 1;
  }

  .gallery-lightbox-wrap.small-box {
    height: 220px;
  }

  .small-gallery-img-wrap, .large-gallery-img-wrap, .medium-gallery-img-wrap {
    height: 380px;
  }

  .text-wrap {
    min-height: 90px;
  }

  .row {
    grid-template-columns: 20% 40% 35%;
  }

  .banner-gradient-blur-3 {
    filter: blur(120px);
    width: 300px;
    height: 300px;
    left: 10%;
  }

  .banner-gradient-blur-4 {
    filter: blur(120px);
  }

  .location-bottom-wrap {
    grid-column-gap: 60px;
  }

  .image-404 {
    width: 580px;
  }
}

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

  h2 {
    font-size: 46px;
  }

  h3 {
    font-size: 38px;
  }

  blockquote {
    background-size: 38px;
    font-size: 26px;
  }

  .section.pricing-banner {
    min-height: 300px;
    padding-top: 120px;
    padding-bottom: 100px;
  }

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

  .section.shop-product-section {
    padding-top: 120px;
  }

  .section.service-template {
    padding-top: 60px;
  }

  .section.banner-wiith-gradient, .section.testimonials-banner {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.contacts-banner, .section.project-template-section, .section.blog-post-section {
    padding-top: 120px;
  }

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

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

  .primary-button.tablet-hidden {
    display: none;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .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 {
    margin-top: 68px;
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    margin-top: 60px;
  }

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

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

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-bottom-content {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

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

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

  .paragraph-large.banner-paragraph {
    max-width: 100%;
  }

  .template-banner-wrapper {
    width: 95%;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin-top: 60px;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .pricing-plan-price {
    font-size: 56px;
  }

  .accordion-list {
    padding-right: 40px;
  }

  .accordion-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    width: 90%;
  }

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

  .footer-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

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

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

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

  .footer-logo-wrapper {
    justify-content: flex-start;
    align-items: center;
    max-width: 360px;
  }

  .footer-brand-description {
    text-align: center;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .accordion-hero-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .project-template-content {
    width: 95%;
  }

  .project-template-content-wrapper {
    margin-bottom: 40px;
  }

  .home-banner-section {
    height: auto;
    padding-top: 140px;
    padding-bottom: 100px;
  }

  .secondary-button.tablet-hidden {
    display: none;
  }

  .service-wrapper {
    max-width: 340px;
  }

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

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

  .banner-section.home-2-banner {
    padding-top: 100px;
    padding-bottom: 80px;
    display: flex;
  }

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

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

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .image-burger.dark-image {
    filter: invert();
  }

  .brand-tablet {
    display: block;
  }

  .shop-details-wrapper {
    grid-column-gap: 30px;
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .shop-details-title {
    font-size: 42px;
  }

  .shop-details-block {
    padding: 30px;
  }

  .details-page-title {
    font-size: 48px;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .form-block-contacts {
    width: 75%;
    min-height: auto;
  }

  .spacing-system-title {
    font-size: 25px;
  }

  .tablet-button-wrapper {
    margin-top: 20px;
    display: block;
  }

  .nav-dropdown-icon-white {
    color: var(--dark);
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .navbar-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .navbar-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .navbar-dropdown-list.megamenu {
    width: 320px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .menu-wrapper {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .tablet-nav-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .navbar-menu {
    background-color: var(--white);
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

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

  .nav-dropdown-link-line-2 {
    display: none;
  }

  .navbar-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navbar-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .search-shop-wrap {
    flex: 1;
    justify-content: flex-end;
  }

  .navbar-link {
    color: var(--dark);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .navbar-link:hover {
    color: var(--dark);
  }

  .navbar-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 16px;
  }

  .home-banner-image {
    object-position: 70% 50%;
  }

  .banner-title-light {
    font-size: 62px;
  }

  .banner-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 600px;
    margin-bottom: 60px;
    margin-left: auto;
  }

  .useful-links-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: flex-start;
  }

  .link-with-line {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
  }

  .link-with-line.blog-post-link {
    left: 40px;
  }

  .banner-info-wrap {
    max-width: 70%;
    margin-bottom: 0;
  }

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

  .banner-paragraph-description {
    width: 400px;
    font-size: 18px;
  }

  .services-collection-list {
    flex-flow: wrap;
  }

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

  .image-left-block {
    border-radius: 20px 160px;
  }

  .process-container {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .process-wrap {
    width: 47.5%;
  }

  .project-collection-item.tablet-item-width {
    width: 47.8%;
  }

  .project-card {
    border-radius: 160px 20px;
  }

  .reviews-slider {
    padding-bottom: 80px;
  }

  .review-slide {
    width: 48%;
  }

  .review-slider-arrow {
    left: 42%;
  }

  .review-slider-arrow.right {
    right: 42%;
  }

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

  .blog-item-text-wrap {
    max-width: 100%;
  }

  .blog-item-text-wrap.tablet-width {
    width: 60%;
  }

  .blog-item-content {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog-item-content.horizontal {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .cta-block {
    min-height: 360px;
  }

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

  .section-title-wrap-with-button {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .banner-title-dark {
    font-size: 56px;
  }

  .image-block {
    min-height: 450px;
  }

  .image-block.project-template-block {
    min-height: 420px;
  }

  .loop-bottom-con {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-banner-wrap {
    margin-top: 20px;
  }

  .banner-slider-home-3 {
    border-radius: 160px 20px;
    width: 96%;
    height: auto;
    position: static;
    bottom: 6%;
  }

  .banner-slide {
    min-height: 380px;
  }

  .scroll-banner-3-link {
    display: none;
  }

  .hover-link-arrow {
    width: 60px;
    height: 60px;
  }

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

  .work-steps-container {
    align-self: center;
    width: 47%;
  }

  .numbers-wrapper-large {
    grid-row-gap: 40px;
    justify-content: center;
  }

  .number-item {
    width: 45.9%;
  }

  .step-item-text-container {
    align-self: center;
    padding-right: 0;
  }

  .features-grid-3-columns {
    grid-template-columns: 1fr;
  }

  .features-img-wrap {
    width: 90%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .features-grid-block {
    flex-flow: row;
  }

  .team-flex-wrapper {
    flex-flow: wrap;
    height: auto;
  }

  .team-item {
    width: 48.5%;
  }

  .linear-overlay {
    background-image: linear-gradient(180deg, #fff0 20%, var(--primary-green));
  }

  .banner-1-text-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 600px;
    margin-left: auto;
  }

  .hover-circle-wrapper {
    display: none;
  }

  .small-gallery-img-wrap, .large-gallery-img-wrap, .medium-gallery-img-wrap {
    height: 240px;
  }

  .services-collection-grid {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .service-number-item {
    width: 45.9%;
  }

  .text-wrap {
    min-height: 105px;
    margin-bottom: 20px;
  }

  .banner-template-section {
    padding-top: 120px;
  }

  .section-title-wrap-with-button-copy {
    margin-bottom: 40px;
  }

  .step-item {
    width: 47%;
  }

  .step-circle {
    display: none;
  }

  .steps-items {
    padding-left: 0;
  }

  .steps-sticky-card {
    background-image: none;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: auto;
  }

  .steps-tracker, .step-dot {
    display: none;
  }

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

  .steps-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .step-circle-outline.three {
    display: none;
  }

  .service-item-wrapper {
    max-width: 100%;
  }

  .service-slide {
    width: 48%;
  }

  .customer-wrap {
    height: 140px;
  }

  .customer-logo-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .process-rows-wrap {
    margin-left: 0;
  }

  .row {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 30px;
  }

  .process-heading-wrap {
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .process-img-wrap {
    width: 35%;
  }

  .process-description-wrap {
    width: 100%;
  }

  .process-img {
    width: 200px;
  }

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

  .top-pricing-wrap {
    min-height: 150px;
  }

  .pricing-plan-text-wrap {
    min-height: 100px;
  }

  .services-list-wrapper {
    grid-row-gap: 40px;
    justify-content: center;
  }

  .banner-gradient-blur-3 {
    width: 200px;
    height: 200px;
    top: 16%;
  }

  .banner-gradient-blur-4 {
    width: 160px;
    height: 160px;
    top: 3%;
  }

  .tab-menu-link {
    background-color: #0000;
    justify-content: space-between;
    align-items: center;
  }

  .tab-menu-link:hover {
    opacity: 1;
  }

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

  .location-bottom-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 40px;
  }

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

  .cta-footer-title {
    font-size: 30px;
  }

  .contact-form-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
  }

  .project-item {
    min-height: 480px;
  }

  .project-item-info-block.margin-right {
    min-height: auto;
    overflow: auto;
  }

  .flex-horizontal-gap-60 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .projects-collection-list {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .projects-collection-list.full-width {
    width: 80%;
  }

  .project-item-card-wrap {
    border-radius: 160px 20px;
    min-height: 380px;
  }

  .project-item-card-wrap.reverse {
    border-radius: 20px 160px;
  }

  .projects-collection-wrap {
    grid-row-gap: 40px;
  }

  .projects-collection-wrap.projects-grid-2-columns {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .hover-circle-wrapper-2 {
    display: none;
  }

  .gallery-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .project-image-left {
    border-radius: 20px 160px;
  }

  .project-image-right {
    border-radius: 160px 20px;
  }

  .images-banner-wrap {
    margin-top: 0;
  }

  .shop-collection-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .product-collection-item:nth-child(odd) {
    margin-bottom: 0;
  }

  .product-images-block {
    flex-flow: row-reverse;
  }

  .product-main-image {
    max-height: 460px;
  }

  .lightbox-main-image {
    height: 100%;
  }

  .zoom-wrapper {
    display: none;
  }

  .additional-product-images {
    width: 25%;
  }

  .images-collection-list {
    flex-flow: column;
    height: 100%;
  }

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

  .grid-3-columns {
    grid-row-gap: 50px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .input-row {
    flex-flow: column;
  }

  .summary-order-wrap {
    top: 90px;
  }

  .image-404 {
    width: 520px;
  }

  .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }

  .section-title-wrapper-2 {
    max-width: 37.5rem;
  }

  .services-collection-grid-2 {
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .section-subtitle-2 {
    margin-bottom: .9375rem;
  }

  .service-item-wrapper-2 {
    max-width: 100%;
  }

  .brands_component {
    flex-flow: column;
    display: flex;
  }

  .container-medium {
    max-width: none;
  }

  .brands_gradient {
    display: none;
  }

  .padding-global {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .button.dark.sticky {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button.dark.sticky.desktop {
    display: block;
  }
}

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

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 24px;
  }

  h6 {
    font-size: 18px;
  }

  blockquote {
    background-size: 28px;
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

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

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

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

  .section.shop-product-section {
    padding-top: 100px;
  }

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

  .section.contacts-banner, .section.project-template-section, .section.blog-post-section {
    padding-top: 100px;
  }

  .section.checkout-section {
    padding-top: 80px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    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: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

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

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

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

  .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-input {
    min-width: 240px;
  }

  .coming-soon-paragraph {
    max-width: 440px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-classic-post-date {
    margin-bottom: 10px;
  }

  .blog-template-pagination-icon {
    width: 28px;
  }

  .footer {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .footer.padding-top {
    padding-top: 60px;
  }

  .footer-bottom-wrapper {
    flex-flow: column;
  }

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

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

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

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

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

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

  .template-banner-wrapper.small-wrap {
    text-align: center;
  }

  .template-banner-wrapper.medium-wrap {
    text-align: center;
    width: 460px;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    width: 70%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .pricing-plan-price {
    font-size: 52px;
  }

  .accordion-list {
    padding-right: 0;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .contacts-form-title {
    margin-bottom: 30px;
  }

  .footer-wrapper {
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .footer-brand {
    padding-left: 0;
  }

  .search-result-item {
    margin-bottom: 20px;
  }

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

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .footer-brand-description {
    text-align: center;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .accordion-hero-wrapper {
    width: 100%;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .project-template-content {
    text-align: center;
    width: 100%;
  }

  .project-template-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    display: flex;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
  }

  .project-template-info-wrap {
    width: 30%;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .service-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

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

  .banner-section.home-2-banner {
    padding-bottom: 60px;
  }

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

  .team-member-name {
    font-size: 20px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .shop-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .shop-details-title {
    font-size: 36px;
  }

  .shop-details-block {
    margin-top: 60px;
    padding: 20px;
  }

  .details-page-title {
    font-size: 42px;
  }

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .form-block-contacts {
    width: 85%;
  }

  .button-wrapper-sg {
    margin-top: 20px;
  }

  .gradient-blur {
    width: 140px;
    height: 140px;
  }

  .gradient-blur.project {
    top: 15%;
  }

  .navbar-dropdown-list {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-dropdown-list.megamenu {
    padding-left: 40px;
  }

  .navbar-link {
    margin-left: 0;
  }

  .home-banner-image {
    object-position: 57% 50%;
  }

  .banner-title-light {
    font-size: 52px;
  }

  .banner-text-wrap {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .footer-form-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .useful-links-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .link-with-line.blog-post-link {
    bottom: 30px;
    left: 30px;
  }

  .banner-info-wrap {
    text-align: left;
  }

  .banner-content-wrap {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .banner-paragraph-description {
    text-align: center;
  }

  .service-title-item-wrap {
    min-height: 50px;
    margin-right: 70px;
  }

  .icon-wrap {
    min-width: 40px;
    min-height: 40px;
    top: 15px;
  }

  .h5-heading-link {
    font-size: 24px;
  }

  .service-item-description-wrap {
    min-height: auto;
  }

  .features-grid {
    flex-flow: column-reverse;
    grid-template-columns: 1fr;
    min-height: auto;
    display: flex;
  }

  .image-left-block, .image-left-block.our-mission-block {
    height: 380px;
  }

  .process-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .process-wrap {
    width: 80%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-item-info-wrap {
    min-height: auto;
  }

  .h4-heading-link {
    font-size: 28px;
  }

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

  .project-collection-item {
    justify-content: flex-start;
    align-items: center;
  }

  .project-collection-item.item-right {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .project-collection-item.tablet-item-width {
    width: 80%;
  }

  .flex-horizontal-gap-30 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .review-slide {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-slider-arrow {
    left: 39%;
  }

  .review-slider-arrow.right {
    right: 39%;
  }

  .blog-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    max-width: 100%;
  }

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

  .blog-item-text-wrap.tablet-width {
    width: 100%;
  }

  .blog-item-content.horizontal {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .cta-block {
    border-radius: 20px;
    min-height: 320px;
    padding: 20px 20px 30px;
  }

  .cta-title-wrapper {
    max-width: 460px;
  }

  .cta-title {
    font-size: 30px;
  }

  .section-title-wrap-with-button {
    margin-bottom: 40px;
  }

  .banner-title-dark {
    font-size: 44px;
  }

  .image-block {
    grid-template-columns: auto;
    min-height: 380px;
  }

  .loop-bottom-con {
    padding-top: 0;
    padding-bottom: 0;
  }

  .banner-gradient-blur-1, .banner-gradient-blur-2 {
    width: 140px;
    height: 140px;
  }

  .banner-slider-home-3 {
    width: 94%;
    position: static;
    inset: auto 0% 0%;
  }

  .banner-slide {
    width: 100%;
  }

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

  .no-shrink-footer.full-mobile, .work-steps-container {
    width: 100%;
  }

  .number-item-title {
    height: 85px;
    font-size: 70px;
  }

  .numbers-wrapper-large {
    grid-row-gap: 50px;
    justify-content: center;
  }

  .number-item {
    width: 100%;
    padding-right: 40px;
  }

  .text-animation-item {
    height: 85px;
  }

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

  .features-img-wrap {
    margin-bottom: 20px;
  }

  .img-sticker-top {
    width: 100px;
    top: -10px;
    right: -35px;
  }

  .img-sticker-bottom {
    width: 100px;
    bottom: -10px;
    left: -35px;
  }

  .features-grid-block {
    flex-flow: column;
  }

  .team-item {
    width: 48%;
  }

  .image-cover-2 {
    object-position: 50% 35%;
  }

  .lightbox-gallery-block {
    flex-flow: wrap;
  }

  .lightbox-gallery-block.bottom-block {
    flex-flow: row-reverse wrap-reverse;
  }

  .small-gallery-img-wrap {
    width: 48%;
  }

  .large-gallery-img-wrap, .medium-gallery-img-wrap {
    width: 100%;
  }

  .services-collection-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-animation-item-light {
    height: 85px;
  }

  .service-number-item {
    width: 100%;
    padding-right: 40px;
  }

  .service-number-item.pack-item {
    justify-content: flex-start;
    align-items: center;
    width: 44%;
    padding-right: 0;
  }

  .service-number-item.project-feature-item {
    width: 44%;
    padding-right: 0;
  }

  .text-wrap {
    min-height: auto;
    margin-bottom: 20px;
  }

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

  .section-title-wrap-with-button-copy {
    margin-bottom: 40px;
  }

  .step-item {
    width: 80%;
    min-height: auto;
  }

  .step-content {
    grid-row-gap: 40px;
  }

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

  .steps-wrap {
    grid-row-gap: 40px;
    padding-left: 0;
  }

  .service-slide {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-person {
    width: 70px;
    height: 70px;
  }

  .grid-wrap {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .content-banner-wrapper, .process-image-wrapper-2, .process-content-2 {
    width: 100%;
  }

  .process-rows-wrap {
    align-items: center;
  }

  .row {
    align-items: stretch;
  }

  .process-heading-wrap {
    min-width: auto;
  }

  .process-img-wrap {
    align-items: center;
    width: 45%;
  }

  .process-content-wrap {
    width: 55%;
  }

  .pricing-title-wrap, .top-pricing-wrap {
    min-height: auto;
  }

  .pricing-plan-text-wrap {
    min-height: auto;
    margin-bottom: 20px;
  }

  .services-list-wrapper {
    justify-content: center;
  }

  .banner-gradient-blur-3 {
    top: 12%;
    left: 3%;
  }

  .banner-gradient-blur-4.mobile-hidden {
    display: none;
  }

  .faq-tab-title-wrapper {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .location-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-footer-title {
    font-size: 24px;
  }

  .contact-form-grid {
    flex-flow: column-reverse;
  }

  .project-item-info-block {
    min-height: auto;
  }

  .flex-horizontal-gap-60 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .projects-collection-list, .projects-collection-list.full-width {
    width: 100%;
  }

  .project-location-link {
    margin-top: 0;
    font-size: 16px;
  }

  .banner-images-wrap {
    grid-template-columns: 1fr;
    position: static;
  }

  .info-text {
    margin-top: 0;
    font-size: 16px;
  }

  .project-service-collection-link {
    margin-top: 0;
  }

  .blog-description {
    font-size: 16px;
  }

  .blog-template-img-wrap {
    margin-bottom: 15px;
  }

  .shop-collection-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-collection-item:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .img-card {
    background-position: 50% 20%;
  }

  .dynamic-price {
    align-items: flex-start;
    margin-top: 10px;
  }

  .info-product-card {
    grid-template-columns: 1fr;
    justify-items: start;
    min-height: auto;
  }

  .additional-product-images {
    width: 30%;
  }

  .input-row {
    flex-flow: row;
  }

  .image-404 {
    width: 460px;
  }

  .brand-link {
    padding-left: 0;
  }

  .promotion-label-left {
    max-width: 300px;
  }

  .section-title-wrapper-2 {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }

  .service-title-item-wrap-2 {
    min-height: 3.125rem;
    margin-right: 4.375rem;
  }

  .services-collection-grid-2 {
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .service-item-description-wrap-2 {
    min-height: auto;
  }

  .h5-heading-link-2 {
    font-size: 1.5rem;
  }

  .section-2 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .section-2.without-bottom-spacing.nottom-spacing {
    padding-bottom: 3.75rem;
  }

  .paragraph-large-2 {
    font-size: 1.125rem;
  }

  .heading-style-h4 {
    -webkit-text-stroke-width: 0px;
  }

  .brands_item-logo-wrap {
    width: 12rem;
  }

  .text-style-label {
    font-size: 1rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (max-width: 479px) {
  .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%;
  }

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

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .utility-page-content {
    width: 100%;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-post-image {
    height: 530px;
  }

  .blog-classic-bottom-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

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

  .footer-copyright {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .template-banner-wrapper.small-wrap, .template-banner-wrapper.medium-wrap, .pricing-plans-wrapper {
    width: 100%;
  }

  .pricing-plan-item {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-brand-wrapper {
    flex-direction: column;
    max-width: none;
  }

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

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

  .project-template-info {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .project-template-info-wrap {
    width: 100%;
  }

  .project-template-social-icons {
    justify-content: center;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--gray-50);
    border-bottom-width: 1px;
    border-bottom-color: var(--gray-50);
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .service-wrapper {
    max-width: 100%;
  }

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

  .our-services-wrap {
    width: 100%;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .home-9-team-item, .home-23-team-item {
    width: 100%;
  }

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

  .brand-tablet {
    padding-left: 0;
  }

  .footer-rights-wrapper {
    grid-row-gap: 5px;
    justify-content: center;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .form-block-contacts {
    width: 100%;
  }

  .footer-licensing-link {
    text-align: center;
    justify-content: center;
    line-height: 1.6em;
  }

  .navbar-dropdown-list.megamenu {
    padding-right: 0;
  }

  .remove-button {
    margin-top: 10px;
    font-size: 16px;
  }

  .brand-image {
    width: 100px;
  }

  .cart-quantity-right {
    margin-bottom: 0;
  }

  .cart-item {
    flex-flow: row;
  }

  .navbar-link {
    width: 99%;
  }

  .navbar-link.hidden {
    display: none;
  }

  .cart-price {
    margin-bottom: 5px;
  }

  .cart-image {
    width: 100px;
    min-height: 100%;
  }

  .banner-title-light {
    font-size: 40px;
  }

  .banner-text-wrap {
    max-width: 100%;
  }

  .footer-form-wrapper {
    align-items: center;
  }

  .useful-links-wrap {
    flex-flow: wrap;
  }

  .dual-buttons-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 30px;
  }

  .link-with-line.blog-post-link {
    left: 20px;
  }

  .banner-info-wrap {
    max-width: 100%;
    height: auto;
  }

  .button-with-arrow.project-button {
    position: static;
  }

  .banner-paragraph-description {
    width: auto;
    max-width: 100%;
  }

  .service-title-item-wrap {
    margin-right: 95px;
  }

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

  .image-left-block {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .gap-10.mobile-text-center {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .gap-10.mobile-wrap-down {
    flex-flow: wrap;
  }

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

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

  .process-wrap {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .project-collection-item.tablet-item-width {
    width: 100%;
  }

  .project-card {
    min-height: 350px;
    padding: 24px;
  }

  .review-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .review-slider-arrow {
    left: 32%;
  }

  .review-slider-arrow.right {
    right: 32%;
  }

  .cta-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-height: auto;
  }

  .cta-title {
    font-size: 22px;
  }

  .image-block {
    grid-template-columns: 100%;
  }

  .loop-bottom-con, .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .form-field {
    flex-flow: column;
    align-items: center;
  }

  .input {
    max-width: 100%;
    padding-right: 30px;
  }

  .banner-slider-home-3 {
    width: 92%;
  }

  .scroll-banner-3-link {
    display: none;
  }

  .no-shrink-footer {
    width: 100%;
  }

  .work-steps-container {
    padding: 20px;
  }

  .number-item {
    width: 100%;
  }

  .team-flex-wrapper {
    flex-flow: column;
  }

  .team-item {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-1-text-wrap {
    max-width: 100%;
  }

  .hover-circle-wrapper {
    padding: 40px;
  }

  .small-gallery-img-wrap {
    width: 100%;
  }

  .services-collection-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .service-number-item, .service-number-item.pack-item, .service-number-item.project-feature-item, .step-item {
    width: 100%;
  }

  .step-circle {
    display: none;
  }

  .steps-items {
    grid-template-columns: auto;
    width: 100%;
    padding-left: 0;
  }

  .steps-sticky-card {
    min-width: auto;
    max-height: 400px;
  }

  .steps-tracker {
    display: none;
  }

  .steps-items-wrapper {
    grid-template-columns: auto;
  }

  .steps-wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .service-slide {
    padding-left: 0;
    padding-right: 0;
  }

  .author-wrap {
    flex-flow: column;
  }

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

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

  .process-img-wrap, .process-content-wrap {
    width: 100%;
  }

  .pricing-plan-text-wrap {
    margin-bottom: 10px;
  }

  .img-icon, .block-animation-light-small {
    height: 50px;
  }

  .services-list-wrapper {
    grid-row-gap: 50px;
  }

  .banner-gradient-blur-3, .banner-gradient-blur-4 {
    top: 16%;
  }

  .faq-tabs-menu {
    flex-flow: wrap;
  }

  .location-bottom-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .location-wrap {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .project-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    min-height: auto;
  }

  .project-item-info-block {
    width: 100%;
    position: static;
  }

  .project-item-info-block.margin-left {
    margin-left: 0;
  }

  .project-item-info-block.margin-right {
    margin-right: 0;
  }

  .project-item-content {
    width: 100%;
  }

  .hover-circle-wrapper-2 {
    padding: 40px;
  }

  .gallery-grid {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr 1fr;
  }

  .project-image-left, .project-image-right {
    min-height: 380px;
  }

  .card-image {
    height: 360px;
  }

  .cart-container {
    border-radius: 0;
  }

  .cart-info-block {
    margin-left: 0;
    margin-right: 10px;
  }

  .cart-block-full-width {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-left: 15px;
  }

  .product-images-block {
    flex-flow: column;
  }

  .additional-product-images {
    width: 100%;
  }

  .images-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

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

  .bottom-buttons-wrap {
    flex-flow: wrap;
  }

  .block-header {
    flex-flow: wrap;
    padding-bottom: 10px;
  }

  .cart-img {
    width: 90px;
  }

  .input-row {
    flex-flow: column;
  }

  .product-title-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .order-item {
    flex-flow: row;
  }

  .order-text-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    padding-left: 15px;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }

  .service-title-item-wrap-2 {
    margin-right: 5.9375rem;
  }

  .services-collection-grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .heading {
    font-size: 1.75rem;
  }

  .button.dark.sticky {
    border-radius: 10em;
    width: 60px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    bottom: 3%;
    right: 3%;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_3b3fc9a1-97f6-cd37-d222-86ad7245bf63-634f2c73 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c76-634f2c73 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3b3fc9a1-97f6-cd37-d222-86ad7245bf63-634f2c73 {
    grid-area: 2 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-daf981fd-9b17-a0fb-7466-2c35634f2c76-634f2c73 {
    grid-column-end: 2;
  }
}


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