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

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

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

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

:root {
  --headline: #009ec6;
  --paragraph: #676e78;
  --green: #4b676f;
  --primary: #01596f;
  --light-bg: #fafafa;
  --dark-green: #384f58;
  --white: white;
  --white-30: #ffffff4d;
  --headline-10: #2833371a;
  --dark-gray\<deleted\|variable-e2382e90\>: #afafaf;
  --black\<deleted\|variable-66bd1c0d\>: black;
  --elipse-color: #46636d;
  --white-20: #fff3;
  --transperent: #0000;
}

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

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

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 0;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  color: #3898ec;
  text-align: center;
  background-color: #fff;
  border-radius: 9px;
  min-width: 18px;
  height: 18px;
  margin-left: 8px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.w-commerce-commercecartcontainerwrapper {
  z-index: 1001;
  background-color: #000c;
  position: fixed;
  inset: 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% auto auto 0;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  background-color: #0000;
  position: absolute;
  inset: 100% 0 auto auto;
}

.w-commerce-commercecartcontainer {
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  overflow: auto;
  box-shadow: 0 5px 25px #00000040;
}

.w-commerce-commercecartheader {
  border-bottom: 1px solid #e6e6e6;
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
  position: relative;
}

.w-commerce-commercecartheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.w-commerce-commercecartform {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecartlist {
  -webkit-overflow-scrolling: touch;
  flex: 1;
  padding: 12px 24px;
  overflow: auto;
}

.w-commerce-commercecartitem {
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  flex-direction: column;
  flex: 1;
  margin-left: 16px;
  margin-right: 16px;
  display: flex;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 60px;
  height: 38px;
  margin-bottom: 10px;
  padding: 8px 6px 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  border-top: 1px solid #e6e6e6;
  flex-direction: column;
  flex: none;
  padding: 16px 24px 24px;
  display: flex;
}

.w-commerce-commercecartlineitem {
  flex: none;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  display: flex;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecartcheckoutbutton {
  color: #fff;
  cursor: pointer;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartemptystate {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.w-commerce-commercecarterrorstate {
  background-color: #ffdede;
  flex: none;
  margin: 0 24px 24px;
  padding: 10px;
}

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

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown, .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: fixed;
    inset: 0;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }
}

body {
  color: var(--headline);
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

h1 {
  color: var(--headline);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1em;
}

h2 {
  color: var(--headline);
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--headline);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
}

h4 {
  color: var(--headline);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1em;
}

h5 {
  color: var(--headline);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1em;
}

h6 {
  color: var(--headline);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6em;
}

p {
  color: var(--paragraph);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-weight: 400;
  line-height: 1.6em;
}

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

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

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

li {
  align-items: center;
  font-family: Inter Tight, sans-serif;
  line-height: 1.6em;
}

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

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

strong {
  font-weight: bold;
}

blockquote {
  background-image: url('../images/Build-1_1Build (1).webp');
}

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

.section.light-background {
  padding-top: 150px;
}

.section.banner {
  background-color: var(--primary);
  flex-direction: row;
  align-items: center;
  min-height: 450px;
  display: flex;
}

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

.section.changelog-banner {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.inner-banner-section {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 150px;
  display: flex;
}

.section.banner-our-team {
  background-image: linear-gradient(to bottom, var(--primary), var(--primary));
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 150px;
  display: flex;
}

.section.banner-our-process {
  background-image: linear-gradient(#28333780, #28333780), url('../images/sean-pollock-PhYq704ffdA-unsplash-1_1sean-pollock-PhYq704ffdA-unsplash (1).webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 150px;
  display: flex;
}

.section.banner-career {
  background-color: var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.section.banner-career.navigation-padding {
  margin-top: 0;
}

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

.section.pricing-banner {
  background-image: linear-gradient(to bottom, var(--primary), var(--primary));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 150px;
  display: flex;
}

.section.dark-background.is-header {
  padding-top: 150px;
}

.section.contacts-banner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 150px;
  display: flex;
}

.section.banner-customers {
  background-color: var(--primary);
  background-image: url('../images/Contents-1.png');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 150px;
  display: flex;
}

.section.banner-testimonials {
  background-color: var(--primary);
  flex-direction: column;
  align-items: center;
  padding-top: 150px;
  display: flex;
}

.section.portfolio-grid-banner {
  background-color: var(--primary);
  justify-content: center;
  align-items: center;
  min-height: 450px;
  padding-top: 150px;
  display: flex;
}

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

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

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

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

.section.get-started-section {
  padding-top: 70px;
  padding-bottom: 0;
  overflow: hidden;
}

.section.map-bg {
  background-image: url('../images/Contents-1.png');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: 98%;
}

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

.section.bottom-section-space-70 {
  padding-bottom: 70px;
}

.section.number-section {
  background-image: linear-gradient(#28333780, #28333780), url('../images/About-Mail-Image_1About Mail Image.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-top: 0;
  padding-bottom: 0;
}

.section.banner-why-choose-us {
  background-image: linear-gradient(#28333780, #28333780), url('../images/charles-forerunner-3fPXt37X6UQ-unsplash-1_1charles-forerunner-3fPXt37X6UQ-unsplash (1).webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto;
  background-attachment: scroll, fixed;
  padding-top: 150px;
}

.section.section-our-partners {
  background-image: linear-gradient(to bottom, var(--primary), var(--primary));
  padding-top: 0;
}

.section.faq-banner {
  background-image: linear-gradient(#28333780, #28333780), url('../images/charles-forerunner-3fPXt37X6UQ-unsplash-1_1charles-forerunner-3fPXt37X6UQ-unsplash (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 150px;
}

.section.service-list-banner {
  padding-bottom: 0;
}

.section.gallery-section {
  background-color: var(--primary);
  padding-top: 0;
  padding-bottom: 0;
}

.section.project-detail-banner {
  padding-top: 180px;
  padding-bottom: 0;
}

.section.blog-detail-section {
  padding-top: 150px;
}

.section.checkout {
  background-color: var(--light-bg);
  padding-top: 160px;
}

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

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

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

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

.base-container.dark-background {
  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: 100%;
  display: flex;
}

.grid-description {
  border-bottom: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  justify-content: 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-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

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

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

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

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

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

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

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

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

.colors-wrapper {
  margin-right: 60px;
}

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

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

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

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

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

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

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

.headings-typography-wrapper.middle {
  margin-right: 0;
}

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

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

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

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

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

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

.primary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: left;
  border-radius: 58px;
  padding: 8px 14px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
  transition: color .3s, background-color .3s;
  display: flex;
}

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

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

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

.primary-button.align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

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

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

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

.link-wrapper {
  width: 50%;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: fixed;
}

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

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

.menu-button {
  flex: none;
}

.nav-link {
  color: var(--white);
  padding: 10px 18px;
  font-size: 18px;
  font-weight: 500;
}

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

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

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

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

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

.nav-link.nav-link-hidden {
  display: none;
}

.nav-dropdown {
  margin-left: 0;
}

.nav-dropdown-toggle {
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 18px;
}

.nav-dropdown-icon {
  font-size: 16px;
  display: none;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #0000002e;
  width: 200px;
  padding: 15px 20px;
}

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

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

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

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

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

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

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

.close-menu-button.w--open {
  z-index: 999;
  filter: contrast(200%) invert();
  background-color: #fff0;
  position: absolute;
  inset: 10px 25px auto auto;
}

.nav-item-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  transition: color .3s;
}

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

.nav-item-title.text-dark:hover {
  color: var(--green);
}

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

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

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

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

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

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

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

.licensing-image-link {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

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

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

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

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

.banner-title.leadership-title-banner {
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 40px;
}

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

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

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

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

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

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

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}

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

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 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(--headline-10);
  border-radius: 12px;
  min-width: 280px;
  min-height: 60px;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.6em;
}

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

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

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

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

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

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

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

.coming-soon-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 690px;
  display: flex;
}

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

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

.coming-soon-input {
  border: 1px solid var(--headline-10);
  border-radius: 12px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 12px 24px;
}

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

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

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

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

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

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

.nav-menu-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.blog-sidebar-post-category {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 30px;
  margin-bottom: 24px;
  padding: 8px 14px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: var(--white);
  color: var(--primary);
}

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

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 450px;
}

.blog-template-date {
  margin-top: 30px;
  margin-bottom: 40px;
  font-weight: 600;
}

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

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

.next-post-arrow {
  color: var(--primary);
  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;
}

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

.footer-bottom-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer-rights {
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}

.footer-copyright {
  color: var(--white);
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.section-title-wrapper {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-card {
  border: 1px solid var(--headline-10);
  border-radius: 12px;
}

.team-card-image {
  width: 100%;
  min-width: 100%;
  height: 310px;
  color: var(--primary);
  object-fit: cover;
  object-position: 50% 0%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.team-card-content-wrapper {
  background-color: var(--light-bg);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 20px;
  display: flex;
}

.team-member-position {
  color: var(--primary);
  font-size: 16px;
}

.team-social-links-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.team-social-icon {
  color: var(--primary);
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

.team-grid-large {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 50px;
}

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

.process-image-wrapper {
  border-radius: 12px;
  width: 45%;
}

.process-content {
  width: 45%;
}

.process-content.reverse {
  padding-right: 70px;
}

.process-number-wrapper {
  flex: 1;
  max-width: 20%;
  padding-left: 70px;
  padding-right: 70px;
}

.process-number-wrapper.reverse {
  flex: none;
  padding-left: 0;
}

.process-number {
  color: var(--primary);
  font-size: 66px;
  line-height: 1;
}

.process-paragraph {
  margin-top: 24px;
}

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

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

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

.text-button-icon {
  margin-top: 2px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.2;
}

.process-image {
  border-radius: 12px;
  min-height: 320px;
}

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

.values-image-wrapper {
  border-radius: 12px;
  width: 50%;
}

.values-content-wrapper {
  width: 50%;
  padding-left: 100px;
}

.values-counter-wrapper {
  border-top: 1px solid var(--headline-10);
  margin-top: 20px;
  padding-top: 30px;
  display: flex;
}

.values-counter-item {
  border: 1px solid var(--headline-10);
  background-color: var(--light-bg);
  border-radius: 12px;
  width: 50%;
  margin-right: 30px;
  padding: 20px;
}

.values-counter-item.last-child {
  order: 1;
  margin-right: 0;
}

.values-counter-number {
  color: var(--primary);
  margin-bottom: 15px;
}

.career-list-item-wrapper {
  border: 1px solid var(--headline-10);
  background-color: var(--light-bg);
  border-radius: 12px;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 35px;
  display: flex;
}

.career-button-wrapper {
  text-align: right;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-large {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.paragraph-large.margin-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.career-customer-item {
  opacity: .5;
  transition: all .3s;
}

.career-customer-item:hover {
  opacity: 1;
}

.career-customers-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  place-content: center;
  place-items: center;
  width: 100%;
  min-height: 100px;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 760px;
  padding-top: 120px;
  display: flex;
}

.banner-title-wrapper.align-left {
  align-items: flex-start;
}

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

.banner-description {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 18px;
}

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

.comparing-table-wrapper, .comparing-table-plans-wrapper {
  width: 100%;
  display: flex;
}

.comparing-table-plan-title {
  background-color: var(--primary);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-plan {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 33.33%;
  margin-right: 20px;
  transition: all .3s;
}

.comparing-table-plan:hover {
  box-shadow: 0 0 30px #1b354626;
}

.comparing-table-plan.last-child {
  margin-right: 0;
}

.comparing-table-content-wrapper {
  border: 1px solid #d7e5ee;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.comparing-table-content-item {
  text-align: center;
  border-bottom: 1px solid #d7e5ee;
  padding-top: 10px;
  padding-bottom: 10px;
}

.comparing-table-content-item.big-item {
  padding-top: 20px;
  padding-bottom: 20px;
}

.comparing-table-button-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.play-button {
  z-index: 5;
  background-color: var(--white-30);
  border-radius: 110px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  transition: transform .7s;
  display: flex;
  position: absolute;
}

.play-button:hover {
  width: 100px;
  transform: scale(.8);
}

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

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

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

.accordion-wrapper {
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  width: 100%;
  margin-bottom: 20px;
  padding: 20px;
  position: static;
  box-shadow: 0 0 20px #0000000f;
}

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

.accordion-wrap {
  width: 50%;
  margin-right: 20px;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

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

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

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

.link-with-icon {
  justify-content: flex-start;
  transition: color .3s;
  display: flex;
}

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

.job-position-content-wrapper {
  width: 70%;
  padding-right: 70px;
}

.job-position-sidebar-wrapper {
  background-color: var(--primary);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  padding: 30px 40px 40px;
  display: flex;
  box-shadow: 0 0 20px #0000000f;
}

.job-position-sidebar-wrap {
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

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

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

.contacts-wrapper {
  z-index: 2;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-form-wrapper {
  background-color: var(--light-bg);
  border-radius: 12px;
  width: 50%;
  margin-left: 40px;
  padding: 40px;
}

.contacts-divider {
  background-color: var(--white-30);
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.contacts-detail {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

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

.contacts-icon.is-footer {
  color: var(--headline);
}

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

.hidden {
  display: none;
}

.contacts-textarea {
  border: 1px solid var(--headline-10);
  border-radius: 12px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  max-height: 100%;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
}

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

.contacts-textarea::placeholder {
  color: var(--primary);
  font-size: 16px;
  line-height: 1em;
}

.contacts-input {
  border: 1px solid var(--headline-10);
  background-color: var(--white);
  border-radius: 12px;
  height: auto;
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1em;
  transition: all .2s;
}

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

.contacts-input::placeholder {
  color: var(--primary);
  font-size: 16px;
  line-height: 1em;
}

.contacts-input.is-textfield {
  height: 200px;
}

.contacts-form-title {
  text-align: center;
  margin-bottom: 30px;
}

.contacts-title {
  margin-bottom: 24px;
}

.footer-link {
  color: var(--dark-green);
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
}

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

.footer-link.w--current {
  color: var(--headline);
  font-size: 18px;
  font-weight: 500;
}

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

.footer-link.small {
  font-size: 14px;
}

.footer-wrapper {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.white-text {
  color: #fff;
}

.white-text.mb-15 {
  font-size: 20px;
  line-height: 1.6em;
}

.footer-brand-wrapper {
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 31%;
  display: flex;
}

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

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

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

.footer-logo {
  height: 70px;
}

.search-wrap-input {
  height: 60px;
  color: var(--headline);
  background-color: #0000;
  border: 1px solid #0000;
  margin-bottom: 0;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

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

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

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

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

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

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

.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(--headline-10);
  border-radius: 12px;
  height: auto;
  margin-bottom: 0;
  padding: 14px 22px;
  font-size: 16px;
  line-height: 1em;
}

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

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

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

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

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

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

.customer-wrapper {
  border: 1px solid var(--headline-10);
  background-color: var(--white);
  text-align: center;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  transition: all .3s;
  display: flex;
}

.customer-wrapper:hover {
  background-color: var(--light-bg);
  opacity: 1;
}

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

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

.service-details-content-wrapper {
  width: 70%;
  margin-right: 40px;
}

.service-details-sidebar-wrapper {
  background-color: var(--primary);
  border-radius: 12px;
  width: 30%;
  padding: 20px 10px 30px;
  position: sticky;
  top: 100px;
  box-shadow: 0 0 20px #0000001a;
}

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

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

.button-wrapper {
  margin-top: 24px;
}

.service-list-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1445px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: grid;
}

.service-list-item-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 470px;
}

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

.service-list-item-content-wrapper {
  background-color: #28333799;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-list-item-title {
  color: var(--white);
  text-transform: capitalize;
  transition: color .3s;
}

.service-list-item-title:hover {
  color: var(--green);
}

.service-list-item-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.service-list-item-description {
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 40px;
}

.service-list-item-title-wrapper {
  text-align: center;
}

.overflow-hidden {
  overflow: hidden;
}

.service-list-banner {
  justify-content: center;
  align-items: center;
  padding-top: 150px;
  display: flex;
  overflow: hidden;
}

.primary-button-white {
  background-color: var(--white);
  color: var(--headline);
  text-align: left;
  background-image: url('../images/Icon-Button-Dark.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 68px;
  align-items: center;
  padding: 8px 14px 8px 34px;
  line-height: 1.6em;
  transition: color .3s, background-color .3s;
}

.primary-button-white:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--white);
  background-image: url('../images/Icon-Button-.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: auto;
}

.primary-button-white.button-with-borders {
  border: 1px solid var(--white);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 14px;
}

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

.testimonials-slider-image {
  object-fit: cover;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  display: block;
}

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

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

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

.section-with-blue-background {
  background-color: var(--primary);
  padding-top: 80px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.about-3-form-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.portfolio-grid-image {
  object-fit: cover;
  border-radius: 12px 12px 14px 14px;
  width: 100%;
  height: 100%;
}

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

.portfolio-grid-title-wrapper {
  border: 1px solid var(--headline-10);
  background-color: var(--white);
  border-radius: 0 0 12px 12px;
  flex-direction: column;
  width: 100%;
  min-height: 150px;
  padding: 30px 40px;
  display: flex;
  position: absolute;
  box-shadow: 0 10px 30px #00000014;
}

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

.project-template-info {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
}

.project-template-info-wrap {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 30px;
  display: flex;
}

.project-template-info-wrap.last-child {
  flex-direction: column;
  margin-bottom: 0;
}

.project-template-social-icons {
  display: flex;
}

.project-template-social-link {
  border: 1px solid var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  background-color: var(--primary);
  color: var(--white);
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-template-banner-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 960px;
  height: 450px;
}

.project-pagination-wrapper {
  border-top: 1px solid var(--headline-10);
  align-items: stretch;
  display: flex;
}

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

.project-template-images-list {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: flex;
}

.project-template-image {
  object-fit: cover;
  width: 100%;
  height: 350px;
  transition: transform .45s;
}

.project-template-image:hover {
  transform: scale(1.2);
}

.project-template-empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

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

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

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

.home-banner-section {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  background-image: url('../images/chevron-right.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 58px;
  padding: 8px 34px 8px 14px;
  line-height: 1.6em;
  transition: color .3s, background-color .3s;
}

.secondary-button:hover {
  background-color: var(--white);
  color: var(--primary);
  background-image: url('../images/chevron-right-1.svg');
  background-position: 95%;
  background-size: auto;
}

.home-video-wrapper {
  z-index: 10;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Rectangle-824-1_1Rectangle 824 (1).webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
  position: relative;
  overflow: visible;
}

.home-testimonials-mask {
  width: 60%;
  overflow: visible;
}

.testimonials-slider-position {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.testimonials-slider-author {
  align-items: center;
  display: flex;
}

.home-testimonials-slider-arrow {
  border: 1px solid var(--headline-10);
  background-image: url('../images/arrow-left-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  margin-right: 50px;
  transition: background-color .3s;
  inset: auto 15px 0% auto;
}

.home-testimonials-slider-arrow:hover {
  background-color: var(--headline-10);
}

.home-testimonials-slider-arrow.right {
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-size: auto;
  margin-right: 0;
}

.home-testimonials-slider-arrow.gark-arrow {
  filter: contrast(200%) invert();
}

.home-testimonials-slider-arrow.left {
  background-image: url('../images/arrow-left-1.svg');
  margin-left: 0;
  margin-right: 10px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.home-testimonials-slider-arrow.right-center {
  background-image: url('../images/arrow-left.svg');
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.home-testimonials-slider {
  background-color: #0000;
  height: auto;
  margin-left: 15px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonials-text-wrapper {
  grid-row-gap: 24px;
  border: 1px solid var(--headline-10);
  background-color: var(--light-bg);
  border-radius: 12px;
  flex-direction: column;
  padding: 32px;
  display: flex;
  box-shadow: 0 0 30px #0f5cfa0f;
}

.gray-paragraph {
  color: var(--dark-gray\<deleted\|variable-e2382e90\>);
}

.semi-bold-paragraph {
  color: var(--white);
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.semi-bold-paragraph.text-green {
  color: var(--green);
}

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

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

.map-wrapper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.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-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.news-collection {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

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

.banner-section {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: auto;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}

.courses-collection {
  width: 100%;
}

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

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

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

.portfolio-grid-image-link {
  border-radius: 12px;
  width: 100%;
  height: 450px;
}

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

.projects-slider-mask {
  width: 47.7%;
  height: 100%;
  overflow: visible;
}

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

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

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

.project-button-link {
  width: 40%;
  color: var(--headline);
  justify-content: center;
  display: flex;
}

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

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.project-next-button-link-icon {
  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);
  justify-content: center;
  display: flex;
}

.testimonial-text {
  font-family: Roboto, sans-serif;
  line-height: 1.5em;
}

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

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

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

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

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

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

.collection-title {
  transition: color .3s;
}

.collection-title:hover {
  color: var(--green);
}

.image-gallery {
  object-fit: cover;
  width: 100%;
  height: 400px;
  transition: transform .4s;
}

.image-gallery:hover {
  transform: scale(1.2);
}

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

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

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

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

.rich-text-style h3 {
  margin-top: 24px;
  margin-bottom: 16px;
}

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

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

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

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

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

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

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

.brand-tablet {
  display: none;
}

.brand {
  flex: 0 auto;
  padding-bottom: 0;
}

.brand.w--current {
  padding-bottom: 10px;
}

.heading-hover {
  margin-bottom: 16px;
  transition: color .3s;
}

.heading-hover:hover {
  color: var(--green);
}

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

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

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

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

.grid-header {
  margin-top: 55px;
}

.main-style-guide-body-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 47%;
  margin-right: 40px;
  display: flex;
}

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

.style-guide-tab-link {
  border-top: 1px solid var(--black\<deleted\|variable-66bd1c0d\>);
  border-right: 1px solid var(--black\<deleted\|variable-66bd1c0d\>);
  border-bottom: 1px solid var(--black\<deleted\|variable-66bd1c0d\>);
  background-color: var(--white);
  letter-spacing: 2.4px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

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

.style-guide-tabs-menu {
  border-left: 1px solid var(--black\<deleted\|variable-66bd1c0d\>);
  margin-bottom: 80px;
  display: flex;
}

.grid-title {
  background-color: var(--headline);
  color: #fff;
  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(--headline);
  border-left-style: solid;
  border-left-color: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

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

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

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

.primary-button-black {
  border: 1px solid var(--headline);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 68px;
  align-items: center;
  padding: 8px 15px;
  font-size: 16px;
  line-height: 1.6em;
  transition: all .3s;
}

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

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

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

.primary-button-black.checkout {
  border-radius: 5px;
}

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

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

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

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

.landing-banner-title {
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 70px;
}

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

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

.landing-inner-page-item {
  text-align: center;
  background-color: #0000;
  width: 100%;
  padding: 6px;
}

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

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

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

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

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

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

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

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

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

.landing-section-title {
  width: 70%;
  margin: 0 auto;
}

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

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

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

.landing-inner-page-title {
  text-transform: none;
  transition: color .3s;
}

.landing-inner-page-title:hover {
  color: var(--green);
}

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

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

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

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

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

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

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

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

.shop-tabs {
  width: 100%;
}

.shop-list-image {
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 400px;
  transition: transform .9s;
  box-shadow: 7px 7px 50px #0000000d;
}

.shop-list-image:hover {
  transform: scale(1.06);
}

.shop-links-wrapper {
  margin-bottom: 10px;
  position: relative;
}

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

.shop-item-price-on-sale {
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
}

.shop-collection-list-wrapper {
  z-index: 999;
  width: 100%;
  position: relative;
}

.sessions-tab-link {
  border: 1px solid var(--headline-10);
  background-color: var(--light-bg);
  color: var(--headline);
  border-radius: 68px;
  padding: 8px 14px;
  font-size: 18px;
  font-weight: 600;
}

.sessions-tab-link.w--current {
  background-color: var(--primary);
  color: #fff;
  background-image: url('../images/Icon-Button-.svg');
  background-position: 14px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 68px;
  padding: 8px 14px 8px 34px;
  display: flex;
}

.main-shop-list-item {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.shop-category-tabs-content {
  overflow: visible;
}

.shop-category-tabs {
  width: 100%;
}

.shop-tabs-menu {
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
  display: flex;
}

.shop-item-price {
  font-size: 18px;
  font-weight: 600;
}

.shop-price-wrapper {
  grid-column-gap: 15px;
  flex-flow: wrap;
  margin-left: auto;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.shop-link-block {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.shop-details-block {
  grid-row-gap: 25px;
  border: 1px solid var(--headline-10);
  background-color: var(--light-bg);
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  margin-top: 80px;
  padding: 50px;
  display: flex;
  box-shadow: 0 10px 50px #0000000d;
}

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

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

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

.position-relative {
  position: relative;
}

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

.success-message {
  max-width: 100%;
  color: var(--primary);
  text-align: left;
  background-color: #0000;
  margin-top: 24px;
  padding: 0;
}

.error-message {
  color: #ffa3a3;
  text-align: left;
  background-color: #0000;
  max-width: 315px;
  padding: 0;
}

.form-contacts {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.button-white {
  border: 1px solid var(--white);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 68px;
  font-weight: 600;
  line-height: 1.6em;
  transition: color .3s, background-color .3s, border-color .3s;
}

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

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

.block-quote {
  text-align: center;
  background-image: url('../images/Stars.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  border-left: 0 solid #000;
  margin-top: 10px;
  padding-top: 34px;
  font-family: Inter Tight, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

.image-2 {
  width: 80px;
  height: auto;
}

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

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

.header-buttons-wrapper {
  grid-column-gap: 12px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

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

.elipse {
  background-color: var(--elipse-color);
  filter: blur(250px);
  border-radius: 90%;
  width: 830px;
  height: 830px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -30% 0% 0%;
}

.elipse.medium-elipse {
  width: 550px;
  height: 550px;
}

.line {
  background-color: var(--white-20);
  width: .8px;
  height: 100%;
}

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

.line-wrapper {
  z-index: 0;
  justify-content: space-around;
  display: flex;
  position: absolute;
  inset: 0%;
}

.line-wrapper.bottom-line {
  border-bottom: .8px solid var(--headline-10);
}

.line-wrapper.z-1 {
  z-index: -1;
}

.vertical-rows-50 {
  grid-row-gap: 50px;
  flex-direction: column;
  width: 71%;
  display: flex;
}

.banner-descriotion {
  max-width: 450px;
  color: var(--white);
  font-size: 20px;
}

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

.title-banner-home-1 {
  max-width: 500px;
  color: var(--white);
}

.vertical-rows-24 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.vertical-rows-24.width-50 {
  width: 50%;
}

.vertical-rows-24.news-top-wrapper {
  width: 100%;
  margin-bottom: 50px;
}

.vertical-rows-24.bottom-space-50 {
  margin-bottom: 50px;
}

.vertical-rows-24.left-trust {
  width: 65%;
}

.vertical-rows-24.space-50 {
  padding-bottom: 50px;
}

.home-banner-content-wrap {
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.image-wrapp-banner {
  grid-row-gap: 20px;
  border-left: 4px solid var(--white);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff1a;
  flex-direction: column;
  align-items: flex-end;
  width: 30%;
  max-width: 315px;
  padding: 20px;
  display: flex;
}

.image-wrapp-banner.top-space-45 {
  margin-top: 10px;
}

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

.image-cover.border-12 {
  border-radius: 12px;
}

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

.bgr-dark {
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.card-banner-button {
  transition: opacity .3s, color .3s;
}

.card-banner-button:hover {
  opacity: .5;
}

.logo-wrap {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-top {
  width: 130px;
  height: 70px;
  margin-bottom: 90px;
}

.image-center {
  width: 100px;
  height: 50px;
  margin-right: 40px;
}

.image-bottom {
  width: 100px;
  height: 50px;
  margin-top: 80px;
  margin-right: 30px;
}

.left-images {
  flex-direction: column;
  align-items: flex-end;
  padding-top: 80px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-images {
  flex-direction: column;
  padding-top: 80px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.number-large {
  margin-bottom: 6px;
  font-size: 100px;
  font-weight: 600;
  line-height: 1em;
}

.numbers-wrapper {
  grid-column-gap: 110px;
  grid-row-gap: 0px;
  border-top: .8px solid var(--headline-10);
  justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.logo-wrapper {
  border-right: 1px solid var(--headline-10);
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 120px;
  display: flex;
}

.logo-wrapper.last-logo {
  border-right-width: 0;
}

.logo-wrapper.white-border {
  border-right-color: #ffffff1a;
}

.logos-wrapper {
  border: 1px solid var(--headline-10);
  border-radius: 12px;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.logos-wrapper.white-border {
  border-color: #ffffff1a;
}

.logos-wrapper.color-white {
  background-color: var(--white);
}

.small-images-wrapper {
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.home-services-slider {
  background-color: #0000;
  height: 100%;
  margin-left: 15px;
  position: relative;
}

.mask-services-slider {
  width: 35%;
  overflow: visible;
}

.services-slide {
  margin-right: 30px;
}

.collection-item-services-slide {
  z-index: 99;
  border: 1px solid var(--headline-10);
  border-radius: 12px;
}

.small-description {
  color: var(--paragraph);
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
}

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

.small-description.width-50 {
  width: 48.7%;
}

.title-services {
  z-index: 2;
  margin-top: 25px;
  margin-bottom: 16px;
}

.top-item-wrap {
  border-bottom: 1px solid var(--headline-10);
  background-color: var(--light-bg);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  position: relative;
}

.top-item-wrap.white-bg {
  background-color: var(--white);
  padding-left: 24px;
  padding-right: 24px;
}

.bottom-item-wrap {
  z-index: -2;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.bottom-item-wrap.white-bg {
  background-color: var(--white);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.arrow-slider {
  background-image: url('../images/arrow-left.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #28333733;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  transition: background-color .3s;
  inset: -90px 15px auto auto;
}

.arrow-slider:hover {
  background-color: var(--headline-10);
}

.arrow-slider.arrow-left {
  background-image: url('../images/arrow-left-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 0;
  margin-right: 50px;
}

.arrow-slider.arrow-left-portfolio {
  background-image: url('../images/arrow-left-1.svg');
  margin-right: 50px;
}

.image-bottom-right {
  width: 100px;
  height: 50px;
  margin-top: 80px;
  margin-left: 30px;
}

.image-center-right {
  width: 100px;
  height: 50px;
  margin-left: 40px;
}

.title-services-wrap {
  justify-content: space-between;
  max-width: 350px;
  margin-bottom: 50px;
}

.number-collection {
  color: var(--green);
  font-size: 16px;
  font-weight: 600;
}

.number-collection-wrap {
  border: 1px solid var(--headline-10);
  border-radius: 48px;
  padding: 2px 14px;
}

.number-collection-wrap.white-10 {
  border-color: #ffffff1a;
}

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

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

.portfolio-item {
  flex-direction: column;
  width: 48.4%;
  height: 450px;
  position: relative;
}

.portfolio-item:nth-child(2n) {
  margin-top: -310px;
}

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

.image-portfolio-wrapper {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
}

.projects-text-hover-holder {
  z-index: 5;
  background-image: linear-gradient(#0000, #0009 60%);
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.projects-text-hover {
  z-index: 8;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: auto 30px 30px;
}

.section-title-wrap {
  width: 48.4%;
  position: relative;
}

.section-title-wrap.bottom-space-50 {
  margin-bottom: 50px;
}

.section-title-wrap.flex-horizontal-desctop {
  grid-column-gap: 30px;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.button-number {
  color: var(--paragraph);
  padding-left: 8px;
  font-size: 12px;
}

.top-space-50 {
  margin-top: 50px;
  display: flex;
}

.top-space-50.align-center {
  margin-left: auto;
  margin-right: auto;
}

.bottom-card-text-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.card-small-text {
  max-width: 310px;
}

.portfolio-short-description {
  max-width: 400px;
}

.services-card-description {
  font-size: 16px;
}

.collaborations-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

.image-collaborations {
  object-fit: cover;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.collaborations-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.why-us-top-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.why-us-right-wrapper {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  display: flex;
}

.card-why-us {
  border: 1px solid var(--dark-green);
  background-color: var(--primary);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 520px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 40px #00000040;
}

.card-why-us.about-us-card {
  width: 48%;
}

.small-paragraph {
  font-size: 16px;
}

.why-us-icon-wrapper {
  border: 1.5px solid #5d91a44d;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 24px;
  display: flex;
}

.card-title-why-us {
  color: var(--white);
  margin-bottom: 16px;
}

.title-why-us {
  max-width: 410px;
  color: var(--white);
}

.why-us-bottom-wrapper {
  grid-column-gap: 90px;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
  display: flex;
  position: relative;
}

.right-bottom-wrapper {
  grid-row-gap: 50px;
  flex-direction: column;
  width: 50%;
  padding-left: 100px;
  display: flex;
}

.small-number {
  color: var(--white);
  font-size: 70px;
  font-weight: 600;
  line-height: 1em;
}

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

.small-white-text {
  color: var(--white);
  font-size: 16px;
}

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

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

.testimonials-title-wrapper {
  max-width: 585px;
}

.testimonials-title-wrapper.vertical-rows-24.bottom-space-50 {
  margin-bottom: 50px;
}

.video-overlay {
  border-radius: 12px;
  width: 100%;
  position: relative;
}

.overlay {
  background-color: #676e7833;
  border-radius: 12px;
  position: absolute;
  inset: -10px;
}

.author-name {
  font-weight: 600;
}

.stars-wrap {
  grid-column-gap: 4px;
  display: flex;
}

.testimonial-slide {
  margin-right: 32px;
}

.wrap-bg-absolute {
  position: absolute;
  inset: -70px 0% 0%;
}

.wrap-bg-absolute.right-absolute {
  z-index: 999;
  inset: -70px 0% 0% auto;
}

.wrap-bg-absolute.left-absolute {
  inset: 70px auto 0% 0%;
}

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

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

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

.dark-element {
  background-color: var(--primary);
  width: 500px;
  height: 100%;
}

.news-title {
  max-width: 450px;
}

.news-description {
  max-width: 430px;
}

.news-bottom-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.collection-news-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.collection-news-item {
  width: 30%;
  position: relative;
}

.news-text-hover-holder {
  border-radius: 12px;
  flex-direction: column;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

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

.news-text-hover {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  margin-bottom: 30px;
  display: flex;
}

.rows-16 {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.description-get-started {
  width: 80%;
  color: var(--white);
}

.portfolio-link {
  transition: color .3s;
}

.portfolio-link:hover {
  color: var(--green);
}

.white-left-absolute {
  z-index: 90;
  background-color: var(--white);
  width: 0%;
  height: 100%;
  position: absolute;
  inset: auto auto 50px 0%;
}

.footer-divider {
  background-color: var(--white-30);
  max-width: 1200px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.footer-social-link {
  border: 1px solid var(--white-30);
  border-radius: 48px;
  padding: 2px 14px;
  transition: background-color .3s, color .3s;
}

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

.footer-links-wrap {
  display: flex;
}

.footer-column {
  grid-row-gap: 20px;
  flex-flow: row;
  align-items: flex-start;
  display: block;
}

.footer-column-wrapper {
  grid-column-gap: 40px;
  display: flex;
}

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

.form-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--primary) var(--primary) #ffffff1a;
  color: var(--paragraph);
  background-color: #0000;
  margin-top: 24px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.5em;
}

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

.form-field::placeholder {
  font-size: 16px;
}

.form-title {
  color: var(--white);
  text-align: left;
}

.form-field-wrapper {
  max-width: 315px;
  position: relative;
}

.form-submit-button {
  color: var(--white);
  background-color: #0000;
  background-image: url('../images/Vector-9.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 0 22px 0 0;
  font-size: 16px;
  font-weight: 600;
  transition: opacity .2s, background-color .3s, color .3s;
  position: absolute;
  inset: auto 0% 4px auto;
}

.form-submit-button:hover {
  color: var(--green);
  background-image: url('../images/Vector-9-1.svg');
}

.banner-link {
  color: var(--white);
  display: flex;
}

.banner-link:hover {
  color: #ffffffb3;
}

.dark-nav-bg {
  z-index: -1;
  background-color: var(--primary);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.white-nav-bg {
  z-index: -1;
  background-color: var(--white);
  width: 100%;
  position: absolute;
  inset: 0%;
}

.title-collection-card {
  color: var(--white);
  transition: color .3s;
}

.title-collection-card:hover {
  color: var(--green);
}

.why-us-text {
  color: var(--white);
  line-height: 1.4em;
}

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

.description-form-subscrible {
  max-width: 530px;
  color: var(--white);
}

.subscrible-bg {
  position: absolute;
  inset: 80px -58% 0% auto;
}

.subscrible-bottom-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.home-2-banner-image-wrap {
  width: 45%;
  height: auto;
  min-height: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.banner-2-description {
  max-width: 485px;
  font-size: 20px;
  font-weight: 500;
}

.home-2-banner-button {
  border: 1px none var(--primary);
  background-color: var(--headline);
  background-image: url('../images/Group-26.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 68px;
  width: 410px;
  padding: 20px 62px 20px 34px;
  transition: background-color .3s, color .3s;
}

.home-2-banner-button:hover {
  background-color: var(--white);
  color: var(--primary);
}

.button-with-arrow {
  justify-content: flex-start;
  position: relative;
}

.home-2-banner-title-wrap {
  position: relative;
}

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

.view-demo-link {
  border: 1px solid var(--white);
  background-image: url('../images/Frame.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 68px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 240px;
  padding: 20px 20px 20px 34px;
  transition: background-color .3s, color .3s;
  display: flex;
}

.view-demo-link:hover {
  background-color: var(--green);
}

.get-in-touch-button {
  border: 1px solid var(--white);
  background-color: var(--white);
  width: 410px;
  color: var(--primary);
  border-radius: 68px;
  padding: 20px 20px 20px 34px;
  transition: background-color .3s, border-color .3s, color .3s;
}

.get-in-touch-button:hover {
  border: 1px solid var(--white);
  background-color: var(--primary);
  color: var(--white);
}

.arrow-button-dark {
  background-color: var(--primary);
  background-image: url('../images/arrow-left-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 58px;
  width: 40px;
  height: 40px;
  position: absolute;
  inset: 17px 20px 18px auto;
}

.get-in-touch-button-wrapper {
  position: relative;
}

.capitalize-text {
  color: var(--paragraph);
  text-transform: uppercase;
}

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

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

.home-2-banner-bottom {
  width: 100%;
  margin-top: 50px;
}

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

.wrapper-social-link-logo {
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: space-between;
  width: 31%;
  display: flex;
}

.wrapper-70 {
  width: 70%;
}

.services-list-home-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-collection-list {
  z-index: 1;
  width: 100%;
}

.services-item-home-2 {
  z-index: 1;
  border: 1px solid var(--headline-10);
  background-color: var(--white);
  border-radius: 12px;
  width: auto;
  position: relative;
  overflow: hidden;
}

.portfolio-list-home-2 {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.project-description-home-2 {
  max-width: 330px;
  font-size: 16px;
}

.home-2-portfolio-image {
  border-radius: 12px;
  width: 100%;
  height: 450px;
  transition: transform .55s;
}

.home-2-portfolio-image:hover {
  transform: scale(1.1);
}

.home-2-portfolio-item {
  width: 48.4%;
}

.why-us-image-right {
  width: 50%;
  height: auto;
}

.cards-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.white-star {
  filter: none;
  -webkit-text-stroke-color: var(--white);
}

.testimonial-dark-card {
  grid-row-gap: 16px;
  border: 1px solid var(--dark-green);
  background-color: var(--primary);
  border-radius: 12px;
  flex-direction: column;
  padding: 32px;
  display: flex;
  box-shadow: 0 4px 40px #00000040;
}

.about-numbers-wrapper {
  grid-column-gap: 80px;
  display: flex;
}

.bottom-about-content-wrap {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.home-2-right-about-content {
  grid-row-gap: 50px;
  flex-direction: column;
  width: 48%;
  display: flex;
}

.home-2-about-title {
  max-width: 360px;
}

.home-2-title-who-we-are {
  max-width: 350px;
}

.who-we-are-top-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.home-2-description-who-we-are {
  width: 55%;
  margin-top: 50px;
}

.who-we-are-bottom-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.home-2-number {
  font-size: 70px;
  font-weight: 600;
  line-height: 1em;
}

.home-2-numbers-wrapper {
  grid-column-gap: 50px;
  display: flex;
}

.collaborations-wrapper {
  grid-row-gap: 450px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.portfolio-image-wrapper {
  border-radius: 12px;
  overflow: hidden;
}

.element-light-bg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.home-3-title-banner {
  max-width: 866px;
  color: var(--white);
  text-align: center;
}

.home-3-banner-section {
  background-color: var(--primary);
  flex-direction: column;
  align-items: center;
  height: auto;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 50px;
  display: flex;
}

.home-3-banner-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.home-3-banner-description {
  max-width: 580px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.home-3-top-banner-wrapper {
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.home-3-bottom-banner-wrapper {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-3-image-wrapper {
  width: 30%;
}

.home-3-right-wrapper-expertise {
  grid-row-gap: 50px;
  flex-direction: column;
  width: 65%;
  display: flex;
}

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

.expertise-paragraph {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.semi-bold-16 {
  color: var(--paragraph);
  font-size: 16px;
  font-weight: 600;
}

.expertise-block {
  grid-column-gap: 90px;
  display: flex;
}

.home-3-expertise-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
}

.expertise-title {
  text-transform: none;
}

.home-3-collaborations-wrapper {
  grid-column-gap: 80px;
  width: 100%;
  display: flex;
  position: relative;
}

.home-3-collaborations-title {
  text-transform: none;
  max-width: 688px;
}

.home-3-collaborations-top-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.home-3-numbers-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.home-3-collaborations-bottom-wrap {
  width: 40%;
}

.home-3-collaborations-description {
  max-width: 630px;
}

.home-3-title-wrap {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.home-3-title-services {
  max-width: 395px;
}

.dark-back-border {
  z-index: -1;
  background-color: var(--primary);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  left: 0%;
  right: 0%;
}

.home-2-banner-section {
  flex-direction: column;
  justify-content: flex-end;
  min-height: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.home-3-banner-title {
  max-width: 530px;
  color: var(--primary);
}

.full-width {
  align-items: flex-start;
  width: 100%;
}

.full-width.horizontal {
  display: flex;
}

.logo-bg-wrapper {
  width: 76%;
  position: absolute;
  left: 100px;
}

.image-link-news {
  z-index: 2;
  width: 100%;
  height: 100%;
}

.news-item-wrapper {
  z-index: 999;
  position: relative;
}

.news-item-wrapper.news-page {
  border: 1px solid var(--headline-10);
  border-radius: 12px;
  overflow: hidden;
}

.opacity {
  opacity: .9;
  background-image: linear-gradient(#fff, #0000 0%, #000);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.opacity.without-radius {
  border-radius: 0;
}

.home-3-testimonials-slider {
  grid-row-gap: 50px;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.home-3-testimonials-mask {
  width: 100%;
  height: auto;
}

.home-3-testimonial {
  text-align: center;
  margin-top: 24px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

.center-position {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.angle-down {
  margin-left: 2px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.about-us-title {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.number-about-us {
  font-size: 70px;
  font-weight: 600;
  line-height: 1em;
}

.numbers-about-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.about-numbers-back {
  background-color: var(--light-bg);
  width: 100%;
  margin-top: -120px;
  padding: 50px;
}

.left-light-absolute {
  background-color: var(--light-bg);
  width: 6%;
  height: 199px;
  position: absolute;
  inset: auto 0% 80px auto;
}

.title-what-we-do {
  text-transform: none;
  max-width: 960px;
}

.what-we-do-left-wrap {
  grid-row-gap: 50px;
  flex-direction: column;
  width: 53%;
  display: flex;
}

.what-we-do-right-wrap {
  border-radius: 12px;
  width: 41%;
}

.what-we-do-content-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.title-values {
  background-image: linear-gradient(to top, #fff, #fff0 0%, var(--white) 103%);
  max-width: 790px;
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.value-short-description {
  max-width: 600px;
  color: var(--white);
}

._4-cards-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.trust-image-wrapper {
  border-radius: 12px;
  width: 40%;
}

.trust-title {
  text-transform: none;
  max-width: 680px;
}

.trust-description {
  max-width: 590px;
}

.cart-button {
  background-color: var(--white-30);
  border-radius: 90px;
  width: 42px;
  height: 42px;
  padding: 8px 9px 8px 12px;
  transition: background-color .3s, color .3s;
}

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

.cart-quantity {
  width: 16px;
  min-width: auto;
  height: 16px;
  color: var(--primary);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0%;
  left: 23px;
}

.cart-icon {
  margin-right: 0;
}

.why-us-small-description {
  max-width: 230px;
  margin-top: 6px;
}

.cart-button-dark {
  width: 42px;
  height: 42px;
  color: var(--primary);
  background-color: #fff6;
  border-radius: 90px;
  padding: 8px 9px 8px 12px;
  transition: background-color .3s, color .3s;
}

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

.nav-link-hidden {
  display: none;
}

.nav-menu-flex-start {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.card-how-we-work {
  border: 1px solid var(--dark-green);
  background-color: var(--primary);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 282px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 40px #00000040;
}

.how-we-work-cards-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.our-values-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.value-image-wrap {
  border-radius: 12px;
  width: 36%;
}

.image-value {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 12px;
  width: 100%;
  height: 450px;
}

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

.description-center {
  text-align: center;
  margin-top: 24px;
}

.video-wrapper-not-full {
  border-radius: 12px;
  width: 50%;
  position: relative;
}

.who-we-are-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.who-we-are-right {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.project-slider {
  background-color: var(--transperent);
  height: 100%;
  margin-left: 15px;
  position: relative;
}

.project-slide {
  width: 100%;
  margin-right: 30px;
}

.project-slide-item {
  width: 100%;
}

.title-portfolio-left {
  margin-bottom: 50px;
}

.portfolio-slide-description {
  max-width: 490px;
}

.corporate-description {
  color: var(--white);
  text-align: center;
  margin-top: 24px;
}

.gallery {
  width: 100%;
  display: flex;
}

.image-gallery-wrapper {
  width: 25%;
  position: relative;
  overflow: hidden;
}

.probressbar-container {
  grid-column-gap: 60px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.circle-counter-wrapper {
  width: 60%;
  display: flex;
}

.circle-counter {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: center;
  width: 33%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.counter-progressbar {
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: relative;
}

.counter-left-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.counter-mask {
  border: 5px solid var(--white);
  width: 80px;
  height: 160px;
  position: absolute;
}

.counter-mask.left {
  transform-origin: 100%;
  border-right-width: 0;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  height: 160px;
  inset: 0%;
  transform: rotate(0);
}

.counter-mask.right {
  transform-origin: 0%;
  border-left-width: 0;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
}

.counter-right-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.counter-static {
  border: 1px solid #ffffff80;
  border-radius: 50%;
  width: 156px;
  height: 156px;
}

.counter-number {
  z-index: 10;
  width: 100%;
  height: 100%;
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.counter-title {
  max-width: 180px;
}

.title-left {
  width: 45%;
  margin-bottom: 50px;
  margin-right: auto;
}

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

.pricing-plan-title {
  text-align: center;
  max-width: 670px;
}

.light-paragraph {
  color: #28333780;
}

.testimonial-card {
  grid-row-gap: 24px;
  border: 1px solid var(--headline-10);
  background-color: var(--light-bg);
  border-radius: 12px;
  flex-direction: column;
  padding: 30px;
  display: flex;
}

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

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

.collection-item-services {
  grid-row-gap: 10px;
  flex-direction: column;
}

.arrow-services {
  grid-column-gap: 16px;
  border: 1px solid var(--headline);
  background-color: var(--primary);
  border-radius: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 16px;
  display: flex;
  position: relative;
}

.arrow-services.w--current {
  margin-bottom: 15px;
}

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

.title-services-card-wrap {
  padding-top: 10px;
  padding-bottom: 0;
}

.service-name {
  color: var(--white);
  font-size: 20px;
}

.collection-list {
  flex-direction: column;
  display: flex;
}

.rich-text-service h2, .rich-text-service h3 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 30px;
}

.rich-text-service img {
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 10px;
}

.rich-text-service p {
  margin-bottom: 24px;
}

.rich-text-service strong {
  color: var(--headline);
}

.error-message-center {
  background-color: var(--transperent);
  color: #ffa3a3;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.success-message-center {
  background-color: var(--transperent);
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

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

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

.submit-big-form-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  text-align: left;
  background-image: url('../images/Group-26.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 68px;
  width: 100%;
  padding: 20px 62px 20px 34px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .3s, color .3s;
}

.submit-big-form-button:hover {
  background-color: var(--white);
  color: var(--headline);
}

.projects-banner-description {
  max-width: 650px;
  color: var(--white);
  text-align: center;
  margin-top: 24px;
}

.rich-text-project blockquote {
  border-left: 1px solid var(--transperent);
  text-align: center;
  background-image: url('../images/“_1“.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 32px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 50px;
  padding-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
}

.rich-text-project h3 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.rich-text-project img {
  border-radius: 12px;
  margin-bottom: 24px;
}

.rich-text-project h4 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.top-product-title-wrapper {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-title {
  max-width: 620px;
}

.project-banner-right-wrappeer {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

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

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

.text-chevron {
  margin-top: 2px;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  display: inline-block;
}

.dark-title-collection:hover {
  color: var(--green);
}

.news-image-wrap {
  width: 100%;
  height: 250px;
  position: relative;
}

.news-image {
  object-fit: cover;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
  height: 100%;
  transition: transform .5s;
}

.news-collection-wrap {
  z-index: 999;
  margin-bottom: 80px;
  position: relative;
}

.small-text {
  font-size: 16px;
}

.collection-item-categories {
  width: 48.4%;
}

.join-us-description {
  text-align: center;
  max-width: 740px;
  margin-top: 24px;
  margin-bottom: 50px;
}

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

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

.job-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.position-details, .flex-horizontal {
  display: flex;
}

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

.open-position-wrap {
  grid-column-gap: 15px;
  display: flex;
}

.line-light {
  background-color: var(--headline-10);
  width: 1px;
  height: 24px;
}

.top-text-wrap {
  background-color: var(--light-bg);
  min-height: 260px;
  padding: 30px;
  position: relative;
}

.project-lightbox {
  display: block;
}

.shop-category {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 68px;
  padding: 8px 14px;
  transition: background-color .3s, color .3s;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 20px;
}

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

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

.shop-bottom-wrapper {
  grid-column-gap: 30px;
  align-items: flex-end;
  display: flex;
}

.add-to-cart {
  flex: 1;
  align-self: center;
}

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

.display-hide {
  display: none;
}

.out-of-stock-state, .error-state {
  background-color: var(--transperent);
  margin-top: 0;
}

.product-description {
  font-size: 16px;
}

.product-details-wrapper {
  grid-column-gap: 50px;
  width: 100%;
  display: flex;
  position: relative;
}

.more-image-block {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  height: 100%;
  display: flex;
}

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

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

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

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

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

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

.images-collection-list {
  grid-column-gap: 20px;
  display: flex;
}

.images-collection-item {
  width: 50%;
  display: flex;
}

.lightbox-small-image {
  width: 100%;
  height: 150px;
}

.details-content-block {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.product-details-category {
  border: 1px solid var(--primary);
  background-color: var(--white);
  border-radius: 68px;
  padding: 8px 14px;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

.product-details-category:hover {
  background-color: var(--primary);
  color: var(--white);
}

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

.field-label-products {
  font-size: 16px;
  font-weight: 700;
}

.product-price-wrapper {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.product-item-price {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 600;
}

.product-item-price-on-sale {
  color: var(--paragraph);
  margin-top: 10px;
  font-size: 22px;
  text-decoration: line-through;
}

.default-state-details {
  grid-column-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 200px;
  display: flex;
}

.quantity-block {
  border-color: var(--transperent) var(--transperent) var(--headline-10);
  background-color: var(--transperent);
  border-top-style: none;
  border-left-style: none;
  border-right-style: none;
  border-radius: 0;
  width: 130px;
  height: 56px;
}

.quantity-block:focus-visible, .quantity-block[data-wf-focus-visible] {
  border-bottom-color: var(--headline);
}

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

.title-product, .rich-text-product-details h4 {
  margin-bottom: 16px;
}

.rich-text-product-details strong {
  color: var(--primary);
}

.rich-text-product-details p {
  margin-top: 15px;
  margin-bottom: 10px;
}

.rich-text-product-details ul {
  margin-top: 0;
}

.service-images-wrapper {
  width: 100%;
}

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

.overflow-hidden-service {
  height: 100%;
  overflow: hidden;
}

.lightbox-link-services {
  grid-column-gap: 40px;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
}

.images-services {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 500px;
  transition: transform .9s;
}

.images-services:hover {
  transform: scale(1.1);
}

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

.pagination-button {
  border-color: var(--headline-10);
  background-color: var(--light-bg);
  color: var(--primary);
  border-radius: 58px;
  margin-top: 50px;
  padding: 8px 14px;
  transition: border-color .3s;
}

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

.checkout-form {
  background-color: var(--transperent);
  min-height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.apple-pay {
  border-radius: 5px;
  height: 45px;
}

.border-12 {
  border-radius: 12px;
}

.image-cart {
  object-fit: cover;
  border-radius: 5px;
  width: 90px;
  height: 90px;
}

.block-header {
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.checkbox {
  margin-top: -10px;
}

.checkbox-label {
  font-size: 16px;
}

.checkout-button {
  border: 1px solid var(--primary);
  background-color: var(--white);
  color: var(--primary);
  border-radius: 5px;
  transition: background-color .3s, color .3s;
}

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

.button-pay-cart {
  border-radius: 5px;
  height: 46px;
}

._404-text {
  font-size: 180px;
  font-weight: 700;
  line-height: 1.2em;
}

.right-order {
  top: 0;
}

.row {
  flex-wrap: wrap;
}

.project-hero-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-wrapper-white {
  border-right: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 120px;
  display: flex;
}

.logo-wrapper-white.last-logo {
  border-right-style: none;
}

.hire-popup {
  z-index: 1000;
  background-color: #1c276d;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: fixed;
  inset: auto auto 5px 5px;
}

.hire-popup-wrap {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.hire-paragraph {
  max-width: 93%;
  color: var(--white);
  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;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 20px;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition-property: none;
}

.hire-buttons:hover {
  opacity: 1;
  color: #fff;
}

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

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

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

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

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

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

.all-templates:hover {
  opacity: 1;
  color: #4353ff;
}

.text-orange {
  color: #f69c20;
}

.flex_vertical {
  flex-flow: column;
  display: flex;
}

.margin-top.margin-small {
  margin-top: 12px;
}

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

.text-color-white {
  color: var(--light-bg);
  font-size: 24px;
}

.portfolio-short-description-cms {
  max-width: 500px;
}

.home_hero-header_form-block {
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 2rem;
  box-shadow: 0 3px 12px -6px #343330cc;
}

.home_hero-header_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home_hero-header_form.margin-bottom.margin-medium {
  flex-flow: column;
  display: flex;
}

.form_field-wrapper {
  position: relative;
}

.form_field-label {
  color: #243542;
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_input {
  color: #1e262f;
  background-color: #eee;
  border: 1px #2faad7;
  border-radius: 4px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.main-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #243542;
  border: 0 #0000;
  border-radius: 0;
  min-width: 120px;
  min-height: 40px;
  padding: 20px 40px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  transition: background-color .2s;
}

.paragraph {
  color: #0000;
  text-decoration: none;
}

.home_hero-header_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.link-block-2 {
  text-decoration: none;
}

.home_hero-header_item {
  text-decoration: none;
  display: flex;
}

.home_hero-header_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
  text-decoration: none;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.color-black {
  color: #243542;
}

.success-text {
  color: var(--primary);
  text-align: center;
  font-weight: 600;
}

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

.error-text {
  color: #e23939;
}

.contact-form-cms-wrapper {
  background-color: var(--primary);
  border-radius: 0;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  padding: 0;
}

.label-is-white {
  color: var(--white);
}

.arrow-services-centered {
  grid-column-gap: 16px;
  border: 1px solid var(--headline);
  background-color: var(--primary);
  text-align: left;
  border-radius: 50px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 16px;
  display: flex;
  position: relative;
}

.arrow-services-centered.w--current {
  margin-bottom: 15px;
}

.portfolio-short-description-cms-copy {
  max-width: 500px;
}

.testimonial-star-wrapper {
  grid-column-gap: 4px;
  display: flex;
}

.header-paragraph {
  color: #fff;
  font-size: 20px;
  line-height: 35px;
}

.header-paragraph._16 {
  color: #384f58;
  margin-right: 5px;
  font-size: 16px;
}

.header-paragraph._16.text-color-white {
  color: #fff;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

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

.google {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.google.opt-0.hide {
  display: none;
}

.social-proof {
  align-items: center;
  margin-top: 12px;
  margin-right: 5px;
  display: flex;
}

.social-proof.align-center {
  justify-content: center;
  align-items: center;
}

.div-block-18 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.div-block-18.wanden {
  background-image: url('../images/WhatsApp-Image-2025-10-21-at-10.59.29-5.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.div-block-18.vlieringen {
  background-image: url('../images/vlieringen_1.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.div-block-18.plafonds {
  background-image: url('../images/plafonds_1.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.div-block-18.vides {
  background-image: url('../images/vide.webp'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: cover, cover;
}

.service-type {
  font-weight: 600;
}

.text-no-wrap {
  white-space: nowrap;
}

.display-3 {
  color: #080e24;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.294em;
}

.display-3.mg-bottom-8px {
  color: #153b6a;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #153b6a;
  border: .0625rem solid #153b6a;
  border-radius: .75rem;
  justify-content: center;
  padding: 1.625rem 2.375rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.111em;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, transform .3s, color .3s;
  transform: translate(0);
}

.btn-primary:hover {
  color: #fff;
  background-color: #efcb68;
  border-color: #efcb68;
  transform: translate3d(0, -.1875rem, .000625rem);
}

.btn-primary.form-btn---arrow---wrapper {
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.icons {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.beschikbaarheid {
  background-color: #05c168;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.check-circle {
  color: #153b6a;
  border: .125rem solid #153b6a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 3.75rem;
  max-width: 3.75rem;
  min-height: 3.75rem;
  max-height: 3.75rem;
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  font-weight: 600;
  display: flex;
}

.check-circle.center {
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom.margin-small, .margin-bottom._12px {
  margin-bottom: 12px;
}

.error-message-2 {
  color: #dc2b2b;
  background-color: #0000;
  margin-top: 1.25rem;
  padding: 0;
}

.form-btn---arrow {
  background-color: #0000;
  padding: 1.625rem .375rem 1.625rem 2.375rem;
}

.inner-container._342px {
  max-width: 21.375rem;
}

.heading-h4-size {
  color: #080e24;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.273em;
}

.grid-2 {
  display: block;
}

.text-small {
  font-size: .9rem;
}

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

.input {
  color: #080e24;
  background-color: #fff;
  border: .0625rem solid #f3f6ff;
  border-radius: .875rem;
  min-height: 4.5rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.111em;
  transition: color .3s, border-color .3s;
  transform: translate(0);
}

.input:hover {
  border-color: #efcb68;
}

.input:focus {
  color: #080e24;
  border-color: #efcb68;
}

.input::placeholder {
  color: #515872;
}

.text-area {
  color: #080e24;
  background-color: #fff;
  border: .0625rem solid #f3f6ff;
  border-radius: .875rem;
  min-width: 100%;
  max-width: 100%;
  min-height: 9rem;
  max-height: 12.5rem;
  padding: 1rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.556em;
  transition: box-shadow .3s, color .3s, border-color .3s;
  transform: translate(0);
}

.text-area:hover {
  border-color: #efcb68;
}

.text-area:focus {
  color: #080e24;
  border-color: #efcb68;
}

.text-area::placeholder {
  color: #515872;
}

.text-area.margin-top.margin-small._9-rem {
  min-height: 7rem;
  max-height: 9rem;
}

.radius-100 {
  border-radius: 100%;
}

.radius-100.max-width-px {
  width: 75px;
}

.is-portfolio {
  width: 100%;
}

.portfolio-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  display: grid;
}

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

._100-width {
  flex: 1;
  width: 100%;
}

.lightbox-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 350px;
  transition: all .2s, color .3s;
}

.lightbox-link:hover {
  transform: translate(0, -10px);
}

.lightbox-link.foto-1 {
  background-image: url('../images/asset-16_1.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.lightbox-link.foto-1.n1 {
  background-image: url('../images/WhatsApp-Image-2025-10-21-at-10.59.32-1.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.lightbox-link.foto-1.n2 {
  background-image: url('../images/WhatsApp-Image-2025-10-21-at-10.59.29.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.lightbox-link.foto-2 {
  background-image: url('../images/asset-17_1.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.lightbox-link.foto-2.n3 {
  background-image: url('../images/WhatsApp-Image-2025-10-21-at-10.59.29-6.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.lightbox-link.foto-3 {
  background-image: url('../images/asset-18_1.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.lightbox-link.foto-3.n4 {
  background-image: url('../images/WhatsApp-Image-2025-10-21-at-10.59.32-2.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.lightbox-link.foto-4 {
  background-image: url('../images/asset-20_1.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.lightbox-link.foto-4.n5 {
  background-image: url('../images/20241016_161521.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
}

.lightbox-link.foto-5 {
  background-image: url('../images/asset-19_1.avif'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-size: cover, cover;
}

.lightbox-link.foto-5.n6 {
  background-image: url('../images/asset25.avif');
  background-position: 50%;
  background-size: cover;
}

.link-block {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.link-block.radius-100 {
  z-index: 9999;
  background-color: #fff;
  border-radius: 100%;
  width: 3.5rem;
  height: 3.5rem;
  padding: 10px;
  box-shadow: 2px 0 20px 2px #0003;
}

.paragraph-2 {
  margin-bottom: 24px;
}

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

.text-block {
  color: var(--primary);
  font-weight: 500;
}

.dropdown-list {
  background-color: #b37575;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.dropdown-link {
  color: var(--primary);
  transition-property: all;
}

.dropdown-link:hover {
  color: var(--headline);
}

.smartphone-call-button {
  display: none;
}

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

.logo {
  width: 10rem;
  height: 5rem;
}

.image-4 {
  width: auto;
  height: auto;
}

.margin-bottom-2 {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom-2.margin-small, .margin-bottom-2.margin-xsmall {
  margin: 0 0 1rem;
}

.margin-bottom-2.margin-xxlarge {
  margin: 0 0 4rem;
}

.margin-bottom-2.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-size-medium {
  font-size: 1.125rem;
}

.layout18_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.layout18_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.layout18_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

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

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

.layout18_image-wrapper {
  border-radius: 1rem;
  overflow: hidden;
}

.layout18_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.layout18_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.heading-style-h3 {
  text-transform: none;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.section_layout18 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

.primary-button-2 {
  color: #fff;
  text-align: left;
  background-color: #01596f;
  border: 1px solid #01596f;
  border-radius: 58px;
  padding: 8px 14px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6em;
  transition: color .3s, background-color .3s;
  display: flex;
}

.primary-button-2:hover {
  opacity: 1;
  color: #01596f;
  background-color: #fff;
}

.primary-button-2.block {
  display: block;
}

.layout254_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.layout254_right {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.layout254_item {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.button.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.section_layout254 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  max-width: none;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.heading-style-h2 {
  text-transform: none;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.layout254_item-icon-wrapper {
  display: inline-block;
}

.layout254_left {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.margin-top-21, .margin-top-21.margin-xxlarge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout254_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
}

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

.layout254_content-bottom {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.secondary-button-2 {
  color: #fff;
  background-color: #01596f;
  background-image: url('../images/chevron-right.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #01596f;
  border-radius: 58px;
  padding: 8px 34px 8px 14px;
  line-height: 1.6em;
  transition: color .3s, background-color .3s;
}

.secondary-button-2:hover {
  color: #01596f;
  background-color: #fff;
  background-image: url('../images/chevron-right-1.svg');
  background-position: 95%;
  background-size: auto;
}

.margin-bottom-3.margin-small {
  margin-bottom: 12px;
}

.banner-title-2 {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .nav-dropdown-list.megamenu.w--open {
    left: -180px;
  }

  .main-button {
    color: #fff;
    background-color: #243542;
    border-style: none;
    border-width: 2px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .main-button:hover {
    color: #fff;
    background-color: #243542;
    border-style: none;
    border-width: 0;
  }

  .paragraph {
    color: #243542;
  }
}

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

  h2 {
    font-size: 42px;
    line-height: 1em;
  }

  h3 {
    font-size: 36px;
  }

  .section.banner, .section.changelog-banner, .section.inner-banner-section, .section.banner-our-team, .section.banner-our-process {
    min-height: 300px;
  }

  .section.banner-career {
    min-height: 300px;
    padding-top: 150px;
  }

  .section.pricing-banner, .section.contacts-banner {
    min-height: 300px;
  }

  .section.banner-customers {
    background-size: 80%;
    min-height: 300px;
  }

  .section.portfolio-grid-banner {
    min-height: 300px;
  }

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

  .section.map-bg {
    background-position: 50% 58%;
    background-size: 78%;
  }

  .section.bottom-section-space-70 {
    padding-bottom: 60px;
  }

  .section.project-detail-banner, .section.checkout {
    padding-top: 120px;
  }

  .base-container, .base-container.max-w-100 {
    max-width: 100%;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .headings-typography-wrapper {
    margin-bottom: 30px;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: row;
    width: 320px;
    padding-top: 0;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    width: 100%;
    color: var(--primary);
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

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

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

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
  }

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

  .close-menu-button {
    padding: 0 20px 0 0;
  }

  .close-menu-button.w--open {
    filter: none;
    background-color: #0000;
    padding: 10px 0 0 20px;
    top: 15px;
    right: 20px;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

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

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

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

  .licensing-paragraph {
    width: 100%;
  }

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

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

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

  .nav-menu-wrapper {
    justify-content: space-between;
  }

  .blog-template-image {
    max-height: 400px;
  }

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

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-bottom-wrapper {
    justify-content: center;
  }

  .footer-copyright {
    text-align: left;
  }

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

  .team-grid-large {
    grid-template-columns: 1fr 1fr;
  }

  .process-item-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .process-item-wrapper.reverse {
    flex-wrap: wrap-reverse;
    justify-content: space-between;
  }

  .process-image-wrapper {
    width: 70%;
  }

  .process-content {
    width: 100%;
  }

  .process-number-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .process-number-wrapper.reverse {
    padding-left: 40px;
  }

  .style-guide-buttons-wrapper {
    grid-row-gap: 40px;
  }

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

  .process-image {
    object-fit: cover;
    display: block;
  }

  .values-wrapper {
    flex-wrap: wrap-reverse;
  }

  .values-image-wrapper {
    width: 100%;
    height: 450px;
  }

  .values-content-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .values-counter-wrapper {
    border-top-style: none;
    margin-top: 0;
  }

  .values-counter-item {
    padding: 30px;
  }

  .career-list-item-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .career-customer-item {
    text-align: center;
  }

  .career-customers-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
  }

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

  .comparing-table-plans-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .comparing-table-plan {
    width: 70%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .comparing-table-plan.last-child {
    margin-bottom: 0;
  }

  .play-button {
    width: 110px;
    height: 70px;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    width: 65%;
    padding: 30px 40px 40px;
    top: 20px;
  }

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

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 80%;
    margin-left: 0;
    padding: 30px;
  }

  .contacts-form-title {
    margin-bottom: 20px;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 50px;
  }

  .search-desktop {
    display: none;
  }

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

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

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

  .footer-logo-wrapper {
    width: 50%;
  }

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

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .service-details-content-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .service-details-sidebar-wrapper {
    width: 60%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .service-details-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .service-list-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .service-list-item-image {
    min-height: 400px;
  }

  .service-list-item-content-wrapper {
    padding: 30px;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

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

  .portfolio-grid-collection-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-grid-title-wrapper {
    padding: 20px;
    inset: auto 0% 0%;
  }

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

  .project-template-images-list {
    flex-wrap: wrap;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .home-banner-section {
    height: auto;
    padding-top: 200px;
  }

  .home-video-wrapper {
    width: 100%;
    height: 340px;
  }

  .home-testimonials-mask {
    width: 90%;
  }

  .home-testimonials-slider-arrow.right {
    left: 38%;
  }

  .home-testimonials-slider-arrow.gark-arrow {
    margin-right: 110px;
  }

  .home-testimonials-slider-arrow.gark-arrow.right {
    margin-right: 60px;
  }

  .home-testimonials-slider {
    margin-left: 15px;
  }

  .testimonials-text-wrapper {
    padding: 15px;
  }

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

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

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-collection {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .banner-section {
    height: auto;
    padding-top: 200px;
  }

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

  .projects-slider-mask {
    width: 75%;
  }

  .content-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

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

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

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

  .image-gallery {
    height: 350px;
  }

  .menu-wrap {
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 20px;
    padding-left: 15px;
    display: flex;
  }

  .image-burger {
    filter: contrast(0%) brightness(200%);
    margin-bottom: 4px;
  }

  .image-burger.dark {
    filter: none;
  }

  .brand-tablet {
    padding-bottom: 10px;
    display: block;
  }

  .brand-tablet.w--current, .brand.w--current {
    padding-bottom: 0;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .spacing-title {
    font-size: 25px;
  }

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

  .primary-button-black:hover {
    opacity: 1;
  }

  .landing-banner-content {
    margin-bottom: 70px;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    max-width: 600px;
    font-size: 65px;
  }

  .landing-home-pages-wrapper-banner {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-landing-customers {
    padding-top: 80px;
  }

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .landing-customers-content-right {
    width: 100%;
    margin-top: 40px;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    flex-direction: column;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .free-trial-title-2 {
    line-height: 1.2em;
  }

  .section-banner.landing-banner {
    background-image: none;
    align-items: center;
    min-height: auto;
    padding-top: 120px;
  }

  .color-bg {
    height: 100px;
  }

  .shop-list-image {
    height: 300px;
  }

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

  .shop-price-wrapper {
    justify-content: flex-end;
  }

  .shop-details-block {
    padding: 30px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .block-quote {
    font-size: 32px;
  }

  .tablet-button-wrapper {
    margin-top: 20px;
    display: block;
  }

  .tablet-hidden {
    display: none;
  }

  .home-2-banner-image {
    object-position: 50% 39%;
  }

  .elipse {
    filter: blur(120px);
    width: 430px;
    height: 500px;
    top: -15%;
  }

  .elipse.medium-elipse {
    width: 400px;
    height: 400px;
  }

  .vertical-rows-50 {
    grid-row-gap: 40px;
    width: 100%;
  }

  .banner-descriotion {
    max-width: none;
  }

  .title-banner-home-1 {
    max-width: 80%;
  }

  .vertical-rows-24.width-50 {
    width: 100%;
  }

  .vertical-rows-24.news-top-wrapper, .vertical-rows-24.bottom-space-50 {
    margin-bottom: 40px;
  }

  .vertical-rows-24.left-trust {
    width: 100%;
  }

  .home-banner-content-wrap {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
  }

  .image-wrapp-banner {
    width: 100%;
  }

  .image-wrapp-banner.top-space-45 {
    margin-bottom: 80px;
    display: none;
  }

  .left-images {
    grid-column-gap: 10px;
    left: -40px;
  }

  .right-images {
    grid-column-gap: 10px;
    right: -40px;
  }

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

  .numbers-wrapper {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .logo-wrapper {
    border-bottom: 1px solid var(--headline-10);
    width: 20%;
  }

  .logo-wrapper.last-logo {
    border-bottom-width: 0;
  }

  .logo-wrapper.white-border {
    border-bottom-color: #ffffff1a;
  }

  .logos-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .small-images-wrapper {
    grid-column-gap: 10px;
  }

  .home-services-slider {
    margin-left: 15px;
  }

  .mask-services-slider {
    width: 47%;
  }

  .top-item-wrap, .top-item-wrap.white-bg {
    padding: 20px;
  }

  .bottom-item-wrap.white-bg {
    padding-left: 20px;
  }

  .title-services-wrap {
    margin-bottom: 40px;
  }

  .portfolio-item {
    width: 100%;
  }

  .portfolio-item:nth-child(2n) {
    margin-top: 0;
  }

  .section-title-wrap {
    width: 100%;
    margin-bottom: 40px;
  }

  .section-title-wrap.flex-horizontal-desctop {
    flex-direction: column;
  }

  .section-title-wrap.flex-horizontal-desctop.bottom-space-50 {
    margin-bottom: 40px;
  }

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

  .portfolio-short-description, .portfolio-short-description.text-white {
    max-width: none;
  }

  .collaborations-content-wrap {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .image-collaborations {
    height: 420px;
  }

  .why-us-top-wrapper {
    flex-wrap: wrap;
  }

  .why-us-right-wrapper {
    flex-flow: wrap;
    width: 100%;
  }

  .card-why-us.about-us-card {
    width: 100%;
  }

  .title-why-us {
    max-width: none;
  }

  .why-us-bottom-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .right-bottom-wrapper {
    grid-column-gap: 40px;
    flex-direction: row;
    width: 100%;
    padding-left: 0;
  }

  .small-white-text {
    max-width: 80%;
  }

  .wrap-bg-absolute {
    left: -13%;
  }

  .wrap-bg-absolute.right-absolute {
    width: 100%;
    right: -160px;
  }

  .wrap-bg-absolute.left-absolute {
    left: 0%;
  }

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

  .collection-news-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .collection-news-item {
    width: 48%;
  }

  .description-get-started {
    width: 46%;
  }

  .footer-form-block {
    flex-direction: row;
    width: 100%;
    margin-bottom: 40px;
  }

  .subscrible-bg {
    display: none;
  }

  .home-2-banner-image-wrap {
    width: 120%;
    height: 370px;
    min-height: auto;
    display: none;
    right: -20%;
  }

  .banner-2-description {
    max-width: none;
  }

  .home-2-banner-button {
    width: 350px;
  }

  .home-2-banner-left {
    width: 100%;
  }

  .get-in-touch-button {
    width: 360px;
  }

  .home-2-banner-bottom {
    margin-top: 40px;
  }

  .wrapper-social-link-logo {
    flex-direction: row;
    width: 100%;
  }

  .wrapper-70 {
    width: 100%;
  }

  .services-list-home-2 {
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
  }

  .services-item-home-2 {
    width: 100%;
  }

  .home-2-portfolio-image {
    object-fit: cover;
    height: 400px;
  }

  .home-2-portfolio-item {
    width: 100%;
  }

  .why-us-image-right {
    margin-left: auto;
    margin-right: auto;
  }

  .cards-wrap {
    width: 100%;
  }

  .about-numbers-wrapper {
    grid-column-gap: 210px;
  }

  .bottom-about-content-wrap {
    flex-wrap: wrap;
  }

  .home-2-right-about-content {
    grid-row-gap: 40px;
    width: 100%;
  }

  .home-2-about-title, .home-2-title-who-we-are {
    max-width: none;
  }

  .who-we-are-top-wrapper {
    flex-wrap: wrap;
  }

  .home-2-description-who-we-are {
    width: 100%;
  }

  .who-we-are-bottom-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap-reverse;
    justify-content: center;
  }

  .home-2-number {
    font-size: 50px;
  }

  .home-2-numbers-wrapper {
    justify-content: center;
    width: 100%;
  }

  .collaborations-wrapper {
    grid-row-gap: 250px;
  }

  .home-3-title-banner {
    max-width: 580px;
  }

  .home-3-banner-section {
    height: auto;
    min-height: auto;
    padding-top: 110px;
    padding-bottom: 80px;
  }

  .logo-image {
    width: 70%;
  }

  .home-3-image-wrapper {
    width: 100%;
    height: 300px;
  }

  .home-3-right-wrapper-expertise {
    width: 100%;
  }

  .home-3-expertise-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .home-3-collaborations-wrapper {
    flex-wrap: wrap;
  }

  .home-3-collaborations-top-wrap {
    width: 100%;
    margin-bottom: 50px;
  }

  .home-3-numbers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    justify-content: center;
  }

  .home-3-collaborations-bottom-wrap {
    width: 100%;
  }

  .home-2-banner-section {
    min-height: auto;
  }

  .home-3-banner-title {
    max-width: 80%;
  }

  .full-width.horizontal {
    flex-wrap: wrap-reverse;
  }

  .logo-bg-wrapper {
    width: 129%;
    inset: 0% 0% 0% 106px;
  }

  .home-3-testimonials-slider {
    grid-row-gap: 40px;
  }

  .home-3-testimonial {
    font-size: 36px;
  }

  .angle-down {
    display: none;
  }

  .numbers-about-wrapper {
    grid-column-gap: 50px;
  }

  .about-numbers-back {
    margin-top: -90px;
    padding: 40px;
    position: relative;
  }

  .left-light-absolute {
    width: 13%;
    height: 179px;
  }

  .what-we-do-left-wrap {
    width: 100%;
  }

  .what-we-do-right-wrap {
    width: 100%;
    height: 350px;
  }

  .what-we-do-content-wrapper, .div-block-17 {
    grid-row-gap: 50px;
    flex-wrap: wrap-reverse;
  }

  .trust-image-wrapper {
    width: 100%;
    height: 350px;
  }

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

  .nav-menu-flex-start {
    background-color: var(--white);
    flex: 1;
    width: 320px;
    margin-left: 0;
  }

  .image-burger-dark {
    margin-bottom: 4px;
  }

  .card-how-we-work {
    max-width: 282px;
  }

  .how-we-work-cards-wrap {
    justify-content: center;
    width: 100%;
  }

  .our-values-content {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .value-image-wrap {
    width: 100%;
  }

  .image-value {
    height: 300px;
  }

  .video-wrapper-not-full {
    width: 100%;
    margin-bottom: 50px;
  }

  .who-we-are-content {
    flex-wrap: wrap;
  }

  .who-we-are-right {
    width: 100%;
  }

  .project-slider {
    margin-left: 15px;
  }

  .title-portfolio-left {
    margin-bottom: 40px;
  }

  .gallery {
    flex-wrap: wrap;
  }

  .image-gallery-wrapper {
    width: 50%;
  }

  .probressbar-container {
    flex-direction: column;
  }

  .circle-counter-wrapper {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 40px;
  }

  .title-left {
    width: 55%;
  }

  .rich-text-project blockquote {
    padding-top: 40px;
    font-size: 28px;
  }

  .top-product-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .project-title {
    max-width: none;
  }

  .project-banner-right-wrappeer, .collection-item {
    width: 100%;
  }

  .news-image-wrap {
    height: 300px;
  }

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

  .top-text-wrap {
    min-height: 250px;
  }

  .shop-bottom-wrapper {
    align-items: center;
  }

  .product-details-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
  }

  .more-image-block {
    width: 100%;
  }

  .lightbox-small-image {
    height: 200px;
  }

  .details-content-block {
    width: 100%;
  }

  .images-services {
    height: 400px;
  }

  .row {
    flex-wrap: wrap;
  }

  .column {
    flex: 0 auto;
    width: 100%;
  }

  .hire-popup-wrap {
    display: none;
  }

  .portfolio-short-description-cms, .portfolio-short-description-cms.text-white {
    max-width: none;
  }

  .home_hero-header_contact-list {
    flex-flow: column;
  }

  .portfolio-short-description-cms-copy, .portfolio-short-description-cms-copy.text-white {
    max-width: none;
  }

  .display-3 {
    font-size: 1.75rem;
  }

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

  .dropdown {
    margin-left: 0;
  }

  .dropdown-toggle {
    padding-left: 0;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout18_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .padding-section-large {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .margin-top-21 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-21.margin-xxlarge {
    margin-top: 2rem;
  }

  .layout254_content-bottom {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 24px;
  }

  blockquote {
    font-size: 18px;
  }

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

  .section.inner-banner-section, .section.contacts-banner, .section.banner-customers, .section.banner-testimonials, .section.portfolio-grid-banner {
    padding-top: 120px;
  }

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

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

  .section.get-started-section {
    padding-top: 0;
  }

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

  .section.faq-banner, .section.blog-detail-section {
    padding-top: 120px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: 1px solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: 1px;
    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-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .colors-container {
    margin-top: 0;
  }

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

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

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

  .style-guide-div {
    width: 100%;
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

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

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

  .nav-link {
    margin-left: 0;
  }

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

  .banner-title.leadership-title-banner {
    margin-bottom: 40px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

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

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

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

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .coming-soon-input {
    min-width: 240px;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .footer-copyright {
    text-align: center;
    width: 100%;
  }

  .team-grid-large {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .process-item-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .process-item-wrapper.reverse {
    flex-wrap: wrap-reverse;
  }

  .process-image-wrapper {
    width: 100%;
  }

  .process-content {
    text-align: center;
    width: 100%;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 0;
  }

  .process-number-wrapper {
    flex: none;
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .process-number-wrapper.reverse {
    padding-left: 0;
  }

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

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

  .values-image-wrapper {
    height: 400px;
  }

  .values-content-wrapper {
    margin-bottom: 20px;
  }

  .values-counter-item {
    margin-right: 20px;
  }

  .career-list-item-wrapper {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }

  .career-button-wrapper {
    justify-content: flex-start;
    width: 100%;
  }

  .comparing-table-plan {
    width: 80%;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .job-position-content-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    position: relative;
    top: 0;
  }

  .contacts-form-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    margin-bottom: 40px;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    align-items: center;
  }

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

  .footer-logo-wrapper {
    align-items: center;
    width: 100%;
  }

  .customer-wrapper {
    height: 240px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .service-details-sidebar-wrapper {
    width: 80%;
  }

  .service-list-wrapper {
    grid-template-columns: 1fr;
  }

  .service-list-banner {
    padding-top: 120px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

  .section-with-blue-background {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .about-3-form-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .project-template-info {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 60px;
  }

  .project-template-info-wrap {
    width: 45%;
    margin-bottom: 24px;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
  }

  .project-template-image {
    height: 300px;
  }

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

  .home-video-wrapper.why-choose-us-video {
    height: 300px;
  }

  .home-testimonials-mask {
    width: 95%;
  }

  .home-testimonials-slider-arrow.right {
    left: 40%;
  }

  .home-testimonials-slider-arrow.gark-arrow {
    margin-right: 50px;
  }

  .home-testimonials-slider-arrow.gark-arrow.right {
    margin-right: 0;
  }

  .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.bottom-50 {
    margin-bottom: 40px;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .projects-slider-mask {
    width: 100%;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

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

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-bottom: 1px solid var(--black\<deleted\|variable-66bd1c0d\>);
    border-top-style: none;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid var(--black\<deleted\|variable-66bd1c0d\>);
    flex-direction: column;
    margin-bottom: 40px;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
  }

  .landing-banner-title {
    max-width: 420px;
    font-size: 50px;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .landing-customers-content-right {
    width: 100%;
    margin-top: 40px;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

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

  .landing-section-title {
    width: 70%;
  }

  .landing-home-pages-wrapper {
    grid-row-gap: 40px;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .free-trial-title-2 {
    margin-bottom: 30px;
  }

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

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

  .main-shop-list-item {
    text-align: center;
  }

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

  .shop-tabs-menu {
    flex-wrap: wrap;
    padding-bottom: 40px;
  }

  .shop-details-block {
    margin-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .footer-rights-wrapper {
    justify-content: center;
    width: 100%;
  }

  .elipse {
    width: 390px;
    height: 390px;
  }

  .vertical-rows-50 {
    width: 100%;
  }

  .title-banner-home-1 {
    max-width: 100%;
  }

  .home-banner-content-wrap {
    flex-wrap: wrap-reverse;
    max-width: 100%;
  }

  .image-wrapp-banner {
    width: 100%;
  }

  .left-images, .right-images {
    display: none;
  }

  .number-large {
    font-size: 70px;
  }

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

  .logo-wrapper {
    width: 33.3%;
  }

  .logo-wrapper.white-border.mobile-border-hidden {
    border-right-width: 0;
  }

  .logo-wrapper.white-border.hidden-border {
    border-right-width: 1px;
  }

  .logo-wrapper.hidden-border {
    border-right-width: 0;
  }

  .small-images-wrapper {
    flex-wrap: wrap;
  }

  .mask-services-slider {
    width: 65%;
  }

  .portfolio-image, .portfolio-item, .portfolio-item:nth-child(2n) {
    height: 400px;
  }

  .collaborations-content-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .image-collaborations {
    height: 360px;
  }

  .why-us-top-wrapper {
    margin-bottom: 60px;
  }

  .why-us-bottom-wrapper {
    grid-row-gap: 30px;
    margin-top: 60px;
  }

  .small-number-wrapper {
    width: 50%;
  }

  .testimonials-title-wrapper.vertical-rows-24.bottom-space-50 {
    margin-bottom: 40px;
  }

  .wrap-bg-absolute {
    top: 0;
    right: -60px;
  }

  .wrap-bg-absolute.right-absolute {
    width: 50%;
    height: 100%;
    top: 120px;
    right: 0;
  }

  .wrap-bg-absolute.left-absolute {
    height: 100%;
    top: 0;
  }

  .space-120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-max-w-500.text-white {
    max-width: 390px;
  }

  .dark-element {
    width: 920px;
  }

  .news-title, .news-description {
    max-width: none;
  }

  .news-bottom-wrapper {
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .collection-news-list {
    grid-row-gap: 20px;
  }

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

  .description-get-started {
    width: 57%;
  }

  .footer-form-block {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .subscrible-bottom-wrapper {
    grid-row-gap: 24px;
    flex-wrap: wrap;
  }

  .banner-2-description {
    font-size: 18px;
  }

  .services-list-home-2 {
    grid-template-columns: 1fr;
  }

  .services-item-home-2 {
    width: 100%;
  }

  .home-2-portfolio-image {
    height: 350px;
  }

  .about-numbers-wrapper {
    grid-column-gap: 40px;
  }

  .home-2-description-who-we-are {
    margin-top: 40px;
  }

  .who-we-are-bottom-wrapper {
    grid-row-gap: 40px;
  }

  .home-2-number {
    font-size: 40px;
  }

  .collaborations-wrapper {
    grid-row-gap: 150px;
  }

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

  .home-3-banner-content {
    max-width: 100%;
  }

  .home-3-top-banner-wrapper {
    margin-bottom: 40px;
  }

  .home-3-right-wrapper-expertise {
    grid-row-gap: 40px;
  }

  .expertise-block {
    grid-column-gap: 40px;
  }

  .home-3-expertise-wrapper {
    grid-row-gap: 40px;
  }

  .footer-form-wrap {
    width: 100%;
  }

  .home-3-collaborations-top-wrap {
    margin-bottom: 40px;
  }

  .home-3-banner-title {
    max-width: none;
  }

  .home-3-testimonial {
    font-size: 32px;
  }

  .number-about-us {
    font-size: 50px;
  }

  .about-numbers-back {
    margin-top: -50px;
    padding: 20px;
  }

  .left-light-absolute {
    height: 118px;
    bottom: 60px;
  }

  .what-we-do-content-wrapper, .div-block-17 {
    grid-row-gap: 40px;
  }

  .card-how-we-work {
    width: 100%;
    max-width: none;
  }

  .video-wrapper-not-full {
    margin-bottom: 40px;
  }

  .project-slider {
    margin-right: 15px;
  }

  .portfolio-slide-description {
    max-width: 450px;
  }

  .circle-counter-wrapper {
    grid-row-gap: 40px;
  }

  .circle-counter {
    width: 100%;
  }

  .title-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .top-product-title-wrapper {
    margin-bottom: 60px;
  }

  .news-image-wrap {
    height: 250px;
  }

  .join-us-description {
    margin-bottom: 40px;
  }

  .block-sizing {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
  }

  .top-text-wrap {
    min-height: auto;
    padding: 20px;
  }

  .shop-bottom-wrapper {
    align-items: flex-end;
  }

  .product-description {
    text-align: left;
  }

  .zoom-wrapper {
    display: none;
  }

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

  .images-services {
    height: 350px;
  }

  .title-content {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

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

  ._404-text {
    font-size: 140px;
  }

  .logo-wrapper-white {
    border-bottom: 1px solid #ffffff1a;
    width: 33.3%;
  }

  .logo-wrapper-white.last-logo {
    border-bottom-style: none;
  }

  .logo-wrapper-white.last-logo-mobile {
    border-right-style: none;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .google.opt-0.hide {
    opacity: 0;
    display: block;
  }

  .social-proof {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-primary {
    border-radius: .625rem;
    padding: 1.375rem 2rem;
    font-size: 1rem;
  }

  .form-btn---arrow {
    padding-top: 1.375rem;
    padding-bottom: 1.375rem;
    padding-left: 2rem;
  }

  .heading-h4-size {
    font-size: 1.25rem;
  }

  .input {
    border-radius: .625rem;
    min-height: 3.75rem;
    font-size: 1rem;
  }

  .text-area {
    border-radius: .625rem;
    min-height: 7.5rem;
    font-size: 1rem;
  }

  .lightbox-link {
    height: 250px;
  }

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .layout18_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .layout254_right {
    grid-row-gap: 3rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

  .layout254_left {
    grid-row-gap: 3rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .margin-top-21 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-21.margin-xxlarge {
    margin-top: 2rem;
  }

  .layout254_content-bottom {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .section.banner-customers {
    background-position: 50%;
    background-size: 100%;
  }

  .section.map-bg {
    background-position: 50% 62%;
  }

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

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .color-container {
    flex-wrap: wrap;
  }

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

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .close-menu-button.w--open {
    top: 10px;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

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

  .license-link {
    margin-right: 15px;
  }

  .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-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-prev-button, .blog-template-next-button {
    flex: none;
    width: 100%;
  }

  .footer {
    text-align: left;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-copyright {
    justify-content: center;
  }

  .process-image {
    min-height: 300px;
  }

  .values-image-wrapper {
    height: 320px;
  }

  .values-content-wrapper {
    margin-bottom: 15px;
  }

  .values-counter-item {
    margin-right: 15px;
    padding: 20px;
  }

  .career-customers-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .banner-title-wrapper {
    width: 100%;
    max-width: none;
  }

  .text-white {
    text-align: left;
  }

  .text-white.align-center-mobile, .banner-description.text-white, .section-title {
    text-align: center;
  }

  .comparing-table-plan {
    width: 100%;
  }

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

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

  .footer-links-wrapper.is-legal {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .service-details-sidebar-wrapper {
    width: 100%;
  }

  .service-list-item-image {
    min-height: 350px;
  }

  .service-list-item-content-wrapper {
    padding: 20px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

  .about-3-form-wrapper {
    text-align: center;
  }

  .portfolio-grid-image {
    min-height: 400px;
  }

  .portfolio-grid-title-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .project-template-info-wrap {
    width: 100%;
  }

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

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: var(--headline-10);
    border-bottom-width: 1px;
    border-bottom-color: var(--headline-10);
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-banner-section {
    height: auto;
  }

  .home-testimonials-mask {
    margin-top: 0;
  }

  .home-testimonials-slider-arrow.right {
    left: 45%;
  }

  .portfolio-grid-image-link {
    height: auto;
    min-height: 400px;
  }

  .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 {
    width: 100%;
  }

  .image-gallery {
    height: 300px;
  }

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

  .tablet-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand-tablet {
    padding-bottom: 0;
    padding-left: 0;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .landing-banner-content {
    flex-direction: column;
    max-width: none;
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    inset: auto 0% 28%;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 0px;
  }

  .landing-customers-content-left {
    width: 100%;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 0;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-section-title {
    width: 100%;
  }

  .section-banner.landing-banner {
    background-position: 193% 57%, -71% 20%;
    background-size: auto 230px, auto 220px;
    min-height: 50vh;
  }

  .shop-list-image {
    height: 320px;
  }

  .sessions-tab-link {
    text-align: center;
  }

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

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .elipse {
    filter: blur(90px);
    width: 250px;
    height: 250px;
    top: 10%;
  }

  .elipse.medium-elipse {
    width: 300px;
    height: 300px;
  }

  .line-wrapper {
    grid-column-gap: 120px;
  }

  .home-banner-content-wrap {
    max-width: 100%;
  }

  .image-top {
    margin-top: 20px;
  }

  .image-bottom {
    margin-left: 70px;
  }

  .left-images {
    grid-column-gap: 10px;
    flex-wrap: wrap;
  }

  .right-images {
    grid-column-gap: 0px;
    flex-wrap: wrap;
  }

  .logo-wrapper {
    width: 50%;
    padding: 20px;
  }

  .logo-wrapper.hidden-border-mobile {
    border-right-width: 0;
  }

  .logo-wrapper.white-border.mobile-border-hidden {
    border-right-width: 1px;
  }

  .logo-wrapper.white-border.hidden-border {
    border-right-width: 0;
  }

  .logo-wrapper.hidden-border {
    border-right-width: 1px;
  }

  .home-services-slider {
    margin-top: 30px;
    margin-right: 15px;
  }

  .mask-services-slider {
    width: 100%;
  }

  .top-item-wrap {
    padding: 20px;
  }

  .bottom-item-wrap {
    padding-left: 20px;
  }

  .arrow-slider {
    top: -60px;
  }

  .image-center-right {
    margin-left: 70px;
  }

  .projects-text-hover {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .bottom-card-text-wrap {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .collaborations-content-wrap {
    margin-bottom: 0;
  }

  .image-collaborations {
    height: 500px;
  }

  .small-number-wrapper {
    width: 100%;
  }

  .wrap-bg-absolute.right-absolute {
    width: 65%;
    height: 50%;
    top: 240px;
    right: -25px;
  }

  .title-max-w-500.text-white {
    max-width: none;
  }

  .dark-element {
    width: 100%;
  }

  .news-text-hover {
    margin-bottom: 20px;
  }

  .description-get-started {
    width: 100%;
  }

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

  .home-2-banner-button, .button-with-arrow.top-space-50, .view-demo-link {
    width: 100%;
  }

  .get-in-touch-button {
    text-align: left;
    width: 100%;
  }

  .get-in-touch-button-wrapper {
    width: 100%;
  }

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

  .wrapper-social-link-logo {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .about-numbers-wrapper, .home-2-numbers-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .collaborations-wrapper {
    grid-row-gap: 50px;
  }

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

  .logo-image {
    width: 100%;
  }

  .expertise-block {
    grid-column-gap: 20px;
  }

  .home-3-title-wrap {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .logo-bg-wrapper {
    width: 100%;
    left: 0;
  }

  .number-about-us {
    font-size: 40px;
  }

  .numbers-about-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-numbers-back {
    background-color: var(--transperent);
    margin-top: -40px;
  }

  .left-light-absolute {
    display: none;
  }

  .about-us-number-wrap {
    background-color: var(--light-bg);
    padding: 20px;
  }

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

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

  .corporate-description {
    text-align: left;
  }

  .image-gallery-wrapper {
    width: 100%;
  }

  .testimonial-card {
    padding: 20px;
  }

  .rich-text-project blockquote {
    background-size: 27px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item {
    width: 100%;
  }

  .flex-horizontal.gap-small-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .line-light {
    display: none;
  }

  .shop-bottom-wrapper {
    align-items: center;
  }

  .lightbox-main-image {
    height: 300px;
  }

  .lightbox-small-image {
    height: 150px;
  }

  .order-item {
    flex-wrap: wrap;
  }

  .right-item {
    width: 48%;
  }

  .logo-wrapper-white {
    width: 50%;
    padding: 20px;
  }

  .logo-wrapper-white.last-logo-mobile {
    border-right-style: solid;
  }

  .logo-wrapper-white.hidden-border-mobile {
    border-right-style: none;
  }

  .text-color-white.is-small {
    font-size: 16px;
    font-weight: 400;
  }

  .home_hero-header_contact-list {
    flex-flow: column;
  }

  .google.opt-0 {
    opacity: 0;
    margin-right: 5px;
  }

  .btn-primary {
    width: 100%;
    padding: 1.25rem;
  }

  .form-btn---arrow {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
  }

  .input, .text-area {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lightbox-link {
    height: 125px;
  }

  .link-block.radius-100 {
    width: 4rem;
    height: 4rem;
    padding: 16px;
    bottom: 1rem;
    right: 1rem;
  }

  .image-3 {
    width: 150px;
    height: 100%;
    margin-top: 24px;
  }

  .smartphone-call-button {
    z-index: 5;
    background-color: var(--headline);
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

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

  .margin-bottom-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-top-21 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-21.margin-xxlarge {
    margin-top: 2rem;
  }

  .layout254_content-bottom {
    grid-template-columns: 1fr;
  }
}

#w-node-_5bae3c08-92f5-facf-7353-eb75a7b11349-f67d4b08 {
  justify-self: start;
}

#w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-f67d4b13, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-f67d4b13, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-f67d4b13, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-f67d4b13, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-f67d4b2f, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-f67d4b2f, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-f67d4b2f, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-f67d4b2f, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-f67d4b2f, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-f67d4b2f, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-f67d4b2f, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-f67d4b2f, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-f67d4b2f, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-f67d4b2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c69dc572-b967-b5ec-4124-aa026f57f6e2-f43ceab6, #w-node-c69dc572-b967-b5ec-4124-aa026f57f6e8-f43ceab6, #w-node-c69dc572-b967-b5ec-4124-aa026f57f6ee-f43ceab6, #w-node-efc3a40d-74ac-4e0b-16b9-d3731a7cb336-f43ceab6, #w-node-efc3a40d-74ac-4e0b-16b9-d3731a7cb33c-f43ceab6, #w-node-efc3a40d-74ac-4e0b-16b9-d3731a7cb342-f43ceab6, #w-node-c69dc572-b967-b5ec-4124-aa026f57f6e2-36fe8017, #w-node-c69dc572-b967-b5ec-4124-aa026f57f6e8-36fe8017, #w-node-c69dc572-b967-b5ec-4124-aa026f57f6ee-36fe8017, #w-node-efc3a40d-74ac-4e0b-16b9-d3731a7cb336-36fe8017, #w-node-efc3a40d-74ac-4e0b-16b9-d3731a7cb33c-36fe8017, #w-node-efc3a40d-74ac-4e0b-16b9-d3731a7cb342-36fe8017, #w-node-c69dc572-b967-b5ec-4124-aa026f57f6e2-246b59ca, #w-node-c69dc572-b967-b5ec-4124-aa026f57f6e8-246b59ca, #w-node-c69dc572-b967-b5ec-4124-aa026f57f6ee-246b59ca, #w-node-efc3a40d-74ac-4e0b-16b9-d3731a7cb336-246b59ca, #w-node-efc3a40d-74ac-4e0b-16b9-d3731a7cb33c-246b59ca, #w-node-efc3a40d-74ac-4e0b-16b9-d3731a7cb342-246b59ca {
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-f3e2ddbc-2930-1beb-1c4a-0779431c70e6-f43ceab6, #w-node-f3e2ddbc-2930-1beb-1c4a-0779431c70e6-36fe8017, #w-node-f3e2ddbc-2930-1beb-1c4a-0779431c70e6-246b59ca {
    order: 9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-f67d4b13, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-f67d4b13, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-f67d4b13, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-f67d4b13 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f3e2ddbc-2930-1beb-1c4a-0779431c70e6-f43ceab6, #w-node-f3e2ddbc-2930-1beb-1c4a-0779431c70e6-36fe8017, #w-node-f3e2ddbc-2930-1beb-1c4a-0779431c70e6-246b59ca {
    grid-column: span 1 / span 1;
  }
}


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