:root {
  --text-dark: #20282d;
  --primary-color: #213035;
  --primary-light: #d5dede;
  --light-gray: #fafafa;
  --black: black;
  --white: white;
  --light-green: #33e0b7;
}

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

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

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

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

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

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

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

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

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

body {
  color: var(--text-dark);
  font-family: Heebo, sans-serif;
  font-size: 20px;
  line-height: 1.5em;
}

h1 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

h6 {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5em;
}

a {
  color: var(--primary-color);
  cursor: pointer;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .3s;
}

a:hover {
  color: #213035b3;
}

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

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  align-items: center;
  font-size: 18px;
}

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

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

blockquote {
  border-left: 5px solid var(--primary-color);
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  font-family: Sora, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

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

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

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

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

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

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

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

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

.section.job-position-banner {
  background-color: var(--primary-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-top: 170px;
  display: flex;
}

.section.banner-background-image {
  background-image: linear-gradient(#00000080, #00000080), url('../images/business-brainstorming-graph-chart-report_1business brainstorming graph chart report.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 130px;
  display: flex;
}

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

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

.section.no-top-space {
  padding-top: 0;
}

.section.banner-light {
  background-color: var(--primary-light);
  padding-top: 180px;
}

.section.light-gray-bg-no-bottom-space {
  background-color: var(--light-gray);
  padding-bottom: 0;
  overflow: hidden;
}

.section.banner-dark {
  background-color: var(--text-dark);
  padding-top: 180px;
}

.section.banner-full-height {
  background-image: linear-gradient(#0000, #000c), url('../images/woman-sitting-on-couch_1woman sitting on couch.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 100vh;
}

.section.banner-transparent {
  border-bottom: 1.5px solid #21303533;
  min-height: 600px;
  padding-top: 170px;
  padding-bottom: 95px;
}

.section.negative-position-block-bottom {
  z-index: 1;
  background-color: var(--light-gray);
  margin-top: -80px;
  padding-top: 160px;
  padding-bottom: 0;
}

.section.negative-position-block-top {
  background-color: var(--text-dark);
  padding-bottom: 0;
}

.section.background-image {
  background-image: linear-gradient(#0006, #0006), url('../images/office-workers-using-finance-graphs_1office workers using finance graphs.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 130px;
  display: flex;
}

.section.background-image-medium {
  background-image: linear-gradient(#0006, #0006), url('../images/meeting-with-financial-advisor-_1meeting with financial advisor .webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 130px;
  display: flex;
}

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

.section.services-details-banner {
  background-color: var(--primary-color);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  display: flex;
}

.section.our-team-banner {
  background-image: linear-gradient(#0006, #0006), url('../images/empowering-businesses_1empowering businesses.webp');
  background-position: 0 0, 50% 15%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 130px;
  display: flex;
}

.section.no-bottom-space {
  padding-bottom: 0;
}

.section.career-banner {
  background-image: linear-gradient(#0006, #0006), url('../images/from-startup-to-success_1from startup to success.webp');
  background-position: 0 0, 50% 15%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding-top: 130px;
  display: flex;
}

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

.section.cta {
  background-color: var(--primary-light);
  padding-top: 60px;
  padding-bottom: 0;
  overflow: hidden;
}

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

.section.banner-contact-us {
  background-color: var(--primary-color);
  flex-direction: row;
  align-items: center;
  padding-top: 170px;
  display: flex;
}

.section.gray-blog-body {
  background-color: var(--light-gray);
  padding-bottom: 0;
}

.section.blog-post-body {
  padding-top: 60px;
}

.section.blog-post-item-banner {
  background-image: linear-gradient(#0006, #0006), url('../images/empowering-businesses_1empowering businesses.webp');
  background-position: 0 0, 50% 15%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  display: flex;
  overflow: hidden;
}

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

.section.project-banner {
  background-color: var(--primary-color);
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section.project-body {
  padding-top: 130px;
}

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

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

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

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

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

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

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

.grid-description.first-description {
  border-right: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
  border-left: 1px solid var(--primary-color);
  width: 24%;
}

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

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

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

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

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

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

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

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

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

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

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

.primary-style-guide {
  background-color: var(--primary-color);
  width: 80px;
  height: 80px;
}

.black-style-guide {
  background-color: var(--black);
  width: 80px;
  height: 80px;
}

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

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

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

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

.white-style-guide {
  background-color: var(--white);
  width: 80px;
  height: 80px;
}

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

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

.headers-wrapper.last-item {
  margin-bottom: 0;
}

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

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

.primary-button {
  color: var(--text-dark);
  text-align: center;
  text-transform: none;
  background-color: #2130351a;
  border-radius: 50px;
  padding: 20px 40px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

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

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

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

.primary-button.pagination {
  border-style: none;
  margin-top: 50px;
}

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

.primary-button.pagination-prev {
  margin-left: 0;
  margin-right: auto;
}

.primary-button.pagination-next {
  border-style: none;
  margin-top: 50px;
  margin-left: auto;
  margin-right: 0;
}

.primary-button.pagination-prev {
  border-style: none;
  margin-top: 50px;
}

.style-guide-div {
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
}

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

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

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

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

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

.navbar {
  background-color: #0000;
  width: 100%;
  padding-top: 15px;
  position: absolute;
}

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

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

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

.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 {
  background-color: var(--light-gray);
  border-color: #21303533;
  border-radius: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
}

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

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

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

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

.nav-dropdown-link:hover {
  color: #20282db3;
  margin-left: 0;
}

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

.nav-item-title {
  color: var(--text-dark);
  text-transform: capitalize;
  font-size: 16px;
  line-height: 1.5em;
}

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

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

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

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

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

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

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
  transition: all .3s cubic-bezier(.55, .055, .675, .19);
}

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

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

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

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

.license-link {
  color: #0e0e0e;
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

.licensing-font-title {
  text-transform: none;
  margin-bottom: 10px;
}

.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 #20282d4d;
  border-radius: 10px;
  min-width: 280px;
  min-height: 70px;
  margin-bottom: 20px;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

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

.password-input::placeholder {
  color: var(--text-dark);
  font-size: 18px;
}

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

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

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

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

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

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

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

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

.coming-soon-input {
  border: 1px solid #20282d4d;
  border-radius: 10px;
  min-width: 300px;
  height: auto;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 500;
}

.coming-soon-input:focus {
  border: 1px solid var(--text-dark);
}

.coming-soon-input::placeholder {
  color: var(--text-dark);
  font-size: 18px;
  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: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.blog-grid-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 60px;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.blog-grid-image-link {
  width: 100%;
  overflow: hidden;
}

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

.blog-grid-item-date {
  border-radius: 20px;
  margin-bottom: 20px;
  font-size: 16px;
}

.blog-grid-content-wrapper {
  width: 100%;
  min-height: 280px;
  display: flex;
}

.blog-grid-item {
  border: 1px solid #2130354d;
  width: 100%;
  position: relative;
}

.blog-grid-item-title {
  color: #0e0e0e;
  font-size: 24px;
  font-weight: 700;
}

.blog-grid-item-description {
  margin-top: 0;
  margin-bottom: 15px;
}

.blog-classic-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.blog-classic-post-category {
  background-color: var(--light-green);
  color: var(--white);
  border-style: solid;
  border-width: 1px;
  margin-bottom: 20px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

.blog-classic-post-category:hover {
  border-color: var(--light-green);
  color: var(--primary-color);
  background-color: #0000;
}

.blog-post-title {
  margin-bottom: 5px;
  transition: color .3s;
}

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

.blog-classic-post-image {
  object-fit: cover;
  width: 100%;
  transition: all .3s;
  transform: scale(1.02);
}

.blog-classic-post-image:hover {
  transform: scale(1);
}

.blog-classic-post-image-wrapper {
  min-width: 100%;
  overflow: hidden;
}

.blog-classic-bottom-content {
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

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

.blog-classic-post-date {
  z-index: 5;
  background-color: var(--light-gray);
  border-radius: 3px;
  margin-top: -13px;
  padding: 3px 15px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.nav-menu-wrapper {
  border-bottom: 1px solid #21303533;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  display: flex;
}

.nav-menu-wrapper.light-white-border {
  border-bottom-color: #fff3;
}

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

.blog-sidebar-item {
  background-color: var(--white);
  width: 100%;
  display: inline-block;
}

.blog-sidebar-post-content {
  grid-row-gap: 10px;
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  min-height: 440px;
  padding: 20px;
  display: flex;
}

.blog-sidebar-post-category {
  z-index: 2;
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
  margin-bottom: 10px;
  padding: 5px 8px;
  transition: all .3s;
  display: inline-block;
}

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

.blog-sidebar-left {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 30px;
  display: grid;
}

.blog-sidebar-right {
  flex-direction: column;
}

.blog-sidebar-wrapper {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.sidebar-recent-posts-wrapper {
  margin-top: 20px;
}

.sidebar-recent-post-item {
  margin-bottom: 20px;
  display: flex;
}

.blog-recent-post-title {
  color: #0e0e0e;
  margin-top: 0;
  font-size: 16px;
  transition: opacity .2s;
}

.blog-recent-post-title:hover {
  opacity: .7;
  color: var(--primary-color);
}

.blog-recent-post-date {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.sidebar-recent-posts {
  background-color: var(--white);
  margin-bottom: 30px;
  padding: 30px 20px;
}

.sidebar-categories {
  background-color: var(--white);
  padding: 30px 20px;
}

.sidebar-categories-wrapper {
  margin-top: 20px;
}

.blog-sidebar-post-image {
  width: 100%;
  height: 100%;
  transition: all .2s;
  transform: scale(1.02);
}

.blog-sidebar-post-image:hover {
  transform: scale(1);
}

.blog-sidebar-post-image-link {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sidebar-category {
  transition: all .3s;
  display: block;
}

.sidebar-category:hover {
  background-color: #0000;
}

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

.blog-template-date {
  z-index: 2;
  color: var(--white);
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
}

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

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

.blog-template-pagination-icon {
  width: 40px;
}

.next-post-arrow {
  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(--light-gray);
  text-align: center;
  align-items: flex-start;
  padding-top: 80px;
  padding-bottom: 50px;
}

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

.footer-rights {
  line-height: 1.4em;
}

.footer-copyright {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  display: inline;
}

.footer-copyright-link {
  margin-right: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link.no-right-margin {
  margin-right: 0;
}

.section-title-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.section-subtitle {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-weight: 500;
}

.section-subtitle.text-color-light-green {
  color: var(--light-green);
}

.team-card {
  background-color: var(--light-gray);
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.team-card-image {
  color: var(--primary-color);
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 310px;
}

.team-card-image.fit-cover-left {
  object-position: 0% 50%;
}

.team-card-content-wrapper {
  padding-top: 20px;
}

.team-social-icon {
  color: var(--primary-color);
  font-family: "Fa brands 400", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.team-social-icon:hover {
  color: var(--light-green);
}

.team-grid-large {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

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

.style-guide-button-wrapper.last-child {
  border-radius: 50px;
  margin-right: 0;
}

.text-button-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-left: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 14px;
  display: flex;
}

.free-trial-wrapper {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.career-list-item-wrapper {
  grid-row-gap: 30px;
  background-color: var(--light-gray);
  flex-flow: column wrap;
  width: 48.4%;
  height: 100%;
  min-height: 400px;
  padding: 30px;
  display: flex;
}

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

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

.banner-title-wrapper.portfolio-project {
  z-index: 5;
  align-items: flex-start;
  max-width: 50%;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 60px;
  padding-left: 40px;
  position: relative;
}

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

.banner-description {
  text-align: center;
  max-width: 575px;
  margin-top: 24px;
}

.banner-description.medium-width-white {
  color: var(--white);
  max-width: 670px;
}

.banner-description.large-width-white {
  color: var(--white);
  max-width: 825px;
}

.services-wrapper {
  width: 100%;
}

.services-item {
  grid-row-gap: 20px;
  background-color: var(--light-gray);
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 30px 30px;
  display: flex;
}

.services-item.last-child {
  margin-right: 0;
}

.services-item-description {
  margin-bottom: 20px;
}

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

.pricing-plan-item {
  background-color: var(--white);
  transition: all .3s;
}

.pricing-plan-item:hover {
  transform: translate(0, -15px);
}

.pricing-plan-list {
  margin-top: 20px;
  margin-bottom: 0;
}

.pricing-plan-item-title {
  margin-top: 0;
}

.pricing-plan-price-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.pricing-plan-price {
  font-size: 56px;
}

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

.comparing-table-plans-wrapper {
  grid-column-gap: 40px;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

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

.comparing-table-plan {
  width: 33.33%;
  transition: all .3s;
}

.comparing-table-plan:hover {
  transform: translate(0, -15px);
}

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

.comparing-table-content-wrapper {
  border: 1px solid #20282d33;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.comparing-table-content-item {
  text-align: center;
  border-bottom: 1px solid #d7e5ee;
  justify-content: space-between;
  align-items: center;
  min-height: 56px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

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

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

.comparing-table-content-item-title {
  margin-bottom: 0;
  font-size: 16px;
}

.workflow-profile-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.workflow-profile-description {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  margin-left: 20px;
  display: flex;
}

.workflow-profile-wrapper {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.workflow-content-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 40px;
  display: flex;
}

.workflow-video-wrapper {
  width: 50%;
  max-height: 320px;
}

.workflow-wrapper {
  display: flex;
}

.workflow-profile-photo-wrapper {
  width: 80px;
  height: 80px;
}

.workflow-video {
  background-image: linear-gradient(#0006, #0006), url('../images/meeting-with-financial-advisor-_1meeting with financial advisor .webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 280px;
  display: flex;
  position: relative;
}

.play-button {
  z-index: 5;
  background-color: #0000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
}

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

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

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

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

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

.accordion-wrapper.service-details {
  margin-top: 60px;
}

.accordion-item {
  width: 100%;
  margin-bottom: 15px;
  position: static;
}

.accordion-wrap {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-right: 15px;
  display: flex;
}

.accordion-title {
  width: 90%;
}

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

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

.link-with-icon {
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
}

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

.link-with-icon.large-size {
  border-bottom: 1.5px solid #21303533;
  justify-content: space-between;
  padding-bottom: 16px;
}

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

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

.job-position-wrapper {
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.job-position-sidebar-wrapper {
  grid-row-gap: 10px;
  background-color: var(--primary-color);
  flex-direction: column;
  align-items: flex-start;
  width: 33%;
  padding: 30px;
  display: flex;
  position: sticky;
  top: 40px;
  box-shadow: 0 0 20px #0000000f;
}

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

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

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

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

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

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

.paragraph-no-margin.regular-link {
  font-weight: 400;
}

.hidden {
  display: none;
}

.adress-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.adress-card {
  background-color: var(--light-gray);
  padding: 30px;
}

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

.footer-wrapper {
  grid-column-gap: 60px;
  border-bottom: 1.5px solid #21303533;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 60px;
  display: flex;
}

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

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

.search-wrap-input::placeholder {
  color: #afafaf;
}

.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-color);
  width: 100%;
  height: 3px;
  margin-bottom: 20px;
  display: flex;
}

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

.search-shop-con {
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.search-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 #20282d4d;
  border-radius: 10px;
  height: auto;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
}

.search-input:active {
  border-color: var(--text-dark);
}

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

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

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

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

.customers-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #afafaf80;
  border-left: 1px solid #afafaf80;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.customer-wrapper {
  text-align: center;
  border-bottom: 1px solid #afafaf80;
  border-right: 1px solid #afafaf80;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 280px;
  transition: all .3s;
  display: flex;
}

.customer-title {
  margin-top: 20px;
  font-size: 18px;
}

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

.testimonials-card-item {
  grid-column-gap: 25px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #fff3;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
  box-shadow: 0 0 50px #0f5cfa14;
}

.testimonials-card-title, .testimonials-card-content {
  color: var(--primary-light);
  text-align: left;
}

.testimonials-card-position {
  color: var(--primary-light);
  text-align: left;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}

.testimonials-card-date {
  color: var(--primary-light);
  text-align: left;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
}

.service-details-content-wrapper {
  width: 70%;
}

.service-details-sidebar-wrapper {
  background-color: var(--primary-color);
  width: 30%;
  padding: 30px;
  position: sticky;
  top: 40px;
}

.service-details-content {
  grid-column-gap: 40px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

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

.button-wrapper.with-box-shadow {
  border-radius: 50px;
  box-shadow: 0 2px 5px #0003;
}

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

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

.primary-button-white {
  color: var(--white);
  text-align: center;
  background-color: #ffffff1a;
  border-radius: 50px;
  align-items: center;
  padding: 20px 40px;
  transition: all .3s;
}

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

.primary-button-white.pagination-white, .primary-button-white.pagination-next {
  margin-left: auto;
}

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

.video-wrapper {
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-bottom: 10px;
  display: flex;
}

.counter-grid-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  width: 100%;
  margin-bottom: 80px;
}

.counter-item {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.counter-number-large {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 1em;
}

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

.three-column-section {
  display: flex;
}

.first-column {
  background-color: var(--primary-color);
  width: 33.33%;
  padding: 80px 30px 80px 40px;
}

.second-column {
  background-image: linear-gradient(#0003, #0003), url('../images/team-image-background_1team image background.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 33.33%;
}

.third-column {
  background-color: var(--primary-light);
  width: 33.33%;
  padding: 80px 40px 80px 30px;
}

.third-column-description {
  margin-top: 24px;
  margin-bottom: 50px;
}

.progress-bar-item {
  margin-bottom: 30px;
}

.progressbar-gray-line {
  background-color: #afafaf80;
  width: 100%;
  height: 4px;
}

.progress-bar-90 {
  background-color: var(--primary-color);
  width: 90%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

.progress-bar-active-element {
  background-color: var(--primary-color);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
  position: absolute;
  inset: auto -10px 15px auto;
  transform: rotate(-45deg);
}

.progress-bar-number {
  color: var(--white);
  font-size: 12px;
  transform: rotate(45deg);
}

.progressbar-con {
  width: 100%;
}

.progress-bar-80 {
  background-color: var(--primary-color);
  width: 82%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

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

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

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

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

.portfolio-grid-collection-item {
  width: 100%;
  overflow: hidden;
}

.portfolio-grid-title-wrapper {
  z-index: 5;
  grid-row-gap: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

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

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

.project-template-info-wrap {
  margin-bottom: 30px;
}

.project-template-info-wrap.last-child {
  margin-top: 30px;
  margin-bottom: 0;
}

.project-template-social-icons {
  margin-top: 10px;
  display: flex;
}

.project-template-social-link {
  color: #fafafab3;
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 15px;
  line-height: 15px;
  transition: all .3s;
  display: flex;
}

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

.project-template-social-link.last-child {
  margin-right: 0;
  font-size: 14px;
}

.project-template-banner-image {
  object-fit: cover;
  width: 50%;
  height: 570px;
  position: absolute;
}

.project-pagination-wrapper {
  border-top: 1px solid #20282d4d;
  border-bottom: 1px solid #20282d4d;
  align-items: stretch;
  width: 100%;
  margin-top: 60px;
  display: flex;
}

.project-pagination-icon-wrapper {
  text-align: center;
  border-left: 1px solid #20282d4d;
  border-right: 1px solid #20282d4d;
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.project-template-images-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.progress-bar-98 {
  background-color: var(--primary-color);
  width: 98%;
  height: 4px;
  margin-top: -4px;
  position: relative;
}

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

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

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

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

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

.blog-sidebar-right-wrapper {
  width: 33%;
  position: relative;
}

.blog-sidebar-left-wrapper {
  flex-direction: column;
  display: flex;
}

.contacts-location-wrapper {
  flex-direction: column;
  min-height: 140px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

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

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

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

.map-wrapper {
  position: relative;
}

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

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

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

.empty-state {
  background-color: #0000;
  padding: 0;
  font-size: 16px;
}

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

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

.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 {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebar-categories-list {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  display: flex;
}

.blog-details-link-title {
  margin-top: 10px;
}

.project-button-link {
  color: #0e0e0e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 40%;
  display: flex;
}

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

.project-button-link.left {
  align-items: flex-start;
}

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

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

.about-grid-image {
  object-fit: cover;
  width: 100%;
  height: 400px;
}

.about-grid-item {
  border-style: solid;
  border-width: 3px 1px 1px;
  border-color: var(--primary-color) #21303533 #21303533;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
  position: relative;
}

.project-about-subtitle {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.6em;
}

.project-service-big {
  background-color: var(--primary-color);
  display: flex;
  position: relative;
}

.project-service-image {
  object-fit: cover;
  width: 65%;
  height: 520px;
}

.project-services-right {
  background-color: var(--primary-color);
  width: 35%;
}

.project-services-overlay {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 60%;
  padding: 60px 40px;
  display: flex;
}

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

.circle-counter {
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 25%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.counter-progressbar {
  width: 160px;
  height: 160px;
  padding: 2px;
  display: flex;
  position: relative;
}

.project-overlay-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 10% 0% auto;
}

.counter-mask {
  border: 5px solid var(--white);
  width: 80px;
  height: 160px;
  position: absolute;
}

.counter-mask.left {
  transform-origin: 100%;
  border-right-style: solid;
  border-right-color: #fff0;
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  height: 160px;
  inset: 0%;
  transform: rotate(0);
}

.counter-mask.left.dark {
  border-color: var(--primary-color) #0f5cfa00 var(--primary-color) var(--primary-color);
}

.counter-mask.right {
  transform-origin: 0%;
  border-left-color: #fff0;
  border-top-right-radius: 150px;
  border-bottom-right-radius: 150px;
  height: 160px;
  inset: 0%;
}

.counter-mask.right.dark {
  border-color: var(--primary-color) var(--primary-color) var(--primary-color) #0f5cfa00;
}

.counter-static {
  border: 1px solid #ffffff80;
  border-radius: 50%;
  width: 156px;
  height: 156px;
}

.counter-static.dark {
  border-color: var(--primary-light);
}

.counter-number {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 40px;
  font-weight: 700;
  display: flex;
}

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

.counter-left-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.counter-right-block {
  width: 80px;
  height: 160px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.counter-title {
  max-width: 180px;
}

.services-video-left-block {
  align-items: center;
  display: flex;
}

.services-video-wrapper {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  align-items: start;
}

.big-number-text {
  color: var(--primary-color);
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
}

.big-number {
  color: var(--primary-color);
  margin-right: 20px;
  font-size: 160px;
  font-weight: 600;
  line-height: 1em;
}

.services-video {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.services-video-wrap {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.services-video-right-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.image-small-height {
  object-fit: cover;
  width: 50%;
  height: 280px;
}

.images-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  display: flex;
}

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

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

.banner-content-wrap-left {
  width: 35%;
}

.banner-content-wrap-right {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 65%;
  display: flex;
}

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

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

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

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

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

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

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

.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, .rich-text-style h4 {
  margin-top: 25px;
  margin-bottom: 15px;
}

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

.rich-text-style h6 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 20px;
}

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

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

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

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

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

.flex-horizontal-center.tablet-wrap-medium-gap {
  grid-column-gap: 60px;
  align-items: stretch;
  width: 100%;
}

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

.brand-tablet {
  display: none;
}

.brand {
  color: var(--black);
  font-family: Sora, sans-serif;
  font-size: 36px;
}

.brand.w--current {
  color: var(--white);
  font-family: Sora, sans-serif;
  font-size: 36px;
}

.form {
  grid-row-gap: 25px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-dark-style-guide {
  background-color: var(--text-dark);
  width: 80px;
  height: 80px;
}

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

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

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

.footer-rights-wrapper {
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

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

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

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

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

.success-message {
  text-align: left;
  background-color: #0000;
  padding: 0;
  font-size: 18px;
  line-height: 1.3em;
}

.error-message {
  text-align: left;
  background-color: #0000;
  margin-top: 15px;
  padding: 0;
  font-size: 18px;
  line-height: 1.3em;
}

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

.margin-top-xsmall {
  margin-top: 10px;
}

.light-green-style-guide {
  background-color: var(--light-green);
  width: 80px;
  height: 80px;
}

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

.paragraph-small.width-medium {
  width: 85%;
}

.paragraph-small.description-space.font-weight-regular {
  font-weight: 400;
}

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

.navbar-right-block {
  align-items: center;
  display: flex;
}

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

.footer-form-block {
  text-align: left;
  width: 50%;
}

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

.text-align-left.title-bottom-space {
  margin-bottom: 25px;
}

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

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

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

.text-field-half-width {
  background-color: #0000;
  border: 1px solid #2130354d;
  border-radius: 10px;
  width: 50%;
  height: auto;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

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

.text-field-half-width::placeholder {
  color: var(--text-dark);
  font-size: 18px;
  line-height: 1.5em;
}

.select-field-wrapper {
  border: 1px solid #2130354d;
  border-radius: 10px;
  width: 100%;
  padding: 15px 25px;
}

.select-field-with-arrow {
  background-color: #0000;
  border: 1px #0000;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
}

.footer-form-textarea {
  background-color: #0000;
  border: 1px solid #2130354d;
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  max-height: 100%;
  margin-bottom: 0;
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 500;
}

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

.footer-form-textarea::placeholder {
  color: var(--text-dark);
  font-size: 18px;
  line-height: 1.5em;
}

.footer-text-block {
  text-align: left;
  width: 50%;
}

.text-block-small {
  margin-bottom: 25px;
  font-family: Sora, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
}

.text-block-small.no-margin-bottom {
  margin-bottom: 0;
}

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

.paragraph-regular.margin-bottom-xxsmall {
  margin-bottom: 5px;
}

.footer-social-link {
  background-color: #2130351a;
  border-radius: 50px;
  padding: 10px 30px;
  transition-property: all;
  display: inline-block;
}

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

.footer-social-link-wrapper {
  grid-column-gap: 10px;
  display: flex;
}

.footer-text-info {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.full-width {
  width: 100%;
}

.full-width.section-margin-top-large {
  margin-top: 80px;
}

.full-width.margin-bottom-medium {
  margin-bottom: 50px;
}

.display-flex-horizontal {
  width: 100%;
  display: flex;
}

.display-flex-horizontal.align-start-medium-gap {
  grid-column-gap: 40px;
  align-items: flex-start;
}

.display-flex-horizontal.space-between {
  justify-content: space-between;
}

.display-flex-horizontal.space-between-align-end {
  justify-content: space-between;
  align-items: flex-end;
}

.display-flex-horizontal.tablet-wrap-medium-gap {
  grid-column-gap: 60px;
}

.display-flex-horizontal.xmedium-gap-mobile-wrap {
  grid-column-gap: 40px;
  position: relative;
}

.display-flex-horizontal.space-between-end-reverse {
  justify-content: space-between;
  align-items: flex-end;
}

.display-flex-horizontal.large-space {
  grid-column-gap: 140px;
}

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

.display-flex-horizontal.align-start-medium-rows-gap {
  grid-column-gap: 40px;
  align-items: flex-start;
}

.display-flex-horizontal.all-gap-medium-tablet-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.banner-text-info {
  width: 50%;
}

.description-space {
  margin-bottom: 50px;
}

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

.banner-image-holder {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  min-height: 630px;
  display: flex;
  position: relative;
}

.circle-block {
  z-index: 0;
  background-color: var(--primary-color);
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
  border: 11px solid #ffffffe6;
  border-radius: 365px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 480px;
  display: flex;
}

.cart-image-holder {
  z-index: 1;
  -webkit-backdrop-filter: blur(74px);
  backdrop-filter: blur(74px);
  border: 11px solid #ffffff80;
  border-radius: 21px;
  width: 380px;
  height: 310px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

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

.full-size-image.with-border-radius {
  border-radius: 10px;
}

.banner-image-large {
  z-index: 2;
  object-fit: contain;
  width: 91%;
  height: 615px;
  position: absolute;
  top: 32px;
}

.banner-block-item {
  z-index: 3;
  background-color: var(--light-green);
  -webkit-backdrop-filter: blur(58px);
  backdrop-filter: blur(58px);
  border-radius: 12px;
  padding: 11px 22px;
}

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

.text-color-white.font-weight-bold {
  font-weight: 700;
}

.banner-block-item-holder {
  z-index: 3;
  -webkit-backdrop-filter: blur(58px);
  backdrop-filter: blur(58px);
  background-color: #ffffff80;
  border-radius: 16px;
  padding: 5.5px;
  position: absolute;
  bottom: 65px;
  left: 0%;
}

.banner-block-right-item-holder {
  z-index: 3;
  -webkit-backdrop-filter: blur(58px);
  backdrop-filter: blur(58px);
  background-color: #ffffff80;
  border-radius: 16px;
  padding: 5.5px;
  position: absolute;
  bottom: 120px;
  right: -10px;
}

.number-item {
  color: var(--white);
  font-family: Sora, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

.banner-block-item-text {
  color: var(--white);
  font-size: 18px;
}

.banner-company-logo-wrapper {
  width: 100%;
  margin-top: 20px;
}

.banner-company-logo-holder {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.company-logo-image {
  width: 15%;
  height: 40px;
}

.company-logo-image.medium-size {
  width: 16%;
}

.text-block-large {
  font-family: Sora, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2em;
}

.section-divider {
  background-color: #21303533;
  width: 100%;
  height: 1.5px;
}

.text-info-wrapper-left {
  width: 75%;
}

.check-list-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.check-item {
  grid-column-gap: 10px;
  align-items: center;
  width: 32%;
  display: flex;
}

.check-item.small-size {
  width: 29%;
}

.check-item.full-width {
  width: 100%;
}

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

.check-image.invert-filters {
  filter: invert(400%);
}

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

.description-large-width {
  width: 90%;
}

.description-large-width.margin-top-bottom-medium {
  margin-top: 50px;
  margin-bottom: 50px;
}

.link-block {
  background-color: var(--primary-color);
  flex-direction: column;
  justify-content: center;
  width: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-block-icon {
  z-index: 1;
  width: 54px;
  height: 54px;
  position: relative;
}

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

.title-width-small {
  width: 45%;
}

.title-width-small.desktop-medium-width {
  width: 60%;
}

.services-collection-list-wrapper.small-width {
  width: 31.2%;
  display: flex;
}

.services-collection-list-wrapper.medium-width {
  width: 66%;
}

.services-wrapper-item {
  background-color: var(--light-gray);
  flex: 1;
  padding: 20px;
  font-size: 20px;
}

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

.services-wrapper-item.transparent-style {
  background-color: #0000;
  padding: 0;
}

.services-line-divider {
  background-color: #21303533;
  width: 100%;
  height: 1.5px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.services-line-divider.small-space {
  margin-top: 20px;
  margin-bottom: 20px;
}

.margin-bottom-xsmall {
  margin-bottom: 10px;
}

.margin-bottom-xsmall.title-hover {
  cursor: pointer;
  transition: color .3s;
}

.margin-bottom-xsmall.title-hover:hover {
  color: #20282db3;
}

.margin-bottom-xsmall.title-hover-white {
  color: var(--white);
  cursor: pointer;
  transition: color .3s;
}

.margin-bottom-xsmall.title-hover-white:hover {
  color: #ffffffb3;
}

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

.services-collection-list.transparent-style, .services-collection-list.half-width-style {
  grid-row-gap: 50px;
}

.services-collection-item {
  width: 31.2%;
  transition: transform .4s;
  display: flex;
}

.services-collection-item:hover {
  transform: translate(0, -10px);
}

.services-collection-item.first-item {
  width: 100%;
}

.services-collection-item.half-width, .services-collection-item.desktop-tablet-half-width {
  width: 47.6%;
}

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

.services-description.desktop-medium-width {
  width: 100%;
}

.services-number.text-color-light-green {
  color: var(--light-green);
}

.services-collections-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
}

.services-collections-wrapper.no-top-space {
  margin-top: 0;
}

.description-center-small {
  text-align: center;
  width: 55%;
  margin-bottom: 50px;
}

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

.portfolio-collection-list {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.portfolio-item {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

.portfolio-item.left-block:last-child, .portfolio-item.right-block:first-child {
  height: 400px;
}

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

.portfolio-item-text-info {
  z-index: 1;
  background-image: linear-gradient(#0009, #0009);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.categories-wrapper {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.title-hover-white {
  color: var(--white);
  cursor: pointer;
  transition: color .3s;
}

.title-hover-white:hover {
  color: #ffffffb3;
}

.category-text-link {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.category-text-link:hover {
  color: #ffffffb3;
}

.category-text-link-divider {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
}

.category-text-link-divider:hover {
  color: #ffffffb3;
}

.display-flex-vertical {
  flex-direction: column;
  display: flex;
}

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

.display-flex-vertical.rows-gap-xmedium {
  grid-row-gap: 30px;
}

.portfolio-collections-holder {
  grid-column-gap: 30px;
  width: 100%;
  display: flex;
}

.portfolio-collections-block {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.column-wrapper-medium {
  width: 50%;
}

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

.column-text-wrapper {
  width: 40%;
}

.margin-top-small {
  width: 90%;
  margin-top: 20px;
}

.check-list-wrapper-vertical {
  grid-column-gap: 15px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.check-list-wrapper-vertical.top-space-small-center {
  margin-top: 24px;
}

.numbers-wrapper {
  grid-column-gap: 60px;
  justify-content: space-between;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.number-item-wrapper {
  width: 25%;
}

.number-title {
  color: var(--white);
  margin-bottom: 10px;
  font-family: Sora, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.2em;
}

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

.section-divider-white {
  background-color: #fff3;
  max-width: 1170px;
  height: 1.5px;
  margin: 80px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.column-wrapper-xmedium {
  width: 40%;
  margin-right: 40px;
}

.column-wrapper-xmedium.sticky {
  margin-right: 50px;
}

.reviews-slider {
  background-color: #0000;
  width: 60%;
  height: auto;
}

.reviews-slider.large-size {
  width: 100%;
  padding-bottom: 80px;
}

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

.font-weight-bold {
  font-weight: 700;
}

.font-weight-bold.margin-xxsmall {
  margin-bottom: 5px;
}

.reviews-arrow-left {
  border: 1px solid #fff6;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  transition: all .3s;
  display: flex;
  inset: auto auto 0% -74%;
}

.reviews-arrow-left:hover {
  border-color: var(--light-green);
  background-color: var(--light-green);
}

.reviews-arrow-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.reviews-arrow-icon.reverse {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.reviews-arrow-right {
  border: 1px solid #fff6;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  transition: all .3s;
  display: flex;
  inset: auto auto 0% -61%;
}

.reviews-arrow-right:hover {
  border-color: var(--light-green);
  background-color: var(--light-green);
}

.reviews-icons-wrapper {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.reviews-icons-wrapper.top-space {
  margin-top: 15px;
}

.reviews-icon {
  width: 20px;
  height: 20px;
}

.review-author-info {
  grid-row-gap: 5px;
  flex-direction: column;
  width: 50%;
  display: flex;
}

.review-author-info.full-width {
  width: 100%;
}

.column-wrapper {
  width: 43%;
}

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

.column-text-wrapper-medium {
  width: 48%;
}

.icon-holder {
  border: 1px solid var(--primary-light);
  background-color: #d5dede4d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 24px;
  padding: 8px;
  display: flex;
}

.icon-small {
  width: 30px;
  height: 30px;
}

.icon-small.graf {
  width: 24px;
  height: 24px;
}

.text-info-wrapper-small {
  width: 25%;
}

.blog-slider-wrapper {
  grid-column-gap: 60px;
  padding-left: 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.blog-collection-list {
  grid-column-gap: 20px;
  border-bottom: 1.5px solid #21303533;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.blog-collection-item {
  border-bottom: 4px solid #0000;
  flex-direction: column;
  justify-content: space-between;
  width: 33.33%;
  height: 100%;
  transition: border-color .3s;
  display: flex;
}

.blog-collection-item:hover {
  border-bottom-color: var(--text-dark);
}

.blog-image {
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  height: 220px;
  transition: transform .3s;
}

.blog-image:hover {
  transform: scale(.98);
}

.title-hover {
  cursor: pointer;
  transition: color .3s;
}

.title-hover:hover {
  color: #20282db3;
}

.inline-block {
  display: inline-block;
}

.clients-wrapper {
  border: 1px solid var(--primary-light);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #d5dede80;
  border-radius: 10px;
  padding: 30px;
  position: absolute;
  inset: auto auto -20px 20px;
}

.clients-images-holder {
  margin-bottom: 20px;
  display: flex;
}

.clients-images-holder.no-bottom-space {
  margin-bottom: 0;
}

.clients-image-holder {
  border: 2px solid var(--white);
  border-radius: 263px;
  width: 53px;
  height: 53px;
}

.clients-image-holder.negative-margin-left {
  margin-left: -20px;
}

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

.clients-image.fit-cover-top {
  object-position: 50% 0%;
}

.banner-text-info-medium {
  align-items: center;
  width: 60%;
  display: flex;
}

.banner-text-info-medium.home {
  flex-direction: column;
  align-items: flex-start;
}

.banner-description-small {
  color: var(--white);
  width: 70%;
  margin-bottom: 50px;
}

.banner-description-small.no-bottom-space {
  margin-bottom: 0;
}

.banner-image-absolute {
  object-fit: cover;
  width: 40%;
  height: 405px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.banner-small-divider {
  background-color: var(--primary-light);
  padding-top: 65px;
  padding-bottom: 65px;
  position: relative;
}

.banner-contact-info-wrapper {
  grid-column-gap: 100px;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-large {
  font-size: 20px;
  font-weight: 400;
}

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

.link-large.white:hover {
  color: #ffffffb3;
}

.contact-info-wrapper {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.contact-info-wrapper-large {
  grid-column-gap: 20px;
  background-color: var(--light-green);
  justify-content: space-between;
  width: 40%;
  height: 100%;
  max-height: 160px;
  padding: 30px 15px 30px 30px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.contact-info-title {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 500;
}

.contact-info-description {
  font-size: 18px;
  font-weight: 400;
}

.contact-info {
  z-index: 2;
  width: 90%;
  position: relative;
}

.contact-info-icon {
  z-index: 2;
  width: 25px;
  height: 25px;
  position: relative;
}

.contact-info-wrapper-hover {
  z-index: 1;
  background-color: var(--primary-light);
  position: absolute;
  inset: 0%;
}

.company-logo-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 15px;
  overflow: hidden;
}

.company-images-loop-wrapper {
  grid-column-gap: 50px;
  align-items: center;
  width: 100%;
  display: flex;
}

.company-logo-image-small {
  object-fit: contain;
  width: 16.6%;
  height: 32.5px;
}

.company-logo-image-small.small-height {
  height: 26px;
}

.company-logo-item-loop {
  grid-column-gap: 50px;
  flex: none;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-info-wrapper-bottom {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  bottom: 60px;
  left: 0%;
  right: 0%;
}

.banner-info-wrapper-bottom.banner-transparent {
  justify-content: space-between;
  align-items: center;
  display: flex;
  bottom: 20px;
}

.banner-info-holder {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner-text-info-large {
  width: 60%;
  margin-bottom: 60px;
}

.banner-image-absolute-medium {
  object-fit: cover;
  width: 35%;
  height: 670px;
  position: absolute;
  inset: 100px 0% 0% auto;
}

.banner-clients-images-wrapper {
  grid-column-gap: 25px;
  align-items: center;
  display: flex;
}

.text-width-small {
  width: 42%;
}

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

.display-inline-block {
  display: inline-block;
}

.block-image-right {
  background-image: linear-gradient(#0003, #0003), url('../images/team-image-background_1team image background.webp');
  background-position: 0 0, 40% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 440px;
  padding: 20px;
  display: flex;
}

.block-image-right-title {
  color: var(--white);
  font-size: 170px;
  font-weight: 700;
  line-height: 1em;
}

.block-image-right-holder {
  grid-row-gap: 20px;
  flex-wrap: wrap;
  width: 46%;
  display: flex;
}

.section-subtitle-wrapper-small {
  width: 10%;
}

.text-info-right-block {
  width: 65%;
}

.text-block-medium {
  font-family: Sora, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2em;
}

.text-block-medium.text-margin-bottom-large {
  margin-bottom: 50px;
}

.text-info-description {
  width: 90%;
}

.text-info-description.text-margin-bottom-large {
  margin-bottom: 50px;
}

.services-title {
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  transition: opacity .4s;
}

.services-title:hover {
  color: #20282db3;
}

.section-wrapper-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  margin-bottom: 50px;
  display: flex;
}

.section-wrapper-center.desktop-margin-bottom-xmedium {
  margin-bottom: 30px;
}

.slider-wrapper {
  z-index: 2;
  background-color: var(--white);
  justify-content: flex-end;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  padding: 80px 80px 80px 70px;
  position: relative;
}

.review-author-image {
  object-fit: cover;
  border-radius: 50%;
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
}

.review-author-image.fit-cover-left {
  object-position: 0% 0%;
}

.slider-left-block {
  width: 45%;
}

.slider-right-block {
  width: 60%;
}

.slider-wrapper-large {
  grid-column-gap: 50px;
  display: flex;
  position: relative;
}

.reviews-gray-arrow-left {
  border: 1px solid #0006;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0%;
}

.reviews-gray-arrow-left:hover {
  border-color: var(--light-green);
  background-color: var(--light-green);
}

.reviews-gray-arrow-right {
  border: 1px solid #0006;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 58px;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% 140px;
}

.reviews-gray-arrow-right:hover {
  border-color: var(--light-green);
  background-color: var(--light-green);
}

.text-margin-bottom-large {
  margin-bottom: 50px;
}

.column-medium-image-fixed {
  object-fit: cover;
  width: 100%;
  height: 700px;
}

.text-width-medium {
  width: 45%;
}

.margin-top-medium {
  margin-top: 50px;
}

.blog-wrapper {
  width: 75%;
}

.link-hover {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  transition: color .3s;
}

.link-hover:hover {
  color: #20282db3;
}

.blog-collection-item-holder {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 558px;
  display: flex;
}

.title-wrapper-left {
  width: 30%;
}

.services-wrapper-right {
  width: 70%;
}

.services-info-wrapper {
  width: 85%;
}

.services-info-holder {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.accordion-icon-circle {
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  margin-left: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 15px;
  line-height: 1em;
  display: flex;
}

.text-content-large {
  grid-row-gap: 30px;
  flex-direction: column;
  width: 80%;
  display: flex;
}

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

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

.text-content-small {
  justify-content: flex-end;
  width: 20%;
}

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

.card-wrapper-large {
  width: 90%;
}

.position-static {
  position: static;
}

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

.card-small-wrapper {
  grid-column-gap: 30px;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.card-small-item {
  background-color: var(--light-gray);
  width: 50%;
  padding: 20px;
}

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

.grid-3-columns.list-with-bottom-border {
  border-bottom: 1.5px solid #fff3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.awards-text {
  color: var(--white);
  font-size: 18px;
}

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

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

._1-2-column-wrapper {
  width: 50%;
}

.content-play-button {
  color: var(--black);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  right: 0;
  box-shadow: 14px 14px 15px #00000080;
}

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

.play-button-medium {
  z-index: 5;
  background-color: var(--light-green);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: absolute;
}

.content-medium-video {
  background-image: linear-gradient(#0003, #0003), url('../images/business-brainstorming-graph-chart-report_1business brainstorming graph chart report.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 450px;
  display: flex;
  position: relative;
  overflow: visible;
}

.content-medium-video:hover {
  opacity: 1;
}

.description-width-medium {
  width: 95%;
}

.service-details-item {
  border-bottom: 1px solid #fff3;
  margin-bottom: 15px;
  padding-bottom: 15px;
  transition: border-color .4s;
}

.service-details-item:last-child {
  margin-bottom: 0;
}

.service-details-item-link {
  grid-column-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.service-details-item-text {
  color: var(--white);
  width: 80%;
}

.service-details-item-image {
  width: 30px;
  height: 30px;
}

.service-details-image-medium {
  object-fit: cover;
  width: 100%;
  height: 350px;
  margin-bottom: 30px;
}

.services-banner-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.services-banner-image-block {
  height: 440px;
  overflow: hidden;
}

.subtitle-3 {
  color: #0052da;
  font-size: 18px;
}

.services-banner-image {
  object-fit: cover;
  object-position: 50% 60%;
  width: 100%;
  height: 440px;
}

.services-banner-left {
  background-color: var(--primary-color);
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 56%;
  margin-bottom: 85px;
  padding-left: 15px;
  display: flex;
}

.services-banner-right {
  background-color: var(--primary-light);
  width: 51%;
  margin-top: -130px;
  padding-top: 130px;
  padding-bottom: 85px;
  overflow: hidden;
}

.services-banner-section {
  padding-top: 100px;
  position: relative;
}

.service-banner-info-wrapper {
  width: 100%;
}

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

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

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

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

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

.details-page-title-wrapper {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}

.team-social-links {
  grid-column-gap: 15px;
  justify-content: flex-end;
  width: 25%;
  display: flex;
}

.team-title-medium {
  text-align: left;
  width: 70%;
}

.team-wrapper-info {
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

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

.flex-horizontal-align-center.with-gap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.flex-horizontal-align-center.desktop-wrap-small-gap {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
}

.flex-horizontal-align-center.space-between-gap-small {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fa-solid-large-font {
  font-family: "Fa solid 900", sans-serif;
}

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

.department-wrapper {
  background-color: var(--text-dark);
  color: #fff;
  padding: 10px 15px;
  font-size: 14px;
  transition-property: background-color;
}

.department-wrapper:hover {
  color: var(--light-gray);
  background-color: #20282dcc;
}

.career-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  width: 100%;
  height: 100%;
  display: flex;
}

._1-3-width-column {
  width: 33.33%;
}

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

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

.flex-vertical-card.tablet-horizontal-mobile-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
}

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

.text-info-wrapper {
  grid-row-gap: 15px;
  border-bottom: 1px solid #fff3;
  flex-direction: column;
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
}

.text-info-wrapper.desktop-no-line, .text-info-wrapper.tablet-no-line {
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.title-medium {
  cursor: pointer;
  transition: color .3s;
}

.title-medium:hover {
  color: #20282db3;
}

.flex-wrap-container {
  display: flex;
}

.white {
  color: var(--white);
  justify-content: flex-start;
}

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

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

.title-wrapper {
  position: sticky;
  top: 20px;
}

.pricing-header-wrap {
  background-color: var(--primary-light);
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.pricing-content-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  padding: 40px 20px;
  display: flex;
}

.grid-container-2-column {
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-block {
  grid-column-gap: 40px;
  align-items: center;
}

.image-wrap-fix-width {
  width: 52%;
  height: 360px;
  overflow: hidden;
}

.review-text-content {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
}

.author-review {
  object-fit: cover;
  height: 100%;
}

._404-title {
  color: var(--primary-color);
  margin-bottom: 20px;
  font-size: 140px;
}

.regular-link {
  font-weight: 400;
  transition: opacity .3s;
}

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

.regular-link.white {
  transition: opacity .3s;
}

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

.blog-item-text-block {
  grid-row-gap: 25px;
  flex-direction: column;
  max-width: 600px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  display: flex;
}

.post-link {
  margin-top: 20px;
  margin-right: auto;
}

.blog-post-heading {
  transition: opacity .3s;
}

.blog-post-heading:hover {
  opacity: .7;
}

.first-post-blog-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .33fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.blog-one-post {
  width: 67%;
}

.blog-one-post-item {
  background-color: var(--white);
}

.blog-one-post-item-inner {
  grid-column-gap: 30px;
  background-color: var(--white);
  flex-direction: column;
  display: flex;
}

.blog-post-text-wrapper {
  grid-column-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: 20px 30px 30px;
  display: flex;
}

.blog-one-post-image {
  object-fit: cover;
  width: 100%;
  height: 325px;
  transition: all .2s;
  overflow: hidden;
  transform: scale(1.02);
}

.blog-one-post-image:hover {
  transform: scale(1);
}

.one-post-heading {
  text-align: left;
  margin-bottom: 25px;
  transition: opacity .3s;
}

.one-post-heading:hover {
  opacity: .7;
}

.header-link {
  padding: 20px;
  font-weight: 400;
}

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

.image-post-link {
  overflow: hidden;
}

.contact-us-header-description {
  margin-top: 20px;
  padding-right: 10px;
}

.services-line-divider-small-margin {
  background-color: #21303533;
  width: 100%;
  height: 1.5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.services-line-divider-small-margin.white {
  background-color: #fff3;
}

.header-link-post {
  padding-left: 0;
  font-weight: 400;
}

.header-link-post:hover {
  opacity: .7;
}

.blog-post-image {
  position: absolute;
  inset: 0%;
}

.blog-post-h1 {
  z-index: 2;
  color: var(--white);
}

.blog-head-overlay {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.blog-post-head-wrap {
  z-index: 2;
  width: 920px;
  position: relative;
}

.horizontal-line {
  color: #ffffff80;
  background-color: #ffffff4d;
  height: 1px;
  margin-top: 2px;
}

.portfolio-image-overlay {
  background-image: radial-gradient(circle, #0000, #20282d4d);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.portfolio-header {
  color: var(--light-gray);
  padding-right: 15px;
  transition: opacity .3s;
}

.portfolio-header:hover {
  opacity: .7;
}

.banner-overlay {
  z-index: 2;
  background-image: radial-gradient(circle, #20282d4d, #2130354d);
  width: 50%;
  height: 570px;
  position: absolute;
}

.project-description {
  color: var(--light-gray);
  min-height: 110px;
  margin-top: 25px;
  font-size: 18px;
}

.project-article {
  max-width: 57%;
  padding-right: 40px;
}

.project-images {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.project-images-collection {
  position: sticky;
  top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.pagination-wrap {
  margin-top: 50px;
}

.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-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  color: var(--white);
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border-bottom: 0 #0000;
  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;
  border-bottom-color: #0000;
}

.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: 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-buttons:hover {
  color: #ffffffb3;
  border-color: #fff;
}

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

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

.more-templates {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  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;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 48px auto;
}

.more-templates:hover {
  opacity: 1;
  color: #000;
  border-color: #e4e4e4;
}

.buy-now-webflow-icon {
  margin-right: 8px;
}

.buy-this-template {
  z-index: 1000;
  color: #000;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto 12px 12px auto;
}

.buy-this-template:hover {
  opacity: 1;
  color: #000;
  border-color: #e4e4e4;
}

.text-orange {
  color: #f69c20;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

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

.promotion-text-block {
  font-size: 14px;
}

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

.promotion-coupon {
  color: #101828;
  background-color: #fff;
  border-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  display: inline-block;
}

.promotion-label-buy-this-template {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  color: #000;
}

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

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

.promotion-label-more-templates {
  color: #000;
  letter-spacing: normal;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  display: flex;
}

.promotion-label-more-templates:hover {
  color: #000;
}

.promotion-label-left {
  z-index: 1000;
  background-color: #0055d4;
  border-radius: 4px;
  width: 100%;
  max-width: 290px;
  position: absolute;
}

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

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

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

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

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

  h2 {
    font-size: 50px;
  }

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

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

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

  .section.job-position-banner {
    text-align: center;
    padding-top: 220px;
  }

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

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

  .section.banner-light, .section.banner-dark {
    padding-top: 210px;
  }

  .section.negative-position-block-bottom {
    margin-top: -100px;
    padding-top: 230px;
  }

  .section.background-image, .section.background-image-medium {
    padding-top: 200px;
  }

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

  .section.our-team-banner, .section.career-banner {
    padding-top: 200px;
  }

  .section.cta {
    padding-top: 80px;
  }

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

  .section.blog-post-body {
    padding-top: 80px;
  }

  .section.blog-post-item-banner {
    padding-top: 220px;
  }

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

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

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

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

  .navbar {
    padding-top: 20px;
  }

  .nav-dropdown-toggle {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-dropdown-list.megamenu.w--open {
    right: -255px;
  }

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

  .blog-classic-top-content {
    grid-column-gap: 20px;
  }

  .blog-classic-post-category {
    font-size: 16px;
  }

  .nav-menu-wrapper {
    padding-bottom: 20px;
  }

  .blog-grid-post-wrapper {
    grid-column-gap: 50px;
  }

  .blog-sidebar-post-content {
    grid-row-gap: 20px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-sidebar-wrapper, .blog-template-pagination {
    margin-top: 80px;
  }

  .footer {
    padding-top: 130px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .banner-title-wrapper.portfolio-project {
    max-width: 44.5%;
    padding-top: 170px;
    padding-bottom: 80px;
    padding-left: 70px;
  }

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

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-content-wrapper {
    padding-top: 10px;
  }

  .workflow-content-wrapper {
    padding-left: 70px;
  }

  .workflow-video-wrapper {
    max-height: none;
  }

  .adress-cards-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 0;
  }

  .adress-card {
    padding: 40px;
  }

  .footer-wrapper {
    grid-column-gap: 100px;
    margin-bottom: 50px;
    padding-bottom: 80px;
  }

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

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .service-list-banner {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .counter-grid-wrapper {
    margin-bottom: 100px;
  }

  .counter-number-large {
    font-size: 60px;
  }

  .first-column {
    padding: 130px 50px 130px 80px;
  }

  .third-column {
    padding: 130px 80px 130px 50px;
  }

  .progress-bar-active-element {
    margin-left: 20px;
  }

  .portfolio-grid-collection-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .project-template-banner-image {
    width: 55%;
    height: 644px;
  }

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

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

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

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

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

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

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

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

  .about-grid-image {
    height: 420px;
  }

  .project-service-image {
    height: 640px;
  }

  .project-services-overlay {
    width: 50%;
  }

  .project-overlay-block {
    right: 14%;
  }

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

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

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

  .navbar-right-block {
    grid-column-gap: 60px;
  }

  .full-width.section-margin-top-large {
    margin-top: 100px;
  }

  .display-flex-horizontal.align-start-medium-gap {
    grid-column-gap: 50px;
  }

  .display-flex-horizontal.tablet-wrap-medium-gap {
    grid-column-gap: 100px;
  }

  .display-flex-horizontal.large-space {
    grid-column-gap: 160px;
  }

  .display-flex-horizontal.align-start-medium-rows-gap {
    grid-column-gap: 50px;
  }

  .cart-image-holder {
    width: 415px;
    height: 335px;
  }

  .full-size-image {
    object-fit: cover;
  }

  .banner-image-large {
    width: 78%;
  }

  .banner-block-item-holder {
    bottom: 60px;
  }

  .banner-company-logo-holder {
    grid-column-gap: 100px;
  }

  .company-logo-image {
    width: 13%;
  }

  .company-logo-image.medium-size {
    width: 15%;
  }

  .text-block-large {
    font-size: 74px;
  }

  .check-list-wrapper {
    grid-column-gap: 80px;
  }

  .check-item {
    width: 27%;
  }

  .check-item.small-size {
    width: 24%;
  }

  .description-large-width {
    width: 80%;
  }

  .title-width-small.desktop-medium-width {
    width: 55%;
  }

  .services-collection-list-wrapper.small-width {
    width: 31.6%;
  }

  .services-line-divider.small-space {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .services-collection-list.transparent-style, .services-collection-list.half-width-style {
    grid-row-gap: 70px;
  }

  .services-collection-item {
    width: 31.6%;
  }

  .services-collection-item.half-width, .services-collection-item.desktop-tablet-half-width {
    width: 48%;
  }

  .services-description.desktop-medium-width {
    width: 80%;
  }

  .description-center-small {
    width: 45%;
  }

  .check-list-wrapper-vertical, .numbers-wrapper {
    grid-column-gap: 80px;
  }

  .number-item-wrapper {
    width: 19%;
  }

  .number-title {
    font-size: 74px;
  }

  .section-divider-white {
    margin-top: 130px;
    margin-bottom: 130px;
  }

  .column-wrapper-xmedium.sticky {
    margin-right: 60px;
  }

  .reviews-slider.large-size {
    padding-bottom: 50px;
  }

  .reviews-arrow-left {
    left: -72%;
  }

  .reviews-arrow-right {
    left: -62%;
  }

  .column-image-medium {
    height: 600px;
  }

  .blog-slider-wrapper {
    grid-column-gap: 100px;
    padding-left: 4.5%;
  }

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

  .banner-description-small {
    width: 65%;
  }

  .banner-image-absolute {
    height: 480px;
  }

  .banner-contact-info-wrapper {
    grid-column-gap: 190px;
  }

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

  .contact-info-wrapper-large {
    padding: 45px 40px 45px 45px;
  }

  .contact-info-description {
    font-size: 20px;
  }

  .contact-info {
    width: 80%;
  }

  .contact-info-icon {
    width: 30px;
    height: 30px;
  }

  .company-logo-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .company-images-loop-wrapper {
    grid-column-gap: 70px;
  }

  .company-logo-image-small {
    width: 14%;
  }

  .company-logo-item-loop {
    grid-column-gap: 70px;
  }

  .banner-info-wrapper-bottom {
    bottom: 80px;
  }

  .banner-image-absolute-medium {
    height: 720px;
    top: 110px;
  }

  .text-width-small {
    width: 43%;
  }

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

  .text-info-right-block {
    width: 71%;
  }

  .text-block-medium {
    font-size: 50px;
  }

  .text-info-description {
    width: 80%;
  }

  .services-title {
    width: 90%;
  }

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

  .slider-wrapper {
    max-width: 1225px;
    margin-left: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 100px;
  }

  .slider-left-block {
    width: 35%;
  }

  .slider-right-block {
    width: 65%;
  }

  .slider-wrapper-large {
    grid-column-gap: 100px;
  }

  .reviews-gray-arrow-left {
    left: -105px;
  }

  .reviews-gray-arrow-right {
    left: 30px;
  }

  .blog-collection-item-holder {
    min-height: 495px;
  }

  ._1-2-column-wrapper {
    width: 50%;
  }

  .description-width-medium {
    width: 85%;
  }

  .services-banner-left, .services-banner-right {
    padding-left: 60px;
  }

  .services-banner-section {
    padding-top: 110px;
  }

  .department-wrapper {
    font-size: 16px;
  }

  .title-medium {
    font-size: 26px;
  }

  .pricing-banner {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .faq-banner {
    padding-top: 220px;
    padding-bottom: 130px;
  }

  .pricing-content-wrap {
    padding: 40px;
  }

  .image-wrap-fix-width {
    height: 500px;
  }

  ._404-title {
    font-size: 140px;
  }

  .blog-one-post {
    width: 70%;
  }

  .blog-one-post-item-inner {
    grid-column-gap: 30px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 2fr 1fr;
    grid-auto-columns: 1fr;
  }

  .contact-us-header-description {
    padding-right: 60px;
  }

  .blog-post-image {
    width: 100%;
  }

  .banner-overlay {
    width: 55%;
    height: 644px;
    max-height: 800px;
  }

  .project-article {
    max-width: 60%;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1440px) {
  h5 {
    margin-bottom: 10px;
  }

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

  .section.banner-transparent {
    min-height: 620px;
    padding-top: 180px;
    padding-bottom: 85px;
  }

  .nav-container {
    max-width: 1350px;
  }

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

  .blog-sidebar-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .sidebar-recent-posts {
    margin-bottom: 40px;
  }

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

  .footer-wrapper {
    padding-bottom: 100px;
  }

  .progress-bar-active-element {
    margin-left: 70px;
  }

  .portfolio-grid-collection-list {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .about-img._1 {
    width: 380px;
  }

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

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

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

  .our-services-wrap {
    align-items: center;
  }

  .project-services-overlay {
    top: 20%;
    bottom: 20%;
  }

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

  .banner-image-holder {
    min-height: 560px;
  }

  .banner-image-large {
    height: 520px;
  }

  .banner-company-logo-wrapper {
    margin-top: 0;
  }

  .numbers-wrapper {
    margin-top: 100px;
  }

  .blog-slider-wrapper {
    padding-left: 9%;
  }

  .banner-description-small.tablet-medium-width {
    width: 60%;
  }

  .banner-contact-info-wrapper {
    grid-column-gap: 225px;
  }

  .contact-info-wrapper-large {
    padding-right: 75px;
  }

  .contact-info {
    width: 70%;
  }

  .company-logo-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .company-images-loop-wrapper, .company-logo-item-loop {
    grid-column-gap: 90px;
  }

  .banner-info-wrapper-bottom {
    bottom: 100px;
  }

  .banner-info-wrapper-bottom.banner-transparent {
    bottom: 20px;
  }

  .banner-text-info-large {
    width: 68%;
  }

  .banner-image-absolute-medium {
    width: 30%;
    height: 618px;
  }

  .slider-wrapper {
    max-width: 1300px;
  }

  .slider-left-block {
    width: 30%;
  }

  .reviews-gray-arrow-left {
    left: -205px;
  }

  .reviews-gray-arrow-right {
    left: -70px;
  }

  .blog-collection-item-holder {
    min-height: 510px;
  }

  .services-banner-left {
    width: 60%;
  }

  .services-banner-right {
    width: 44%;
    padding-left: 80px;
  }

  .service-banner-info-wrapper {
    width: 90%;
  }

  ._404-title {
    font-size: 180px;
  }

  .first-post-blog-wrapper {
    grid-column-gap: 40px;
  }

  .blog-one-post-image {
    height: 325px;
  }
}

@media screen and (min-width: 1920px) {
  .section.banner {
    padding-bottom: 130px;
  }

  .section.banner-transparent {
    min-height: 960px;
    padding-top: 210px;
    padding-bottom: 150px;
  }

  .section.negative-position-block-bottom {
    padding-top: 250px;
  }

  .section.services-details-banner {
    padding-top: 240px;
  }

  .section.banner-contact-us {
    background-image: none;
    padding-bottom: 130px;
  }

  .section.project-banner {
    max-height: 700px;
  }

  .nav-container {
    max-width: 1720px;
  }

  .blog-sidebar-post-content {
    min-height: 422px;
  }

  .footer {
    padding-top: 150px;
  }

  .banner-title-wrapper.portfolio-project {
    max-width: 41.5%;
  }

  .service-list-banner {
    padding-top: 230px;
    padding-bottom: 150px;
  }

  .first-column {
    padding: 150px 80px 150px 120px;
  }

  .third-column {
    padding: 150px 120px 150px 80px;
  }

  .progress-bar-wrapper {
    max-width: 360px;
  }

  .progress-bar-active-element {
    margin-left: 80px;
  }

  .project-template-banner-image {
    width: 55%;
  }

  .about-img._1 {
    width: 420px;
    left: 16%;
  }

  .about-img._3 {
    width: 430px;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .project-services-overlay {
    width: 45%;
    right: 20%;
  }

  .project-overlay-block {
    right: 18%;
  }

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

  .collection-list-blog-classic {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-text-block {
    width: 54%;
  }

  .banner-image-holder {
    min-height: 630px;
  }

  .circle-block {
    width: 530px;
    height: 530px;
  }

  .cart-image-holder {
    width: 445px;
  }

  .banner-image-large {
    width: 83.5%;
    height: 615px;
    top: 14px;
  }

  .banner-company-logo-wrapper {
    margin-top: 5px;
  }

  .text-block-large, .number-title {
    font-size: 84px;
  }

  .section-divider-white {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .reviews-slider.large-size {
    margin-left: -80px;
    padding-bottom: 80px;
  }

  .column-wrapper {
    width: 43%;
  }

  .text-info-wrapper-small {
    width: 19%;
  }

  .blog-slider-wrapper {
    padding-left: 19.5%;
  }

  .banner-text-info-medium {
    width: 60%;
  }

  .banner-description-small.tablet-medium-width {
    width: 57%;
  }

  .banner-image-absolute {
    width: 35%;
    height: 490px;
  }

  .banner-contact-info-wrapper {
    grid-column-gap: 325px;
  }

  .contact-info-wrapper-large {
    width: 35%;
    padding-right: 100px;
  }

  .company-logo-wrapper {
    max-width: 1680px;
  }

  .banner-info-wrapper-bottom.banner-transparent {
    bottom: 100px;
  }

  .banner-image-absolute-medium {
    width: 34%;
    height: 850px;
  }

  .slider-wrapper {
    max-width: 1545px;
    padding-left: 0;
  }

  .slider-right-block {
    width: 55%;
  }

  .reviews-gray-arrow-left {
    left: -215px;
  }

  .reviews-gray-arrow-right {
    left: -75px;
  }

  .services-banner-left {
    width: 59%;
  }

  .services-banner-right {
    width: 41%;
    padding-left: 100px;
  }

  .service-banner-info-wrapper {
    width: 100%;
    max-width: 760px;
    margin-left: auto;
  }

  .pricing-banner, .faq-banner {
    padding-top: 230px;
    padding-bottom: 150px;
  }

  .blog-one-post-image {
    height: 330px;
  }

  .banner-overlay {
    max-height: 800px;
  }
}

@media screen and (max-width: 991px) {
  .section.banner {
    min-height: 300px;
    padding-top: 140px;
  }

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

  .section.blog-classic-banner {
    min-height: 300px;
    padding-top: 140px;
  }

  .section.job-position-banner {
    min-height: 300px;
    padding-top: 120px;
  }

  .section.banner-background-image {
    min-height: 400px;
    padding-top: 110px;
  }

  .section.portfolio-grid-banner {
    min-height: 300px;
    padding-top: 140px;
  }

  .section.banner-light, .section.banner-dark {
    padding-top: 120px;
  }

  .section.banner-full-height {
    min-height: auto;
    padding-top: 120px;
  }

  .section.banner-transparent {
    min-height: auto;
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section.negative-position-block-top {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.background-image, .section.background-image-medium {
    min-height: 400px;
    padding-top: 110px;
  }

  .section.services-details-banner {
    padding-top: 120px;
  }

  .section.our-team-banner, .section.career-banner {
    min-height: 400px;
    padding-top: 110px;
  }

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

  .section.banner-contact-us {
    min-height: 300px;
    padding-top: 140px;
  }

  .section.blog-post-item-banner {
    min-height: 400px;
    padding-top: 140px;
  }

  .section.project-body {
    padding-top: 110px;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-system-image {
    width: 75%;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

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

  .colors-container {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    display: block;
  }

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

  .primary-button.nav {
    padding: 15px 25px;
  }

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

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .navbar {
    border-bottom: 1px solid #fff3;
    padding-bottom: 15px;
  }

  .navbar.gray {
    border-bottom-color: #20282d4d;
  }

  .nav-container {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    margin-right: 0;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: var(--white);
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    background-color: var(--white);
    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: 6px;
    padding-bottom: 6px;
  }

  .close-menu-button, .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 20px 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    align-self: stretch;
  }

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

  .pages-banner {
    padding-top: 140px;
  }

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

  .licensing-paragraph {
    width: 100%;
  }

  .password-input {
    min-height: 60px;
    padding: 15px 20px;
  }

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

  .coming-soon-input {
    padding: 15px 20px;
  }

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

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

  .blog-grid-collection-list {
    column-count: 2;
  }

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

  .blog-classic-top-content {
    padding: 30px 40px 25px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .nav-menu-wrapper {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .blog-sidebar-post-content {
    min-height: 350px;
  }

  .blog-sidebar-left {
    flex: none;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .blog-sidebar-right {
    width: 100%;
    position: static;
  }

  .blog-sidebar-wrapper {
    flex-wrap: wrap-reverse;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 2;
    column-gap: 20px;
    display: flex;
  }

  .sidebar-recent-post-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .blog-template-wrapper {
    z-index: 5;
    padding-bottom: 40px;
    position: relative;
  }

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

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footer-bottom-wrapper {
    grid-row-gap: 20px;
    justify-content: center;
  }

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

  .team-grid-large {
    grid-template-columns: 1fr 1fr;
  }

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

  .free-trial-wrapper {
    flex-direction: column;
    display: flex;
  }

  .career-list-item-wrapper {
    width: 100%;
    min-height: auto;
  }

  .banner-title-wrapper.portfolio-project {
    padding-top: 120px;
  }

  .banner-description.large-width-white {
    max-width: 645px;
  }

  .services-item {
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-plans-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: grid;
  }

  .pricing-plan-item.last-child {
    max-width: 50%;
  }

  .pricing-plan-price-wrapper {
    justify-content: center;
  }

  .comparing-table-plans-wrapper {
    grid-column-gap: 0px;
  }

  .comparing-table-plan {
    margin-right: 15px;
  }

  .comparing-table-content-item {
    flex-direction: column;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .workflow-video-wrapper {
    max-height: none;
  }

  .workflow-video {
    min-height: 360px;
  }

  .accordion-wrapper.service-details {
    margin-top: 40px;
  }

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

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

  .job-position-sidebar-wrapper {
    width: 36%;
    top: 20px;
  }

  .footer-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
    padding-bottom: 50px;
  }

  .search-desktop {
    display: none;
  }

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

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

  .search-input {
    padding: 15px 20px;
  }

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

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

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

  .testimonials-card-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .service-details-content-wrapper {
    width: 60%;
  }

  .service-details-sidebar-wrapper {
    width: 40%;
    top: 20px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .service-list-banner {
    padding-top: 120px;
  }

  .primary-button-white:hover {
    opacity: 1;
  }

  .style-guide-content-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: nowrap;
  }

  .counter-grid-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    justify-content: center;
    margin-bottom: 60px;
  }

  .counter-number-large {
    font-size: 50px;
  }

  .three-column-section {
    flex-wrap: wrap;
  }

  .first-column {
    width: 50%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .second-column {
    width: 50%;
  }

  .third-column {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 40px;
  }

  .third-column-description {
    margin-bottom: 40px;
  }

  .portfolio-grid-collection-list {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-grid-title-wrapper {
    inset: auto 0% 0%;
  }

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

  .project-template-image {
    height: 360px;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .blog-sidebar-right-wrapper {
    width: 40%;
    margin-bottom: 40px;
  }

  .blog-sidebar-left-wrapper {
    flex: none;
    width: 100%;
  }

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

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

  .contacts-wrapper-grid {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .home-4-testimonials-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 20px;
  }

  .career-collection-list-wrapper.top-space {
    margin-top: 40px;
  }

  .about-img._1 {
    top: 7%;
    left: 15px;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 60px;
  }

  .about-img._3 {
    width: 360px;
    top: 0%;
    right: 15px;
  }

  .about-img._4 {
    width: 240px;
    top: 57%;
    left: auto;
    right: 15px;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 30px;
  }

  .content {
    margin-bottom: 0;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .sidebar-categories-list {
    flex-direction: column;
  }

  .about-grid-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .about-grid-image {
    height: 350px;
  }

  .project-service-big {
    flex-wrap: wrap;
  }

  .project-service-image {
    width: 100%;
    height: 420px;
  }

  .project-services-right {
    width: 100%;
    height: 320px;
  }

  .project-services-overlay {
    width: 80%;
    top: auto;
    bottom: 140px;
    right: 10%;
  }

  .circle-counter-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .circle-counter {
    width: 50%;
  }

  .project-overlay-block {
    justify-content: center;
    align-items: flex-end;
    bottom: 10%;
    right: 0%;
  }

  .services-video-left-block {
    flex-wrap: wrap;
    margin-right: -20px;
  }

  .services-video-wrapper {
    grid-column-gap: 40px;
  }

  .big-number-text {
    margin-right: 20px;
  }

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

  .image-small-height {
    width: 49%;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .nav-dropdown-link-line {
    display: none;
  }

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

  .dropdown-nav-link {
    color: #222;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

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

  .menu-wrap {
    z-index: 5;
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    position: relative;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

  .flex-horizontal-center.tablet-wrap-medium-gap {
    grid-column-gap: 45px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    display: flex;
  }

  .brand-tablet {
    display: block;
  }

  .details-page-title {
    font-size: 48px;
  }

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

  .coming-soon-form-main {
    justify-content: center;
  }

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

  .navbar-button-wrapper {
    margin-top: 20px;
    display: block;
  }

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

  .text-field-half-width {
    padding: 15px 20px;
  }

  .select-field-wrapper {
    padding: 10px 20px;
  }

  .footer-form-textarea {
    padding: 15px 20px;
  }

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

  .text-block-small {
    font-size: 20px;
  }

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

  .full-width.margin-bottom-medium {
    margin-bottom: 40px;
  }

  .display-flex-horizontal {
    flex-direction: column;
  }

  .display-flex-horizontal.align-start-medium-gap {
    grid-row-gap: 50px;
    flex-wrap: wrap-reverse;
  }

  .display-flex-horizontal.space-between {
    flex-direction: row;
  }

  .display-flex-horizontal.space-between-align-end {
    flex-direction: row;
    align-items: flex-start;
  }

  .display-flex-horizontal.tablet-wrap-medium-gap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.xmedium-gap-mobile-wrap, .display-flex-horizontal.space-between-end-reverse {
    flex-direction: row;
  }

  .display-flex-horizontal.large-space {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.space-between-align-start {
    flex-wrap: wrap;
  }

  .display-flex-horizontal.align-start-medium-rows-gap {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.all-gap-medium-tablet-wrap {
    flex-wrap: wrap;
  }

  .banner-text-info {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .description-space {
    margin-bottom: 40px;
  }

  .banner-image-holder {
    min-height: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .circle-block {
    width: 400px;
    height: 400px;
  }

  .cart-image-holder {
    width: 350px;
    height: 250px;
  }

  .banner-image-large {
    height: 400px;
  }

  .banner-block-item {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-color-white.tablet-margin-bottom {
    margin-bottom: 10px;
  }

  .banner-block-item-holder {
    bottom: 45px;
    left: -45px;
  }

  .banner-block-right-item-holder {
    bottom: 60px;
    right: -35px;
  }

  .number-item {
    font-size: 24px;
  }

  .banner-block-item-text {
    font-size: 16px;
  }

  .banner-company-logo-wrapper {
    margin-top: 30px;
  }

  .banner-company-logo-holder {
    justify-content: center;
  }

  .text-block-large {
    font-size: 54px;
  }

  .text-info-wrapper-left {
    width: 75%;
  }

  .check-item, .check-item.small-size {
    width: 100%;
  }

  .description-large-width.margin-top-bottom-medium {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .title-width-small {
    width: 50%;
  }

  .services-collection-list-wrapper.medium-width {
    width: 64.7%;
  }

  .services-line-divider {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .services-collection-list.transparent-style, .services-collection-list.half-width-style {
    grid-row-gap: 40px;
  }

  .services-collection-item {
    width: 30.6%;
  }

  .services-collection-item.half-width, .services-collection-item.desktop-tablet-half-width {
    width: 46.7%;
  }

  .services-collections-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .description-center-small {
    width: 75%;
    margin-bottom: 40px;
  }

  .portfolio-item {
    height: 450px;
  }

  .portfolio-item.left-block:last-child, .portfolio-item.right-block:first-child {
    height: 300px;
  }

  .column-wrapper-medium {
    width: 100%;
  }

  .column-wrapper-medium-image {
    object-position: 50% 9%;
    height: 400px;
  }

  .column-text-wrapper {
    width: 100%;
  }

  .check-list-wrapper-vertical {
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  .numbers-wrapper {
    grid-column-gap: 15px;
    justify-content: space-between;
    margin-top: 60px;
  }

  .number-item-wrapper {
    width: 22%;
  }

  .number-title {
    font-size: 48px;
  }

  .number-description {
    font-size: 16px;
  }

  .section-divider-white {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-wrapper-xmedium.sticky {
    width: 100%;
    position: static;
  }

  .reviews-arrow-left {
    left: -66.5%;
  }

  .reviews-arrow-right {
    left: -51%;
  }

  .column-wrapper {
    width: 100%;
  }

  .column-image-medium {
    object-position: 50% 25%;
    height: 400px;
  }

  .column-text-wrapper-medium, .text-info-wrapper-small {
    width: 100%;
  }

  .blog-slider-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    padding-right: 15px;
  }

  .clients-wrapper {
    padding: 20px;
    inset: auto -10px -10px auto;
  }

  .banner-text-info-medium {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .banner-text-info-medium.home {
    align-items: center;
  }

  .banner-description-small {
    margin-bottom: 40px;
  }

  .banner-description-small.tablet-large-width {
    width: 85%;
  }

  .banner-description-small.tablet-medium-width {
    width: 60%;
  }

  .banner-image-absolute {
    display: none;
    position: static;
  }

  .banner-small-divider {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    padding: 20px 0 0;
    display: flex;
  }

  .banner-contact-info-wrapper {
    grid-column-gap: 50px;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .link-large.white {
    color: var(--primary-color);
    font-size: 18px;
  }

  .link-large.white:hover {
    color: #213035b3;
  }

  .contact-info-wrapper-large {
    justify-content: center;
    width: 100%;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 30px;
    position: static;
  }

  .contact-info {
    width: 60%;
  }

  .contact-info-wrapper-hover {
    display: none;
    position: static;
  }

  .company-logo-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .banner-info-wrapper-bottom {
    position: static;
  }

  .banner-info-wrapper-bottom.banner-transparent {
    margin-top: 40px;
  }

  .banner-info-holder {
    width: 90%;
  }

  .banner-text-info-large {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .banner-image-absolute-medium {
    width: 100%;
    margin-top: 50px;
    display: none;
    position: static;
  }

  .text-width-small {
    width: 100%;
  }

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

  .block-image-right {
    background-image: linear-gradient(#0003, #0003), url('../images/team-image-background_1team image background.webp');
    background-position: 0 0, 50% 53%;
    background-size: auto, cover;
    width: 100%;
    height: 340px;
  }

  .block-image-right-holder, .text-info-right-block {
    width: 100%;
  }

  .text-block-medium.text-margin-bottom-large, .text-info-description.text-margin-bottom-large {
    margin-bottom: 40px;
  }

  .section-wrapper-center {
    width: 90%;
  }

  .section-wrapper-center.desktop-margin-bottom-xmedium {
    margin-bottom: 20px;
  }

  .slider-wrapper {
    max-width: 748px;
    padding: 50px 35px;
  }

  .slider-left-block, .slider-right-block {
    width: 100%;
  }

  .slider-wrapper-large {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .reviews-gray-arrow-left {
    bottom: 0%;
    right: auto;
  }

  .reviews-gray-arrow-right {
    inset: auto auto 0% 70px;
  }

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

  .column-medium-image-fixed {
    object-position: 50% 15%;
    height: 400px;
  }

  .text-width-medium {
    width: 100%;
  }

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

  .blog-wrapper, .title-wrapper-left, .services-wrapper-right {
    width: 100%;
  }

  .column-image-xmedium {
    height: 350px;
  }

  .text-content-large.tablet-full-width, .text-content-small.tablet-full-width {
    width: 100%;
  }

  .card-small-wrapper {
    margin-top: 40px;
  }

  .grid-3-columns {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.list-with-bottom-border {
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._1-2-column-wrapper {
    width: 100%;
  }

  .content-play-button {
    right: auto;
  }

  .content-medium-video {
    width: 100%;
    min-height: 330px;
  }

  .service-details-image-medium {
    height: 300px;
  }

  .services-banner-wrapper {
    flex-direction: column;
  }

  .services-banner-image-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: 380px;
    display: flex;
  }

  .services-banner-image {
    height: 380px;
    margin-left: 0;
    position: static;
  }

  .services-banner-left {
    width: 100%;
    margin-bottom: 0;
    padding: 80px 15px;
  }

  .services-banner-right {
    background-color: #0000;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .services-banner-section {
    padding-top: 60px;
  }

  ._1-3-width-column {
    flex-flow: column wrap;
  }

  ._1-3-width-column.tablet-full-width {
    width: 100%;
  }

  .flex-vertical-card {
    background-image: none;
  }

  .flex-vertical-card.tablet-horizontal-mobile-wrap {
    flex-direction: row;
  }

  .text-info-wrapper {
    margin-bottom: 0;
  }

  .text-info-wrapper.desktop-no-line {
    border-bottom-style: solid;
    margin-bottom: 0;
    padding-bottom: 30px;
  }

  .text-info-wrapper.tablet-no-line-left {
    border-bottom-style: none;
    padding-bottom: 0;
  }

  .flex-wrap-container {
    flex-direction: column;
  }

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

  .pricing-banner {
    padding-top: 120px;
  }

  .faq-banner {
    padding-top: 140px;
  }

  .grid-container-2-column {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .author-review {
    object-fit: cover;
    width: 100%;
    max-height: 300px;
  }

  .flex-location-wrap {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .blog-post-heading {
    z-index: 6;
    position: relative;
  }

  .blog-one-post {
    background-color: var(--white);
  }

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

  .blog-one-post-image {
    height: 358px;
    overflow: hidden;
  }

  .header-link {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 0;
  }

  .services-line-divider-small-margin {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .blog-post-image {
    position: absolute;
    inset: 0%;
  }

  .blog-post-h1 {
    z-index: 5;
    color: var(--white);
  }

  .blog-post-head-wrap {
    width: auto;
  }

  .banner-overlay {
    height: 555px;
  }

  .hire-popup {
    max-width: 380px;
  }

  .hire-popup-wrap, .promotion-label-holder, .promotion-labels-wrapper {
    display: none;
  }

  .promotion-label-left {
    max-width: 380px;
  }
}

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

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 28px;
  }

  blockquote {
    font-size: 24px;
  }

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

  .section.banner, .section.changelog-banner, .section.blog-grid-banner, .section.blog-classic-banner {
    padding-top: 120px;
  }

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

  .section.banner-background-image {
    padding-top: 90px;
  }

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

  .section.banner-light, .section.banner-dark, .section.banner-full-height {
    padding-top: 100px;
  }

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

  .section.background-image, .section.background-image-medium {
    padding-top: 90px;
  }

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

  .section.our-team-banner, .section.career-banner {
    padding-top: 90px;
  }

  .section.banner-contact-us {
    padding-top: 120px;
  }

  .section.blog-post-body {
    padding-top: 40px;
  }

  .section.blog-post-item-banner {
    padding-top: 120px;
  }

  .section.project-body {
    padding-top: 60px;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .grid-system {
    border-left: 1px solid var(--black);
    flex-direction: column;
  }

  .grid-title {
    border-bottom: 1px solid var(--black);
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .grid-description {
    border-top: 1px solid var(--primary-color);
    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-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 {
    grid-row-gap: 20px;
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

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

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-container {
    margin-top: 20px;
  }

  .headings-typography-wrapper, .headers-wrapper, .style-guide-body-wrapper {
    width: 100%;
  }

  .primary-button {
    padding: 15px 30px;
  }

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

  .primary-button.footer-form-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .style-guide-div {
    grid-row-gap: 40px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

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

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

  .navbar {
    z-index: 100;
  }

  .navbar.gray {
    z-index: 20;
  }

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

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

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

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

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

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

  .blog-grid-item-date {
    margin-bottom: 10px;
  }

  .blog-grid-content-wrapper {
    min-height: 260px;
  }

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

  .blog-classic-top-content {
    padding-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-classic-bottom-content {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-grid-post-wrapper {
    flex-direction: column-reverse;
  }

  .blog-sidebar-post-content {
    min-height: 300px;
  }

  .blog-sidebar-left {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .sidebar-recent-posts-wrapper {
    column-count: 1;
  }

  .blog-template-wrapper {
    padding: 20px 15px;
  }

  .blog-template-pagination {
    margin-top: 40px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
  }

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

  .team-grid-large {
    grid-template-columns: 1fr;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
  }

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

  .free-trial-wrapper {
    align-items: center;
    margin-bottom: 30px;
  }

  .career-list-item-wrapper {
    flex-wrap: wrap;
    padding: 20px;
  }

  .banner-title-wrapper.portfolio-project {
    background-color: var(--primary-color);
    max-width: 100%;
    margin-top: 120px;
    margin-bottom: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
  }

  .services-wrapper {
    column-count: 1;
    flex-wrap: wrap;
  }

  .services-item {
    width: 100%;
    margin-right: 0;
  }

  .services-item.last-child {
    margin-bottom: 0;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 40px;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .pricing-plan-item.last-child {
    max-width: 100%;
  }

  .comparing-table-plans-wrapper {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .comparing-table-plan-title {
    min-height: 140px;
  }

  .comparing-table-plan {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .workflow-profile-wrapper {
    margin-top: 20px;
  }

  .workflow-content-wrapper {
    align-items: flex-start;
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .workflow-video-wrapper {
    width: 100%;
  }

  .workflow-wrapper, .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .job-position-wrapper {
    flex-wrap: wrap;
  }

  .job-position-content-wrapper {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .job-position-sidebar-wrapper {
    width: 100%;
    padding: 30px;
    position: relative;
    top: 0;
  }

  .adress-cards-wrapper {
    grid-template-columns: 1fr;
  }

  .adress-card {
    padding: 30px;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
    justify-content: center;
  }

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

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

  .customer-wrapper {
    height: 240px;
  }

  .testimonials-card-wrapper {
    grid-row-gap: 30px;
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .testimonials-card-item {
    grid-column-gap: 20px;
    grid-template-columns: .75fr 1fr;
  }

  .service-details-content-wrapper {
    width: 100%;
  }

  .service-details-sidebar-wrapper {
    width: 100%;
    position: static;
  }

  .service-details-content {
    grid-row-gap: 40px;
    flex-wrap: wrap-reverse;
  }

  .headings-container {
    grid-row-gap: 30px;
  }

  .service-list-banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .primary-button-white {
    padding: 15px 30px;
  }

  .counter-grid-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .first-column, .third-column {
    padding-left: 15px;
    padding-right: 15px;
  }

  .about-3-tab-link.w--current {
    font-size: 20px;
  }

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

  .project-template-info-wrap {
    margin-bottom: 20px;
  }

  .project-template-banner-image {
    width: 100%;
    height: 100%;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
  }

  .blog-sidebar-right-wrapper {
    width: 100%;
  }

  .blog-sidebar-left-wrapper {
    column-count: 1;
  }

  .contacts-location-wrapper {
    min-height: auto;
  }

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

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

  .contacts-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .home-4-testimonials-wrapper {
    grid-row-gap: 30px;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 420px;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 16px;
  }

  .our-services-wrap {
    grid-row-gap: 10px;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .about-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .about-grid-image {
    height: 300px;
  }

  .project-services-overlay {
    width: 90%;
    padding: 40px;
  }

  .circle-counter-wrapper {
    grid-row-gap: 40px;
  }

  .project-overlay-block {
    bottom: 8%;
  }

  .services-video-left-block {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-right: 0;
  }

  .services-video-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .big-number-text {
    text-align: left;
  }

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

  .image-small-height {
    width: 100%;
  }

  .images-wrapper {
    flex-wrap: wrap;
  }

  .banner-content-wrapper {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .banner-content-wrap-left, .banner-content-wrap-right {
    width: 100%;
  }

  .search {
    flex-direction: column;
  }

  .subtitle-2 {
    line-height: 16px;
  }

  .menu-wrap {
    z-index: 100;
    position: relative;
  }

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

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

  .form {
    grid-row-gap: 15px;
  }

  .details-page-title {
    font-size: 40px;
  }

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

  .typography-hero-wrapper {
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .paragraph-small.width-medium {
    width: 100%;
  }

  .text-block-small {
    font-size: 18px;
  }

  .footer-social-link {
    font-size: 16px;
  }

  .footer-social-link-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .full-width.section-margin-top-large {
    margin-top: 60px;
  }

  .display-flex-horizontal.align-start-medium-gap {
    grid-row-gap: 40px;
  }

  .display-flex-horizontal.space-between-align-end {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.xmedium-gap-mobile-wrap {
    grid-row-gap: 40px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.space-between-end-reverse {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .display-flex-horizontal.align-start-medium-rows-gap {
    grid-row-gap: 40px;
  }

  .description-space.tablet-no-space {
    margin-bottom: 0;
  }

  .banner-image-holder {
    width: 60%;
    min-height: 375px;
  }

  .circle-block {
    width: 300px;
    height: 300px;
  }

  .cart-image-holder {
    width: 260px;
    height: 210px;
  }

  .banner-image-large {
    width: 100%;
    height: 333px;
  }

  .banner-block-item-holder, .banner-block-right-item-holder {
    display: none;
  }

  .banner-company-logo-holder {
    grid-row-gap: 10px;
    flex-wrap: wrap;
  }

  .company-logo-image {
    width: 20%;
  }

  .company-logo-image.medium-size {
    width: 22%;
  }

  .text-block-large {
    font-size: 40px;
  }

  .text-info-wrapper-left {
    width: 75%;
  }

  .check-item, .check-item.small-size, .description-large-width {
    width: 100%;
  }

  .link-block {
    width: 80px;
  }

  .link-block-icon {
    width: 44px;
    height: 44px;
  }

  .title-width-small, .services-collection-list-wrapper.small-width, .services-collection-list-wrapper.medium-width {
    width: 100%;
  }

  .services-collection-list.half-width-style {
    grid-row-gap: 30px;
  }

  .services-collection-item, .services-collection-item.half-width, .services-collection-item.desktop-tablet-half-width {
    width: 100%;
  }

  .description-center-small {
    width: 90%;
  }

  .portfolio-item {
    height: 300px;
  }

  .portfolio-item.left-block:first-child, .portfolio-item.right-block:nth-child(2n) {
    height: 230px;
  }

  .portfolio-collections-holder {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .portfolio-collections-block {
    width: 100%;
  }

  .column-wrapper-medium-image {
    height: 310px;
  }

  .numbers-wrapper {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .number-item-wrapper {
    width: 39%;
  }

  .number-title {
    font-size: 40px;
  }

  .section-divider-white {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .column-wrapper-xmedium {
    width: 100%;
  }

  .reviews-slider {
    width: 100%;
    padding-bottom: 90px;
  }

  .reviews-arrow-left {
    width: 48px;
    height: 48px;
    inset: auto auto 0% 0%;
  }

  .reviews-arrow-right {
    width: 48px;
    height: 48px;
    inset: auto auto 0% 58px;
  }

  .column-image-medium {
    height: 310px;
  }

  .blog-collection-list {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    border-bottom-style: none;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .clients-wrapper {
    display: none;
  }

  .banner-text-info-medium {
    margin-bottom: 30px;
  }

  .banner-description-small {
    width: 85%;
  }

  .banner-description-small.tablet-large-width {
    width: 100%;
  }

  .banner-description-small.tablet-medium-width {
    width: 75%;
  }

  .banner-small-divider {
    padding-top: 15px;
  }

  .banner-contact-info-wrapper {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-info-wrapper-large {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .contact-info-title {
    font-size: 20px;
  }

  .contact-info-description {
    font-size: 16px;
  }

  .contact-info {
    width: 88%;
  }

  .contact-info-icon {
    width: 20px;
    height: 20px;
  }

  .company-logo-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .company-logo-image-small {
    width: 21%;
  }

  .banner-info-wrapper-bottom.banner-transparent {
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .banner-info-holder {
    width: 100%;
  }

  .banner-image-absolute-medium {
    height: 350px;
    margin-top: 40px;
  }

  .banner-clients-images-wrapper {
    grid-row-gap: 10px;
    justify-content: center;
    width: 100%;
  }

  .block-image-right {
    height: 300px;
  }

  .block-image-right-title {
    font-size: 130px;
  }

  .text-block-medium {
    font-size: 34px;
  }

  .section-wrapper-center {
    width: 85%;
  }

  .slider-wrapper {
    padding: 40px 40px 40px 30px;
  }

  .slider-wrapper-large {
    padding-bottom: 0;
  }

  .reviews-gray-arrow-left {
    width: 48px;
    height: 48px;
    inset: auto auto 0% 0%;
  }

  .reviews-gray-arrow-right {
    width: 48px;
    height: 48px;
    inset: auto auto 0% 58px;
  }

  .column-medium-image-fixed {
    height: 310px;
  }

  .blog-collection-item-holder {
    min-height: auto;
  }

  .column-image-xmedium {
    height: 300px;
  }

  .text-content-large {
    text-align: center;
    width: 100%;
  }

  .text-content-small {
    width: auto;
  }

  .card-wrapper-large.mobile-full-width {
    width: 100%;
  }

  .card-small-wrapper {
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .card-small-item {
    width: 100%;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-3-columns.list-with-bottom-border {
    justify-items: start;
  }

  ._1-2-column-wrapper {
    width: 100%;
  }

  .content-medium-video {
    min-height: 300px;
  }

  .services-banner-image-block {
    height: 300px;
  }

  .subtitle-3 {
    line-height: 16px;
  }

  .services-banner-image {
    height: 300px;
  }

  .services-banner-left {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._1-3-width-column {
    width: 50%;
  }

  .flex-vertical-card {
    margin-left: 0;
    margin-right: 0;
  }

  .flex-vertical-card.tablet-horizontal-mobile-wrap {
    flex-wrap: wrap;
  }

  .text-info-wrapper {
    margin-bottom: 30px;
  }

  .text-info-wrapper.tablet-no-line-left {
    border-bottom-style: solid;
    padding-bottom: 30px;
  }

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

  .faq-banner {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .title-wrapper {
    padding-bottom: 10px;
    position: static;
  }

  .grid-container-2-column {
    grid-row-gap: 30px;
    grid-template-columns: 1.25fr;
  }

  .flex-block {
    flex-direction: column;
  }

  .review-text-content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .flex-location-wrap {
    grid-row-gap: 40px;
    width: 100%;
  }

  .post-link {
    margin-top: 10px;
  }

  .first-post-blog-wrapper {
    flex-direction: column;
  }

  .blog-one-post {
    width: 100%;
  }

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

  .blog-post-head-wrap {
    width: auto;
  }

  .portfolio-header-link {
    padding-bottom: 1px;
  }

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

  .project-article {
    max-width: 100%;
    padding-right: 0;
  }

  .project-desc {
    flex-direction: column;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .promotion-label-left {
    max-width: 300px;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    flex: 1;
    width: 100%;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: var(--primary-color);
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

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

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .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-grid-item-description {
    margin-bottom: 5px;
  }

  .blog-classic-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-classic-top-content, .blog-classic-bottom-content {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .blog-sidebar-post-content {
    min-height: 430px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-sidebar-post-category {
    z-index: 2;
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-pagination-icon {
    width: 32px;
  }

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

  .footer-copyright {
    justify-content: center;
    width: 100%;
    line-height: 1.4em;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .team-card-image {
    height: 270px;
  }

  .workflow-profile-description {
    margin-left: 0;
  }

  .workflow-profile-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
  }

  .workflow-profile-photo-wrapper {
    width: 70px;
    height: 70px;
  }

  .workflow-video {
    min-height: 300px;
  }

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

  .customers-grid, .testimonials-card-wrapper {
    grid-template-columns: 1fr;
  }

  .testimonials-card-item {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .service-details-sidebar-wrapper {
    padding: 20px;
  }

  .style-guide-content-wrapper.no-wrap {
    flex-wrap: wrap;
  }

  .first-column {
    width: 100%;
  }

  .second-column {
    width: 100%;
    min-height: 280px;
  }

  .about-3-tab-link {
    font-size: 16px;
  }

  .about-3-tab-link.w--current {
    font-size: 18px;
  }

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

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #afafaf80;
    border-bottom-width: 1px;
    border-bottom-color: #afafaf80;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .blog-sidebar-right-wrapper {
    margin-bottom: 0;
  }

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

  .portfolio-grid-image-link {
    height: 350px;
  }

  .our-services-wrap {
    width: 100%;
  }

  .project-button-link {
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .project-button-link.left {
    justify-content: center;
    padding-left: 20px;
  }

  .home-9-team-item {
    width: 100%;
  }

  .project-service-image {
    height: 200px;
  }

  .circle-counter {
    width: 100%;
  }

  .services-video-left-block {
    flex-wrap: wrap;
  }

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

  .image-small-height {
    height: 220px;
  }

  .menu-wrap {
    z-index: 38;
    background-color: var(--white);
    position: relative;
  }

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

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

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

  .brand-tablet {
    padding-left: 0;
  }

  .footer-rights-wrapper {
    justify-content: center;
    line-height: 1.4em;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .form-text-field-wrapper {
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .text-field-half-width {
    width: 100%;
  }

  .display-flex-horizontal.space-between {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .display-flex-horizontal.space-between-align-end {
    grid-row-gap: 30px;
  }

  .display-flex-horizontal.space-between-end-reverse {
    flex-wrap: wrap-reverse;
  }

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

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

  .banner-image-holder {
    width: 100%;
  }

  .company-logo-image {
    width: 30%;
  }

  .company-logo-image.medium-size {
    width: 37%;
  }

  .text-info-wrapper-left {
    width: 100%;
  }

  .link-block {
    width: 100%;
    height: 54px;
  }

  .link-block-icon {
    width: 34px;
    height: 34px;
  }

  .description-center-small {
    width: 100%;
  }

  .number-item-wrapper {
    width: 45%;
  }

  .review-author-info, .banner-description-small, .banner-description-small.tablet-medium-width {
    width: 100%;
  }

  .banner-small-divider {
    grid-row-gap: 15px;
    padding-bottom: 0;
  }

  .banner-contact-info-wrapper {
    grid-row-gap: 5px;
    text-align: center;
  }

  .link-large {
    width: 100%;
  }

  .contact-info-wrapper {
    grid-row-gap: 5px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .contact-info-wrapper-large {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-info {
    flex-direction: column;
    align-items: center;
    width: 77%;
    display: flex;
  }

  .company-logo-image-small {
    width: 13%;
  }

  .banner-image-absolute-medium {
    height: 310px;
  }

  .banner-clients-images-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .text-info-description, .section-wrapper-center {
    width: 100%;
  }

  .slider-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .slider-left-block {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .accordion-icon-circle {
    width: 35px;
    height: 35px;
    margin-left: 10px;
  }

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

  .grid-3-columns.list-with-bottom-border {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .services-banner-image-block, .services-banner-image {
    height: 360px;
  }

  .services-banner-left {
    text-align: center;
    align-items: center;
  }

  .team-social-links {
    justify-content: flex-start;
  }

  .team-title-medium {
    width: 100%;
  }

  .flex-horizontal-align-center.space-between-gap-small {
    flex-wrap: wrap-reverse;
  }

  ._1-3-width-column {
    width: 100%;
  }

  .flex-vertical-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-card.tablet-horizontal-mobile-wrap {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .mobile-full-width {
    width: 100%;
  }

  .title-wrapper {
    position: static;
  }

  .grid-container-2-column {
    grid-row-gap: 30px;
    grid-template-columns: 1.25fr;
  }

  .image-wrap-fix-width {
    width: 100%;
  }

  .review-text-content {
    padding-left: 20px;
  }

  .author-review {
    object-fit: cover;
    width: 100%;
    max-height: 230px;
  }

  ._404-title {
    font-size: 100px;
  }

  .free-consultation-img {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .blog-item-text-block {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-link {
    padding-left: 0;
  }

  .blog-post-image {
    z-index: -1;
  }

  .blog-post-h1 {
    z-index: 2;
  }

  .portfolio-header-link {
    padding-bottom: 1px;
  }

  .promotion-label-left {
    bottom: 90px;
    left: auto;
    right: 12px;
  }
}

#w-node-_107d037e-5f6f-40a3-0e7e-622a64355e27-66e6e45a, #w-node-_9da83b5d-51ff-6013-06d0-40d71ee1bde3-66e6e46e, #w-node-_9da83b5d-51ff-6013-06d0-40d71ee1bde6-66e6e46e, #w-node-_9da83b5d-51ff-6013-06d0-40d71ee1bdeb-66e6e46e, #w-node-_9da83b5d-51ff-6013-06d0-40d71ee1bded-66e6e46e, #w-node-_9da83b5d-51ff-6013-06d0-40d71ee1bdf0-66e6e46e, #w-node-_9da83b5d-51ff-6013-06d0-40d71ee1bdf2-66e6e46e, #w-node-_9da83b5d-51ff-6013-06d0-40d71ee1bdf5-66e6e46e, #w-node-_1faba98a-e5d5-1dea-c6d5-323dbb2bc73e-66e6e46e, #w-node-_1faba98a-e5d5-1dea-c6d5-323dbb2bc73f-66e6e46e, #w-node-_1faba98a-e5d5-1dea-c6d5-323dbb2bc74d-66e6e46e, #w-node-_1faba98a-e5d5-1dea-c6d5-323dbb2bc74e-66e6e46e, #w-node-_1faba98a-e5d5-1dea-c6d5-323dbb2bc75c-66e6e46e, #w-node-_1faba98a-e5d5-1dea-c6d5-323dbb2bc75d-66e6e46e, #w-node-_44cd87ab-4d25-e9b1-2436-4a61d37b2a29-66e6e48a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51300c2e-83e6-32e9-54fe-8f07fea8a841-66e6e48b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5b984663-470c-8ae8-a185-62a544ea4667-66e6e48b, #w-node-_7e11a556-8f96-0258-f74f-689feebb309e-66e6e48b, #w-node-_693ac295-cd6f-4163-fb05-03085a9a4496-66e6e48b, #w-node-_62f02d50-09e3-398e-7450-93fc8cf378ac-66e6e48b, #w-node-f4685100-18e5-f485-d85b-a68b9aada7ae-66e6e48b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-d6859443-b347-4eae-1972-51018ebd8ce9-66e6e493, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-66e6e493, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-66e6e493, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-66e6e493, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-66e6e493, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-66e6e493, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-66e6e493, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-66e6e493, #w-node-_4c3ce909-a7bf-5de5-200c-31ba118f9238-66e6e493, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-66e6e493, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-66e6e493, #w-node-d6859443-b347-4eae-1972-51018ebd8cdd-66e6e493, #w-node-d6859443-b347-4eae-1972-51018ebd8cdf-66e6e493, #w-node-d6859443-b347-4eae-1972-51018ebd8ce1-66e6e493, #w-node-d6859443-b347-4eae-1972-51018ebd8ce3-66e6e493, #w-node-d6859443-b347-4eae-1972-51018ebd8ce5-66e6e493, #w-node-d6859443-b347-4eae-1972-51018ebd8ce7-66e6e493, #w-node-d6859443-b347-4eae-1972-51018ebd8ceb-66e6e493, #w-node-d6859443-b347-4eae-1972-51018ebd8ced-66e6e493, #w-node-_2c9c6a06-707e-b1ff-a965-59cb79a785bc-66e6e494, #w-node-b47aaf71-b426-8970-fe04-1dfe44a0135b-66e6e494, #w-node-_10b9380a-eb1c-97ef-d160-c447708fe71f-66e6e494, #w-node-_19b973d1-86f1-f86f-70d6-a656d41f92fd-66e6e494, #w-node-_9623d83e-4333-6d6d-86be-e1467b8d67f5-66e6e494, #w-node-a4022a9e-eecf-9333-e045-03e48894c3fc-66e6e494 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c19f9ad-bdfb-24d7-3be6-563a042f6aad-66e6e496 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_82f72ef2-858f-ef80-20cc-4799846bf95d-66e6e498 {
  align-self: center;
}

#w-node-_6a078d37-a03b-58b0-5746-bd390040e948-66e6e49a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94a-66e6e49a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94c-66e6e49a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e94e-66e6e49a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e950-66e6e49a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e953-66e6e49a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e955-66e6e49a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e957-66e6e49a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e959-66e6e49a, #w-node-_6a078d37-a03b-58b0-5746-bd390040e95b-66e6e49a, #w-node-_7e8d080f-f014-7b4f-aeb8-286b0aa8e0be-66e6e49c, #w-node-e55f1047-bc35-cbeb-ed15-f6aa7d4003cc-66e6e49c, #w-node-_3dc8c660-ecc2-21ae-f648-dacfb9f588c5-66e6e49c, #w-node-eb2fa95e-a870-43a4-6a3d-09e824ddd89b-66e6e49c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_9c19f9ad-bdfb-24d7-3be6-563a042f6aad-66e6e496 {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_82f72ef2-858f-ef80-20cc-4799846bf962-66e6e498 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1faba98a-e5d5-1dea-c6d5-323dbb2bc74d-66e6e46e {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-c463142a-7e01-6378-da61-880fbfb3c568-66e6e496 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_7e8d080f-f014-7b4f-aeb8-286b0aa8e0bd-66e6e49c, #w-node-e55f1047-bc35-cbeb-ed15-f6aa7d4003cb-66e6e49c, #w-node-_3dc8c660-ecc2-21ae-f648-dacfb9f588c4-66e6e49c, #w-node-_1ca7b63a-59d2-8027-0643-a76d66f2d2b2-66e6e49c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1faba98a-e5d5-1dea-c6d5-323dbb2bc74d-66e6e46e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c463142a-7e01-6378-da61-880fbfb3c568-66e6e496 {
    grid-column: span 1 / span 1;
  }

  #w-node-_9c19f9ad-bdfb-24d7-3be6-563a042f6aad-66e6e496 {
    grid-row: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d6859443-b347-4eae-1972-51018ebd8ce9-66e6e493, #w-node-_5ec15608-86d2-a9a9-3aa3-bede457fbc57-66e6e493, #w-node-_49cca918-c86c-541f-7ce5-f9a9d329efa9-66e6e493, #w-node-d6e596d5-8de4-ff78-b72f-c7add2c74cdf-66e6e493, #w-node-f05a39b9-2ff2-3c6a-4533-a4bcee3a4f19-66e6e493, #w-node-dc1b3d86-60b2-587e-7b47-7f27d6ea11d7-66e6e493, #w-node-b830aba6-668b-37aa-0bf5-73d1943ff779-66e6e493, #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-66e6e493, #w-node-_4c3ce909-a7bf-5de5-200c-31ba118f9238-66e6e493, #w-node-_765cebc8-d929-9a20-3343-8bcb8e7c2632-66e6e493, #w-node-_06d68103-5248-e1ef-dd60-824c0578c6c7-66e6e493, #w-node-d6859443-b347-4eae-1972-51018ebd8cdd-66e6e493, #w-node-d6859443-b347-4eae-1972-51018ebd8cdf-66e6e493, #w-node-d6859443-b347-4eae-1972-51018ebd8ce1-66e6e493, #w-node-d6859443-b347-4eae-1972-51018ebd8ce3-66e6e493, #w-node-d6859443-b347-4eae-1972-51018ebd8ce5-66e6e493, #w-node-d6859443-b347-4eae-1972-51018ebd8ce7-66e6e493, #w-node-d6859443-b347-4eae-1972-51018ebd8ceb-66e6e493, #w-node-d6859443-b347-4eae-1972-51018ebd8ced-66e6e493 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9c19f9ad-bdfb-24d7-3be6-563a042f6aad-66e6e496 {
    grid-row: span 1 / span 1;
  }
}


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