@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  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;
}

:root {
  --primary-light: #f8fbfe;
  --paragraph-gray: #8f9aae;
  --primary-dark: #00173f;
  --primary: #4f7ac2;
  --dark-gray: #afafaf;
  --gray: #e9e9e9;
  --light-gray: #f9f9fa;
  --white: white;
  --black: black;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.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;
}

body {
  background-color: var(--primary-light);
  color: var(--paragraph-gray);
  font-family: DM Sans, sans-serif;
  font-size: 18px;
  line-height: 1em;
}

h1 {
  color: var(--primary-dark);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 72px;
  font-weight: 700;
  line-height: 1.2em;
}

h2 {
  color: var(--primary-dark);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--primary-dark);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

h4 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2em;
}

h5 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

h6 {
  color: var(--primary-dark);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5em;
}

a {
  color: var(--primary);
  text-decoration: none;
}

ul {
  grid-row-gap: 15px;
  background-color: var(--paragraph-gray);
  color: var(--primary);
  -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;
}

li {
  line-height: 1.5em;
}

label {
  color: var(--primary-dark);
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

blockquote {
  color: var(--primary-dark);
  text-align: center;
  background-image: url('../images/65c8b75fa5e69cc3177cf693_Quote-icon.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 5px #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 30px 20px 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em;
}

.style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.grid-system {
  border-top: 1px solid #7c7c7c;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.dark-gray-style-guide {
  background-color: var(--dark-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.h1-mobile {
  font-size: 40px;
}

.grid-system-wrapper {
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.tabs-style-guide {
  width: 100%;
}

.colors-wrapper {
  margin-right: 60px;
}

.h1-tablet {
  font-size: 48px;
}

.gray-style-guide {
  background-color: var(--gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.grid-description {
  border-bottom: 1px solid #00173f;
  border-right: 1px solid #00173f;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 20px 10px;
  display: flex;
}

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: 1px;
}

.grid-description.first-description {
  border-bottom: 1px solid #00173f;
  border-left: 1px solid #00173f;
  border-right: 1px solid #00173f;
  width: 24%;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  margin-bottom: 30px;
  margin-right: 40px;
  display: flex;
}

.headings-typography-wrapper.last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.middlr-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 29%;
  right: 0;
}

.style-guide-tabs-menu {
  border-left: 1px solid #000;
  margin-bottom: 80px;
  display: flex;
}

.paragraph-gray-style-guide {
  background-color: var(--paragraph-gray);
  width: 75px;
  height: 75px;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 40px;
}

.main-style-guide-body-wrapper.last-child {
  margin-right: 0;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.spacing-wrapper {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.button-wrapper {
  margin-top: 50px;
}

.button-wrapper.nav-style-tablet {
  display: none;
}

.primary-style-guide {
  background-color: var(--primary);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.spacing-wrapper-mobile {
  width: 70%;
  margin-top: 30px;
  position: relative;
}

.spacing-columns {
  margin-top: 50px;
}

.grid-title {
  color: #fff;
  background-color: #00173f;
  border-left: 1px #8f9aae;
  border-right: 1px solid #8f9aae;
  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: #7c7c7c;
  width: 24%;
  height: 100%;
  margin-top: 0;
}

.spacing-system-image {
  filter: grayscale();
  max-width: 80%;
}

.h2-mobile {
  font-size: 36px;
}

.style-guide-div {
  width: 100%;
  margin-top: 50px;
}

.text-button-icon {
  margin-top: 4px;
  margin-left: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.spacing-system-column {
  padding-right: 20px;
}

.grid-header {
  margin-top: 55px;
}

.color-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  display: flex;
}

.top-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  top: 5%;
  right: 0;
}

.light-gray-style-guide {
  background-color: var(--light-gray);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.base-container {
  flex-direction: column;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.base-container.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.base-container.align-left {
  align-items: flex-start;
}

.link-wrapper {
  width: 50%;
  margin-top: 20px;
}

.h2-tablet {
  font-size: 42px;
}

.style-guide-content-wrapper {
  display: flex;
}

.style-guide-tab-content-wrapper {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.style-guide-tab-content-wrapper.no-spacing {
  grid-row-gap: 0px;
}

.black-style-guide {
  background-color: #000;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.headings-container {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.primary-button {
  border-style: solid;
  border-width: 1px;
  border-color: #4f7ac2 #4f7ac2 var(--primary);
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 5px;
  padding: 14px 30px;
  font-size: 16px;
  line-height: 1.2em;
  transition: all .3s;
  display: inline-block;
}

.primary-button:hover {
  opacity: 1;
  color: #fff;
  background-color: #00173f;
  border-color: #00173f;
}

.primary-button.white-style {
  color: var(--primary);
  background-color: #fff;
  border-color: #fff;
}

.primary-button.white-style:hover {
  color: #fff;
  background-color: #0000;
}

.primary-button.white-style-hover-primary {
  color: var(--primary);
  background-color: #fff;
  border-color: #fff;
}

.primary-button.white-style-hover-primary:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.primary-button.white-style-hover-primary.border {
  border-color: var(--primary);
}

.primary-button.white-style-outline {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.primary-button.white-style-outline:hover {
  color: #ffffff80;
  border-color: #ffffff80;
}

.primary-button.nav-style-white {
  color: #4f7ac2;
  background-color: #fff;
  border-color: #fff;
}

.primary-button.nav-style-white:hover {
  color: #fff;
  background-color: #0000;
}

.primary-button.submit-button-email-form-fake-arrow {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.primary-button.pagination {
  margin-top: 30px;
}

.primary-button.submit-button-email-form {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.text-dark-style-guide {
  background-color: var(--primary-dark);
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.style-guide-button-wrapper {
  width: 47%;
}

.style-guide-button-wrapper.last-child {
  margin-right: 0;
}

.paragraph-large {
  color: #00173f;
  font-size: 20px;
  line-height: 1.5em;
}

.white-style-guide {
  background-color: #fff;
  width: 75px;
  height: 75px;
  box-shadow: 0 0 15px #0000001a;
}

.typography-wrapper {
  margin-top: 30px;
}

.middle-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: 33% 0% auto auto;
}

.link-with-icon {
  transition: all .3s;
  display: flex;
}

.link-with-icon:hover {
  opacity: .7;
}

.color-wrapper {
  margin-right: 30px;
}

.h3-mobile {
  font-size: 32px;
}

.spasing-system-image-mobile-2 {
  filter: grayscale();
  max-width: 70%;
}

.top-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  top: 8%;
  bottom: auto;
  right: 0;
}

.headers-wrapper {
  width: 100%;
  margin-top: 10px;
}

.style-guide-tab-link {
  background-color: #0000;
  border-top: 1px solid #00173f;
  border-bottom: 1px solid #00173f;
  border-right: 1px solid #00173f;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  display: flex;
}

.style-guide-tab-link.w--current {
  color: #fff;
  background-color: #00173f;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.style-guide-section {
  padding-bottom: 0;
}

.section.white-background {
  background-color: #fff;
}

.section.without-bottom-spacing {
  padding-bottom: 0;
}

.section.without-bottom-spacing._02 {
  padding-top: 60px;
}

.section.white-background-no-bottom-padding {
  background-color: #fff;
  padding-bottom: 0;
}

.section.primary-dark-background-no-bottom-padding {
  background-color: var(--primary-dark);
  padding-bottom: 0;
}

.section.with-image {
  background-image: linear-gradient(#0003, #0003), linear-gradient(#4f7ac280, #4f7ac280), url('../images/Rectangle-36_1Rectangle 36.webp');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.section.primary-dark-background-no-bottom-padding {
  padding-bottom: 0;
}

.section.licensing-fonts {
  padding-top: 0;
  padding-bottom: 0;
}

.section.overflow-hidden {
  overflow: hidden;
}

.section.service-details {
  padding-bottom: 0;
}

.section.service {
  padding-top: 60px;
}

.bottom-style-spacing-desktop {
  font-weight: 700;
  position: absolute;
  inset: auto 0% 10% auto;
}

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1em;
}

.bottom-style-spacing-mobile {
  font-weight: 700;
  position: absolute;
  bottom: 7%;
  right: 0;
}

.rich-text-styling h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.rich-text-styling h6 {
  margin-top: 20px;
}

.rich-text-styling h2 {
  text-transform: none;
  margin-bottom: 15px;
}

.rich-text-styling ul {
  margin-top: 20px;
  margin-bottom: 20px;
}

.rich-text-styling img {
  margin-top: 20px;
  margin-bottom: 10px;
}

.rich-text-styling h5 {
  margin-top: 20px;
}

.rich-text-styling h4 {
  margin-top: 25px;
}

.rich-text-styling.team-details {
  margin-top: -10px;
}

.footer-copyright-link {
  color: var(--paragraph-gray);
  letter-spacing: .2px;
  margin-right: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

.footer-copyright-link:hover {
  color: var(--primary);
}

.footer-copyright-link.last {
  margin-right: 0;
}

.footer-brand {
  color: #fff;
  margin-bottom: 10px;
}

.footer-brand.w--current {
  color: #fff;
  padding-left: 0;
}

.footer-copyright {
  color: var(--paragraph-gray);
  font-size: 14px;
  display: inline;
}

.footer-rights-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.footer-rights {
  color: var(--paragraph-gray);
  font-size: 14px;
}

.footer-bottom-wrapper {
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-button-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 18%;
  display: flex;
}

.footer-white {
  text-align: center;
  background-color: #fff;
  border-top: 1px solid #8f9aae;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-social-links-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.footer-brand-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 24%;
  display: flex;
}

.footer-links-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-link {
  color: var(--paragraph-gray);
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4em;
  transition: all .3s;
}

.footer-link:hover, .footer-link.socials {
  color: var(--primary);
}

.footer-link.socials:hover {
  color: var(--primary-dark);
}

.nav-dropdown-toggle {
  color: var(--paragraph-gray);
  text-transform: capitalize;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 26px 20px 12px;
  font-weight: 400;
}

.nav-dropdown-toggle:hover {
  color: var(--primary);
}

.nav-dropdown-toggle.light-style {
  color: #fff;
}

.nav-link {
  color: var(--paragraph-gray);
  text-transform: capitalize;
  padding: 20px 12px;
  font-weight: 400;
}

.nav-link:hover {
  opacity: 1;
  color: var(--primary);
}

.nav-link.w--current {
  color: #00173f;
}

.nav-link.light-style {
  color: #fff;
}

.nav-dropdown-column {
  width: 50%;
}

.navbar {
  background-color: #fff;
  border-radius: 10px;
  width: auto;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  position: fixed;
  z-index: 9999;
  width: calc(100% - 20px);
}

.navbar.light-style-absolute {
  background-color: #5d82c0;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-dropdown-link-line {
  background-color: #4f7ac2;
  width: 16px;
  height: 2px;
  margin-right: 15px;
  display: inline-block;
}

.menu-wrap {
  align-items: center;
  display: flex;
}

.nav-menu {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}

.nav-dropdown-link {
  color: #8f9aae;
  text-transform: capitalize;
  align-items: center;
  width: 100%;
  margin-left: -20px;
  padding: 8px 8px 8px 0;
  font-size: 16px;
  transition: all .3s;
  display: flex;
}

.nav-dropdown-link:hover {
  color: #4f7ac2;
  margin-left: 0;
}

.nav-dropdown-link.w--current {
  color: #4f7ac2;
}

.brand-tablet {
  display: none;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.search-shop-con {
  grid-column-gap: 5px;
  align-items: center;
  margin-left: 20px;
  display: flex;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #8f9aae;
  border-radius: 5px;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list.w--open {
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 0 10px #0000000a;
}

.nav-dropdown-list.megamenu {
  width: 360px;
}

.nav-dropdown-list.megamenu.w--open {
  width: 360px;
  display: flex;
}

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-dropdown-icon {
  margin-right: 12px;
  font-size: 10px;
  display: block;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.accordion-title-wrapper {
  grid-column-gap: 12px;
  display: flex;
}

.team-grid-large {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  display: grid;
}

.image-wrapper-clients {
  display: flex;
  position: relative;
}

.image-wrapper-clients.second-style {
  padding-right: 40px;
}

.accordion-numbers {
  color: #8f9aae;
  font-size: 18px;
  line-height: 1.6em;
}

.column-one {
  width: 50%;
  height: 100%;
}

.column-one.asymetric-with-divider {
  border-left: 1px solid #8f9aae;
  width: 70%;
  padding-left: 50px;
}

.column-one.asymetric-two {
  width: 70%;
}

.column-one.asymetric-three {
  width: 80%;
}

.home-banner-paragraph {
  color: #fff;
  width: 65%;
}

.banner-section {
  background-image: url('../images/Home-Bnr-BG_1Home-Bnr-BG.webp'), linear-gradient(#4f7ac266, #4f7ac266), linear-gradient(#00000080, #00000080), url('../images/Rectangle-1_1Rectangle 1.webp');
  background-position: 50% 100%, 0 0, 0 0, 50%;
  background-size: cover, auto, auto, cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: auto;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.small-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.skills-item {
  border-top: 1px solid #8f9aae66;
  padding-top: 20px;
  transition: border .3s;
}

.skills-item:hover {
  border-top-width: 5px;
  border-top-color: var(--primary);
}

.in-section-title-wrapper {
  margin-bottom: 30px;
}

.in-section-title-wrapper.small-spacing {
  margin-bottom: 20px;
}

.pricing-plan-list {
  color: #8f9aae;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.image-clients {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: relative;
}

.text-span-image-in-text {
  color: #0000;
  background-image: url('../images/Rectangle-16_1Rectangle 16.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100px;
  display: inline-block;
}

.text-span-image-in-text.third {
  background-image: url('../images/Rectangle-18_1Rectangle 18.webp');
}

.text-span-image-in-text.second {
  background-image: url('../images/Rectangle-17_1Rectangle 17.webp');
}

.two-column-wrapper-asymetric {
  z-index: 999;
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.blog-grid-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.blog-grid-collection-list.three-items {
  justify-content: center;
}

.our-team-paragraph-width {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-plan-price-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.banner-text-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.list-item-with-checkmark {
  color: #98b0d9;
  padding-left: 40px;
  line-height: 1.4em;
  position: relative;
}

.list-item-with-checkmark.white-style {
  color: #fff;
}

.white-background {
  background-color: #fff;
}

.community-quote-wrapper {
  text-align: center;
  max-width: 1100px;
}

.accordion-toggle {
  white-space: normal;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.experience-block {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #8f9aae;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.experience-block.without-top-spacing {
  margin-top: 0;
}

.link {
  cursor: pointer;
  transition-property: opacity;
  transition-duration: .2s;
}

.link:hover {
  opacity: .7;
}

.accordion-title {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
}

.collection-list-wrapper-team {
  width: 100%;
}

.community-quote {
  color: #fff;
  text-transform: none;
}

.community-quote.dark-style {
  color: #00173f;
}

.community-quote._01 {
  color: #ffffffe6;
  font-size: 38px;
  font-weight: 500;
}

.capabilities-image-small {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 360px;
  max-height: 400px;
}

.in-section-accordion-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.section-title-wrapper {
  z-index: 999;
  text-align: center;
  max-width: 740px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-two-side-half-wrapper {
  max-width: 460px;
}

.section-two-side-half-wrapper.skills {
  max-width: 360px;
}

.image-gallery-item {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.template-empty-state {
  color: #4f7ac2;
  background-color: #0000;
  padding: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.section-two-side-title-wrapper {
  z-index: 999;
  grid-column-gap: 60px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  position: relative;
}

.section-two-side-title-wrapper.align-bottom {
  align-items: flex-end;
}

.blog-grid-collection-list-wrapper {
  width: 100%;
}

.blog-grid-item {
  border: 1px solid #8f9aae66;
  width: 31.5%;
  display: inline-block;
}

.pricing-plan-price {
  color: var(--primary);
  font-size: 50px;
}

.pricing-plan-price.white-style {
  color: #fff;
}

.client-cards-wrapper {
  grid-column-gap: 40px;
  justify-content: center;
  width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.accordion-list-content {
  margin-top: 0;
  margin-bottom: 0;
}

.section-divider {
  background-color: #8f9aae;
  width: 100%;
  height: 1px;
}

.section-subtitle {
  color: #8f9aae;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.section-subtitle.big-spacing {
  margin-bottom: 50px;
}

.client-card {
  border: 1px solid #8f9aae;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 60px;
  transition: opacity .2s;
  display: flex;
}

.client-card:hover {
  opacity: .7;
}

.bg-element-white-top {
  z-index: 0;
  background-color: #fff;
  height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.pricing-plans-wrapper-two-items {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.accordion-icon {
  color: var(--primary);
  margin-left: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.primary-dark-background {
  background-color: #00173f;
  position: relative;
}

.pricing-plan-item {
  background-color: #0000;
  border: 1px solid #8f9aae66;
  width: 100%;
  padding: 30px;
}

.pricing-plan-item.primary-color-background {
  background-color: var(--primary);
}

.column-two {
  width: 50%;
  height: 100%;
}

.column-two.asymetric-two, .column-two.asymetric {
  width: 30%;
}

.column-two.asymetric-three {
  width: 20%;
}

.quote-experience {
  text-transform: none;
  margin-top: 0;
  font-size: 44px;
  font-weight: 500;
}

.quote-experience.home {
  max-width: 24ch;
}

.client-logo {
  object-fit: contain;
  width: 100%;
  max-height: 38px;
}

.client-logo.home {
  filter: grayscale();
  flex: none;
  max-height: 70px;
}

.client-logo.home._02 {
  max-height: 160px;
}

.client-logo.home._03 {
  min-height: 92px;
  max-height: 160px;
}

.text-white {
  color: #fff;
}

.list-bullet-with-checkmark {
  color: var(--primary);
  background-color: #4f7ac21a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 13px;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.list-bullet-with-checkmark.white-style {
  color: #fff;
  background-color: #fff3;
}

.price-month-title {
  color: #98b0d9;
}

.accordion-item {
  background-color: #fff;
  width: 100%;
  padding: 30px;
  position: static;
  box-shadow: 0 0 30px #00173f0d;
}

.two-column-wrapper {
  z-index: 999;
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.two-column-wrapper.madium-gap {
  justify-content: center;
  align-items: center;
}

.pricing-item-title {
  color: var(--primary);
  font-weight: 700;
}

.pricing-item-title.white-style {
  color: #fff;
}

.big-links-wrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.skills-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section-title {
  margin-top: 0;
}

.section-title.white-text {
  color: var(--white);
}

.section-title.bigger-spacing {
  margin-bottom: 30px;
}

.years-big {
  color: #8f9aae66;
  font-size: 120px;
  font-weight: 500;
  line-height: 90px;
}

.home-buttons-wrapper {
  grid-column-gap: 20px;
  margin-top: 50px;
  display: flex;
}

.image-gallery-home {
  z-index: 999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.big-link-with-divider {
  color: var(--primary-dark);
  border-bottom: 1px solid #8f9aae66;
  width: 100%;
  padding-bottom: 20px;
  font-size: 50px;
  line-height: 1.2em;
  transition: border .3s, color .3s;
  display: inline-block;
}

.big-link-with-divider:hover {
  border-bottom-color: var(--primary);
  color: var(--primary);
}

.link-tag-with-arrow {
  color: #fff;
  background-color: #ffffff4d;
  background-image: url('../images/arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 70px 10px;
  border-radius: 50px;
  padding: 4px 50px 4px 30px;
  font-size: 18px;
  line-height: 1.5em;
  transition-property: opacity;
  transition-duration: .2s;
  display: inline-block;
}

.link-tag-with-arrow:hover {
  opacity: .8;
}

.link-tag-with-arrow.home-banner-spacing {
  margin-bottom: 20px;
}

.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}

.accordion-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.accordion-list.w--open {
  background-color: #0000;
  padding-top: 10px;
  display: block;
}

.white-clients-wrapper {
  z-index: 6;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 20px;
  padding: 20px;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.team-card-image {
  color: #4f7ac2;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 360px;
}

.team-card-content-wrapper {
  padding-top: 10px;
}

.team-name {
  color: var(--primary);
  margin-bottom: 0;
  font-weight: 500;
  transition: color .2s;
}

.team-name:hover {
  color: var(--primary-dark);
}

.blog-grid-image-link {
  min-width: 100%;
}

.blog-grid-image {
  object-fit: cover;
  width: 100%;
  height: 220px;
}

.blog-grid-content-wrapper {
  background-color: #0000;
  flex-direction: column;
  min-height: 280px;
  padding: 20px 30px 105px;
  display: flex;
  position: relative;
}

.blog-grid-item-title {
  color: var(--primary-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 500;
  transition: color .2s;
}

.blog-grid-item-title:hover {
  color: var(--primary);
}

.blog-category-wrapper {
  width: auto;
  position: absolute;
  inset: auto 30px 30px;
}

.blog-category {
  color: var(--primary-dark);
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  transition: color .2s;
  display: inline-block;
}

.blog-category:hover {
  color: var(--primary);
}

.footer-transperent {
  text-align: center;
  background-color: #0000;
  border-top: 1px solid #8f9aae;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
}

.primary-underline-span {
  border-bottom: 4px solid #4f7ac2;
}

.client-card-home-two {
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.client-card-home-two:hover {
  opacity: .7;
}

.banner-home-two-section {
  background-image: url('../images/Imgbg_1Imgbg.webp'), linear-gradient(#4f7ac2, #00173f);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-top: 150px;
}

.link-tag-with-arrow-home-two {
  color: #fff;
  background-color: #ffffff1a;
  background-image: url('../images/arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 70px 10px;
  border-radius: 50px;
  padding: 4px 50px 4px 30px;
  font-size: 18px;
  line-height: 1.5em;
  transition-property: opacity;
  transition-duration: .2s;
  display: inline-block;
}

.link-tag-with-arrow-home-two:hover {
  opacity: .8;
}

.link-tag-with-arrow-home-two.home-banner-spacing {
  margin-bottom: 20px;
}

.client-cards-wrapper-home-three {
  grid-column-gap: 60px;
  justify-content: flex-start;
  width: 45%;
  margin-right: auto;
  display: flex;
}

.bg-rectangle-small {
  z-index: 7;
  background-color: #4f7ac2;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -30px;
  left: 25%;
}

.two-column-wrapper-banner {
  z-index: 999;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.banner-two-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.capabilities-arrow-button {
  background-color: #1f3354;
  border-radius: 100%;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  padding: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  transition: color .2s;
  display: flex;
}

.skills-label {
  color: #fff;
  background-color: #083889;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.column-two-banner {
  width: 45%;
  height: 706px;
  margin-bottom: -130px;
  position: relative;
}

.home-two-image-2-bg {
  position: absolute;
  inset: auto -2% 32% auto;
}

.image-banner-home-two-style {
  z-index: 9;
  object-fit: cover;
  border-radius: 10px 10px 10px 40px;
  width: 100%;
  height: 100%;
  position: relative;
}

.number-cards-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.skills-style-two {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.numbers {
  color: var(--primary-dark);
  margin-bottom: 10px;
  font-size: 90px;
  font-weight: 400;
  line-height: 1em;
}

.home-two-banner-element {
  z-index: 99;
  grid-row-gap: 10px;
  border-radius: 5px;
  flex-direction: column;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  inset: auto auto 60px -60px;
}

.bg-rectangle-big {
  z-index: 0;
  background-color: #00173f;
  position: absolute;
  inset: 0% 1% 0% 10%;
  transform: rotate(7deg);
}

.bg-element-primary-light-top {
  z-index: 0;
  background-color: #f8fbfe;
  height: 200px;
  position: absolute;
  inset: 0% 0% auto;
}

.h1-home-two {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 47px;
  line-height: 1.1em;
}

.image-home-two {
  z-index: 999;
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 280px;
  max-height: 600px;
  position: relative;
}

.home-two-image-bg {
  position: absolute;
  inset: -6.5% auto auto -20%;
}

.big-link-with-divider-white-style {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  border-bottom: 1px solid #8f9aae66;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  font-size: 50px;
  line-height: 1.2em;
  transition: border .3s, color .3s;
  display: flex;
}

.big-link-with-divider-white-style:hover {
  border-bottom-color: var(--primary);
  color: var(--primary);
}

.column-one-banner {
  width: 65%;
}

.section-content {
  text-align: center;
  max-width: 950px;
}

.column-one-banner-three {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.home-three-h1-heading {
  margin-right: -110px;
  font-size: 68px;
}

.capabitities-cards-with-bg-elements {
  color: #8f9aae;
  background-color: #fff;
  background-image: url('../images/bg-card.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border: 1px solid #8f9aae66;
  border-radius: 10px;
  padding: 40px;
  transition: border .2s, color .3s;
}

.capabitities-cards-with-bg-elements:hover {
  border-color: #4f7ac2;
}

.capabitities-cards-with-bg-elements.pattern-three {
  background-image: url('../images/bg-cards-2.svg');
}

.capabitities-cards-with-bg-elements.pattern-two {
  background-image: url('../images/bg-cards-3.svg');
}

.pricing-paragraph-width {
  max-width: 400px;
}

.home-three-banner-element {
  z-index: 99;
  grid-row-gap: 10px;
  background-color: var(--primary);
  background-image: url('../images/dotc_1dotc.png');
  background-position: 93% 25px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 5px;
  flex-direction: column;
  padding: 20px 70px 20px 20px;
  display: flex;
  position: absolute;
  inset: auto auto 0% -30px;
}

.error-message {
  color: #4f7ac2;
  text-align: center;
  background-color: #0000;
  padding: 0;
}

.heading-interests {
  color: var(--primary);
  margin-top: 50px;
  font-weight: 500;
}

.interest-image-block {
  background-image: url('../images/Rectangle-19_1Rectangle 19.webp');
  background-position: 0 0;
  background-size: cover;
  border-radius: 5px;
  width: 50%;
  position: absolute;
  inset: 20px 20px 20px auto;
}

.one-line-email-input {
  background-color: #0000;
  border: 1px solid #8f9aae;
  border-right-color: #4f7ac2;
  border-radius: 9px;
  min-width: 400px;
  height: auto;
  margin-bottom: 0;
  padding: 18px 150px 18px 24px;
  font-size: 18px;
  line-height: 1em;
}

.one-line-email-input:focus {
  border: 1px solid #4f7ac2;
  font-size: 18px;
  line-height: 1em;
}

.one-line-email-input::placeholder {
  color: #8f9aae;
  font-size: 18px;
  line-height: 1em;
}

.interest-wrapper {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  padding: 50px 20px 50px 50px;
  position: relative;
}

.pricing-plan-item-three-cards {
  background-color: #0000;
  border: 1px solid #8f9aae66;
  width: 100%;
  padding: 30px;
}

.pricing-plan-item-three-cards.primary-color-style {
  background-color: var(--primary);
  border-color: #4f7ac2;
}

.one-line-email-form-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  margin-bottom: 0;
  display: flex;
}

.submit-buttom-fake-arrow {
  z-index: 0;
  background-image: url('../images/arrw.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 14px;
  height: 18px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 30px;
  position: absolute;
  inset: 50% 0% 50% auto;
}

.link-with-arrow-dark {
  color: var(--primary);
  background-image: url('../images/arrow-d.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 10px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 1.5em;
  transition-property: opacity;
  transition-duration: .3s;
  display: inline-block;
}

.link-with-arrow-dark:hover {
  opacity: .8;
}

.image-banner-home-three-bg {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  min-height: 400px;
  position: absolute;
  inset: 0%;
}

.interest-content-wrapper {
  width: 40%;
}

.success-message {
  color: #4f7ac2;
  background-color: #f8fbfe;
  padding: 0;
}

.one-line-email-form {
  flex-direction: row;
  width: 100%;
  max-width: 400px;
  display: flex;
  position: relative;
}

.form-label-home-three {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
}

.half-section-content {
  width: 55%;
  height: 100%;
  margin-right: auto;
}

.home-three-number-elem-banner {
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
}

.pricing-plans-wrapper-three-items {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.banner-home-three-section {
  padding-top: 50px;
}

.italic-primary-color-underline-span {
  border-bottom: 4px solid var(--primary);
  color: var(--primary);
  font-style: italic;
}

.image-banner-home-three {
  z-index: 9;
  object-fit: cover;
  width: 100%;
  min-height: 400px;
  padding-top: 50px;
  padding-bottom: 0;
  padding-left: 40px;
  position: relative;
}

.three-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.column-two-banner-three {
  width: 50%;
  height: 100%;
  margin-top: -20px;
  padding-bottom: 20px;
  position: relative;
}

.two-column-wrapper-banner-three {
  z-index: 999;
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.bg-element-dots {
  position: absolute;
  inset: -10% auto auto -10%;
}

.banner-paragraph-home-three {
  border-bottom: 1px solid #8f9aae;
  max-width: 480px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blog-arrow-button {
  color: var(--primary-dark);
  margin-bottom: -10px;
  margin-right: -10px;
  padding: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  transition: all .2s;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.blog-arrow-button:hover {
  color: var(--primary);
}

.blog-arrow-button.white-style {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.tabs-testimonial-position {
  color: #8f9aae;
  text-align: center;
  font-size: 14px;
}

.testimonials-tab-1-link {
  color: #00173f;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.testimonials-tab-1-link.w--current {
  background-color: #0000;
  border: 1px solid #8f9aae;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 7px;
  line-height: 0;
  display: flex;
}

.tabs-testimonial-info {
  flex-flow: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.banner-title-wrapper {
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  display: flex;
}

.banner-title-wrapper.big-width {
  max-width: 1200px;
}

.tabs-quote {
  color: #00173f;
  padding-left: 50px;
  font-size: 28px;
  font-weight: 500;
}

.banner-title {
  text-align: center;
}

.testimonials-tab-3-link {
  color: #00173f;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.testimonials-tab-3-link.w--current {
  background-color: #0000;
  border: 1px solid #8f9aae;
  border-radius: 100px;
  width: 40px;
  margin-left: 7px;
  margin-right: 7px;
}

.tabs-testimonials {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.tabs-testimonial-person-style {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tabs-testimonial-block {
  display: flex;
}

.play-button {
  z-index: 5;
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
}

.home-tabs-menu-style {
  justify-content: flex-start;
  align-items: center;
  width: 84%;
  margin-top: 20px;
  padding-left: 50px;
  display: flex;
}

.about-1-video {
  z-index: 10;
  background-image: url('../images/Rectangle-33_1Rectangle 33.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.play-button-icon {
  z-index: 7;
  margin-left: 4px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  position: relative;
}

.tabs-testimonial-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

.tabs-testimonial-quote-style {
  align-items: center;
  width: 80%;
  display: flex;
  overflow: hidden;
}

.play-button-hover {
  z-index: 10;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 94px;
  height: 94px;
  transition: all .3s;
  position: absolute;
  transform: scale(.85);
}

.play-button-hover:hover {
  transform: scale(1);
}

.tabs-testimonial-name {
  text-align: center;
  margin-top: 30px;
  font-size: 18px;
}

.testimonials-tab-2-link {
  color: #00173f;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.testimonials-tab-2-link.w--current {
  background-color: #0000;
  border: 1px solid #8f9aae;
  border-radius: 50%;
  width: 40px;
  margin-left: 7px;
  margin-right: 7px;
}

.pages-banner-light-style-nav {
  background-color: #00173f;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  align-items: center;
  min-height: 320px;
  padding-top: 160px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.pages-banner-light-style-nav.about-us {
  background-image: linear-gradient(#4f7ac28c, #00173f66), linear-gradient(#00173f73, #00173f73), url('../images/pexels-yan-krukau-7792864_1pexels-yan-krukau-7792864.webp');
  background-position: 0 0, 0 0, 50% 60%;
  background-size: auto, auto, cover;
}

.pages-banner-light-style-nav.our-team {
  background-image: linear-gradient(#4f7ac28c, #00173f66), linear-gradient(#00173f73, #00173f73), url('../images/pexels-yan-krukau-7691730_1pexels-yan-krukau-7691730.webp');
  background-position: 0 0, 0 0, 50% 40%;
  background-size: auto, auto, cover;
}

.pages-banner-light-style-nav.testimonial {
  background-image: linear-gradient(#4f7ac28c, #00173f66), linear-gradient(#00173f73, #00173f73), url('../images/Rectangle-33_1Rectangle 33.webp');
  background-position: 0 0, 0 0, 50% 60%;
  background-size: auto, auto, cover;
}

.pages-banner-light-style-nav.how-we-work {
  background-image: linear-gradient(#4f7ac28c, #00173f66), linear-gradient(#00173f73, #00173f73), url('../images/pexels-pavel-danilyuk-7654119_1pexels-pavel-danilyuk-7654119.webp');
  background-position: 0 0, 0 0, 50% 48%;
  background-size: auto, auto, cover;
}

.pages-banner-light-style-nav.contact-us {
  background-image: linear-gradient(#4f7ac28c, #00173f66), linear-gradient(#00173f73, #00173f73), url('../images/pexels-tima-miroshnichenko-7567216-1_1pexels-tima-miroshnichenko-7567216 (1).webp');
  background-position: 0 0, 0 0, 50% 30%;
  background-size: auto, auto, cover;
}

.pages-banner-light-style-nav.portfolio {
  background-image: linear-gradient(#4f7ac28c, #00173f66), linear-gradient(#00173f73, #00173f73), url('../images/Rectangle-36_1Rectangle 36.webp');
  background-position: 0 0, 0 0, 50% 40%;
  background-size: auto, auto, cover;
}

.pages-banner-light-style-nav.services {
  background-image: linear-gradient(#4f7ac28c, #00173f66), linear-gradient(#00173f73, #00173f73), url('../images/Rectangle-33_1Rectangle 33.webp');
  background-position: 0 0, 0 0, 50% 48%;
  background-size: auto, auto, cover;
}

.pages-banner-light-style-nav.blog {
  background-image: linear-gradient(#4f7ac28c, #00173f66), linear-gradient(#00173f73, #00173f73), url('../images/pexels-pavel-danilyuk-7654119_1pexels-pavel-danilyuk-7654119.webp');
  background-position: 0 0, 0 0, 50% 48%;
  background-size: auto, auto, cover;
}

.testimonials-tab-4-link {
  color: #00173f;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 10px;
  line-height: 0;
  display: flex;
}

.testimonials-tab-4-link.w--current {
  background-color: #0000;
  border: 1px solid #8f9aae;
  border-radius: 100px;
  width: 40px;
  margin-left: 7px;
}

.quote-divider {
  background-color: #8f9aae;
  width: 1px;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
}

.quote-divider-block-copy {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 180px;
  margin-top: 20px;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  position: relative;
}

.tabs-testimonial-image-copy {
  justify-content: space-between;
  align-items: center;
  width: 16%;
  height: auto;
  display: flex;
  position: relative;
}

.accordion-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 50%;
  margin-right: 15px;
  display: flex;
}

.accordion-wrap.last-child {
  margin-right: 0;
}

.pages-banner {
  background-color: #4f7ac2;
  justify-content: center;
  align-items: center;
  min-height: 450px;
  display: flex;
}

.pages-banner.pricing {
  background-color: #4f7ac2;
  background-image: url('../images/Group-105.svg'), url('../images/Group-106.svg'), linear-gradient(#00173f40, #00173f40), url('../images/Home-Bnr-BG_1Home-Bnr-BG.webp');
  background-position: 95% 70%, 10% 20%, 0 0, 50% 100%;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  border-radius: 10px;
  min-height: 540px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.pages-banner.faq {
  background-color: #4f7ac2;
  background-image: url('../images/Group-105.svg'), url('../images/Group-106.svg'), linear-gradient(#00173f40, #00173f40), url('../images/Home-Bnr-BG_1Home-Bnr-BG.webp');
  background-position: 95% 70%, 10% 20%, 0 0, 50% 100%;
  background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  background-size: auto, auto, auto, auto;
  border-radius: 10px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.banner-description {
  text-align: center;
  max-width: 560px;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
}

.banner-buttons-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.accordion-wrapper {
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.accordion-wrapper.service-details {
  margin-top: 60px;
}

.big-link-with-divider-two {
  color: #00173f;
  border-bottom: 1px solid #8f9aae66;
  width: 100%;
  padding-bottom: 20px;
  font-size: 50px;
  transition: border .3s, color .3s;
  display: inline-block;
}

.big-link-with-divider-two:hover {
  color: #4f7ac2;
  border-bottom-color: #4f7ac2;
}

.testimonials-card-wrapper {
  z-index: 999;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials-card-item {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  padding: 20px;
  box-shadow: 0 0 30px #00173f0d;
}

.testimonials-card-position {
  color: #4f7ac2;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 14px;
}

.testimonial-photo {
  object-fit: cover;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.process-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 400px;
}

.process-content {
  width: 45%;
}

.process-content.reverse {
  width: 80%;
  padding-right: 70px;
}

.process-content-wrapper {
  align-items: center;
  width: 55%;
  display: flex;
}

.process-number {
  color: #f8fbfe;
  text-shadow: 0 0 1.2px #00173f, 0 0 1.2px #00173f, 0 0 1.2px #00173f;
  font-size: 66px;
  line-height: 1;
}

.process-number.white-style {
  color: #fff;
}

.process-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.process-item-wrapper {
  align-items: center;
  display: flex;
}

.process-image-wrapper {
  width: 45%;
}

.process-number-wrapper {
  flex: 1;
  max-width: 20%;
  padding-left: 70px;
  padding-right: 70px;
}

.process-number-wrapper.reverse {
  flex: none;
  min-width: 20%;
  max-width: none;
  padding-left: 0;
}

.form-contact {
  width: 100%;
}

.contacts-left-arrow {
  color: #afafaf80;
  max-width: 40px;
  padding: 10px 15px;
  transition: color .2s;
  position: absolute;
  inset: 0% 60px auto auto;
}

.contacts-left-arrow:hover {
  color: #4f7ac2;
}

.contacts-right-arrow {
  color: #8f9aae66;
  max-width: 40px;
  padding: 10px 15px;
  transition: color .2s;
  inset: 0% 19px auto auto;
}

.contacts-right-arrow:hover {
  color: #4f7ac2;
}

.contacts-input {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  height: auto;
  padding: 16px 18px;
  font-size: 18px;
  line-height: 1em;
  transition: all .2s;
}

.contacts-input:focus {
  border: 1px solid #4f7ac2;
}

.contacts-input::placeholder {
  color: #8f9aae;
  font-size: 18px;
  line-height: 1em;
}

.contacts-location-slider {
  background-color: #0000;
  height: auto;
  padding-right: 100px;
  position: relative;
}

.contacts-divider {
  background-color: #8f9aae66;
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.contacts-detail {
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 4px;
  display: flex;
}

.contacts-textarea {
  border: 1px solid #fff;
  border-radius: 10px;
  min-width: 100%;
  max-width: 100%;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 16px 18px;
  font-size: 18px;
  line-height: 1em;
}

.contacts-textarea:focus {
  border: 1px solid #4f7ac2;
}

.contacts-textarea::placeholder {
  color: #8f9aae;
  font-size: 18px;
  line-height: 1em;
}

.contacts-icon {
  color: #4f7ac2;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: "Fa Solid 900", sans-serif;
}

.contacts-arrows-divider {
  background-color: #8f9aae66;
  width: 1px;
  height: 20px;
  position: absolute;
  inset: 12px 60px auto auto;
}

.contacts-content-wrapper {
  width: 50%;
  padding-right: 40px;
}

.contacts-slider-arrow-icon {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.contacts-wrapper {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block-contact {
  margin-bottom: 0;
}

.contacts-form-wrapper {
  width: 50%;
  margin-left: 40px;
}

.hidden {
  display: none;
}

.portfolio-tab-link {
  background-color: #0000;
  padding: 10px 30px;
  font-weight: 500;
}

.portfolio-tab-link.w--current {
  color: #4f7ac2;
  background-color: #0000;
}

.portfolio-tab-link.all-projects {
  flex: 1;
  padding-left: 0;
}

.portfolio-tab-link.last-child {
  order: 1;
  padding-right: 0;
}

.portfolio-masonry-collection-item {
  border: 1px solid #8f9aae66;
  width: 31.3%;
  display: inline-block;
}

.tabs-menu {
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.portfolio-masonry-collection-list {
  grid-column-gap: 27px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.collection-list-wrapper-portfolio, .portfolio-masonry-tabs {
  width: 100%;
}

.portfolio-masonry-image-wrapper {
  position: relative;
  overflow: hidden;
}

.portfolio-masonry-image-link {
  width: 100%;
}

.portfolio-masonry-image {
  object-fit: cover;
  width: 100%;
  height: 240px;
  transition: transform .45s;
}

.portfolio-masonry-image:hover {
  transform: scale(1.05);
}

.portfolio-masonry-content-wrapper {
  padding: 20px 45px 20px 20px;
  position: relative;
}

.portfolio-masonry-title {
  color: var(--primary-dark);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4em;
  transition: all .3s;
}

.portfolio-masonry-title:hover {
  color: #4f7ac2;
}

.portfolio-masonry-category {
  width: 100%;
  margin-top: 5px;
  transition: all .3s;
  display: inline-block;
}

.portfolio-masonry-category:hover {
  color: #00173f;
}

.projects-arrow-button {
  color: #00173f;
  margin-bottom: 12px;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 14px;
  transition: all .2s;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.projects-arrow-button:hover {
  color: #4f7ac2;
}

.services-collection-list-wrapper {
  width: 100%;
}

.service-list-main-item-image {
  object-fit: cover;
  width: 100%;
  height: 250px;
}

.service-list-grid-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  display: grid;
}

.service-list-main-title-wrapper {
  align-items: center;
  display: flex;
}

.service-list-main-item-content {
  padding-top: 20px;
}

.service-list-main-item {
  height: 100%;
}

.service-list-main-item-description {
  margin-top: 10px;
  margin-bottom: 30px;
}

.service-item-title {
  border-bottom: 3px solid #4f7ac2;
  padding-bottom: 5px;
  transition: color .2s;
}

.service-item-title:hover {
  color: #4f7ac2;
}

.services-collection-item {
  height: auto;
}

.coming-soon-heading {
  margin-top: 60px;
  font-size: 70px;
}

.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-paragraph {
  margin-top: 20px;
  margin-bottom: 40px;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 690px;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
}

.coming-soon-image {
  max-width: 480px;
}

.changelog-heading {
  margin-bottom: 20px;
}

.licensing-icon-link-wrapper {
  margin-right: 25px;
}

.icon-style-guide {
  color: #4f7ac2;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 24px;
}

.icon-style-guide.dribble {
  font-family: "Fa Solid 900", sans-serif;
}

.licensing-icons-wrapper {
  margin-top: 30px;
  margin-bottom: 20px;
}

.licensing-icon-link {
  margin-bottom: 20px;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 40px;
}

.licensing-paragraph.last-item {
  margin-right: 0;
}

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
  font-weight: 400;
}

.licensing-fonts-wrapper {
  align-items: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.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-link {
  width: 100%;
  height: 100%;
}

.licensing-image-link:hover {
  opacity: 1;
}

.license-link {
  color: #00173f;
  letter-spacing: normal;
  margin-right: 50px;
  font-weight: 700;
}

.license-link.last-child {
  margin-right: 0;
}

.licensing-title-wrapper {
  border-bottom: 1px #5e5e5e80;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.licensing-heading {
  margin-bottom: 20px;
}

.licensing-image {
  object-fit: cover;
  width: 100%;
  height: 320px;
}

.licensing-title {
  width: 100%;
  padding-bottom: 30px;
}

.licensing-images-wrapper {
  border-top: 1px solid #5e5e5e80;
  width: 100%;
  padding-top: 40px;
}

.team-social-links-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.details-page-title {
  margin-top: 0;
  font-size: 60px;
}

.details-page-title.our-team-title {
  border-bottom: 3px solid #4f7ac2;
  padding-bottom: 10px;
}

.details-page-title.service-details {
  text-align: center;
  border-bottom: 4px solid #4f7ac2;
  padding-bottom: 5px;
}

.details-page-title.service-details._02 {
  max-width: 942px;
}

.details-page-title.blog-details-style {
  margin-top: 40px;
  margin-bottom: 40px;
}

.team-details-social-icon {
  color: var(--primary-dark);
  font-family: "Fa Brands 400", sans-serif;
  font-size: 20px;
  transition: color .2s;
}

.team-details-social-icon:hover {
  color: var(--primary);
}

.team-details-social-icon.email {
  font-family: "Fa Solid 900", sans-serif;
}

.team-details-social-icon.phone {
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
}

.member-job-position {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1em;
}

.team-details-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  max-height: 560px;
  margin-left: 20px;
}

.team-details-decorative {
  z-index: 9;
  width: 100px;
  height: 100px;
  margin-bottom: -50px;
  margin-left: -10px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.team-item-info-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.team-details-title-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.team-details-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.team-details-content-block {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.collection-image-lightbox-link {
  width: 100%;
  height: 100%;
}

.image-preview {
  object-fit: cover;
  width: 100%;
  height: 440px;
}

.image-preview.shop {
  border-radius: 5px;
}

.collection-image-item, .collection-images-wrapper {
  width: 100%;
}

.collection-images-wrapper.team-style {
  margin-top: 30px;
}

.collection-images-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-details-content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.accordion-wrap-one-column {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.service-details-content-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #8f9aae66;
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  padding: 30px 40px;
  display: flex;
}

.project-template-image {
  object-fit: cover;
  width: 100%;
  height: 420px;
}

.projects-subtitle {
  color: #00173f;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.project-template-category {
  color: #fff;
  margin-bottom: 30px;
  font-size: 18px;
  transition: all .3s;
  display: inline-block;
}

.project-template-category:hover {
  opacity: .7;
}

.project-template-social-link {
  justify-content: center;
  align-items: center;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
  line-height: 1em;
  transition: all .3s;
  display: flex;
}

.project-template-social-link:hover {
  color: #00173f;
}

.project-template-social-link.last-child {
  margin-right: 0;
}

.project-banner-wrapper {
  justify-content: center;
  align-items: flex-end;
  min-height: 700px;
  padding-top: 150px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.project-pagination-wrapper {
  border-top: 1px solid #8f9aae;
  align-items: stretch;
  display: flex;
}

.project-template-empty-state {
  background-color: #0000;
  height: 0;
  padding: 0;
}

.project-image-overlay {
  z-index: 1;
  background-color: #00173f66;
  position: absolute;
  inset: 0%;
}

.project-template-info-wrap {
  grid-column-gap: 15px;
  flex-wrap: wrap;
  display: flex;
}

.project-button-link-paragraph {
  font-size: 18px;
}

.project-next-button-link-icon {
  margin-top: 2px;
  margin-left: 15px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-template-images-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-template-content {
  width: 70%;
}

.project-collection-list-wrapper {
  width: 100%;
}

.project-pagination-icon-wrapper {
  text-align: center;
  border-left: 1px solid #8f9aae;
  border-right: 1px solid #8f9aae;
  width: 20%;
  padding-top: 45px;
  padding-bottom: 45px;
}

.project-template-banner-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-template-info {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.project-template-social-icons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.project-template-content-wrapper {
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.project-prev-button-link-icon {
  margin-top: 2px;
  margin-right: 15px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 13px;
  line-height: 1;
}

.project-button-link {
  color: #00173f;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

.project-button-link:hover {
  color: #4f7ac2;
}

.prev-post-arrow {
  color: #afafaf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  font-family: "Fa Solid 900", sans-serif;
}

.author-image-blog {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 100%;
  width: 34px;
  height: 34px;
  display: block;
}

.blog-date-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.autor-name {
  color: #00173f;
  margin-bottom: 0;
  font-weight: 700;
}

.blog-template-pagination-link {
  align-items: center;
  width: auto;
  display: flex;
}

.blog-details-top-block {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-bottom: 1px solid #4448674d;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  display: flex;
}

.blog-template-image {
  object-fit: cover;
  width: 100%;
  max-height: 680px;
  margin-bottom: 20px;
}

.blog-sidebar-post-category {
  color: #fff;
  background-color: #4f7ac2;
  border: 1px solid #4f7ac2;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 5px 10px;
  transition: all .3s;
  display: inline-block;
}

.blog-sidebar-post-category:hover {
  background-color: #00173f;
  border-color: #00173f;
}

.next-post-arrow {
  color: #afafaf;
  margin-bottom: 0;
  margin-left: 25px;
  font-family: "Fa Solid 900", sans-serif;
}

.blog-template-next {
  text-align: right;
}

.blog-template-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog-template-pagination {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px solid #8f9aae66;
  align-items: center;
  margin-top: 80px;
  padding-top: 40px;
  display: flex;
}

.blog-template-next-button {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.blog-divider {
  background-color: #8f9aae;
  width: 10px;
  height: 1px;
}

.blog-template-prev-button {
  flex: 1;
  display: flex;
}

.autor-wrapper {
  grid-column-gap: 15px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 280px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  background-color: #0000;
  border: 1px solid #8f9aae;
  border-radius: 5px;
  min-width: 280px;
  min-height: 48px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 18px;
  line-height: 1.2em;
}

.password-input:focus {
  color: #00173f;
  border: 1px solid #00173f;
}

.password-input::placeholder {
  color: #8f9aae;
  font-size: 18px;
  line-height: 1.2em;
}

.password-title-wrapper {
  margin-bottom: 40px;
}

._404-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  display: flex;
}

._404-title {
  font-size: 80px;
}

.text-center {
  text-align: center;
}

._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;
}

.close-popup-image {
  width: 12px;
  height: 12px;
}

.btn-icon {
  margin-right: 8px;
}

.text-orange {
  color: #f69c20;
}

.promotion-label-holder {
  grid-row-gap: 10px;
  background-color: #1c276d;
  border-radius: 4px;
  flex-direction: column;
  padding: 15px;
  display: flex;
  position: relative;
}

.promotion-label-left {
  width: 100%;
  max-width: 290px;
  position: absolute;
}

.promotion-labels-wrapper-to-remove {
  z-index: 9999;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

.promotion-label-buttons-wrapper {
  grid-column-gap: 20px;
  display: flex;
}

.promotion-label-all-templates {
  z-index: 1000;
  color: #4353ff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 4px;
  width: 140px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-all-templates:hover {
  opacity: 1;
  color: #000;
}

.promotion-label-buy-this-template {
  z-index: 1000;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: 1px solid #4353ff;
  border-radius: 4px;
  padding: 6px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  display: flex;
}

.promotion-label-buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.promotion-label-paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  max-width: 93%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
}

.promotion-label-close {
  cursor: pointer;
  padding: 15px 20px 10px;
  display: flex;
  position: absolute;
  top: -7px;
  right: -14px;
}

.promotion-label-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
}

.promotion-label-button:hover {
  color: #ffffffb3;
}

.promotion-label-right {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
  position: absolute;
  right: 10px;
}

.in-section-description-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wpp-button {
  z-index: 999;
  color: #fff;
  cursor: pointer;
  background-color: #1cca6d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 12px;
  transition: all .3s;
  display: flex;
  position: fixed;
  bottom: 40px;
  right: 40px;
}

.wpp-button:hover {
  transform: translate(0, -5px);
  box-shadow: 0 2px 5px #0003;
}

.wpp-icon {
  width: 30px;
  height: 30px;
}

.clients-card-home {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.body {
  background-color: var(--primary-light);
}

.div-block {
  position: relative;
}

.services-list-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.services-list-item {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.list-number {
  flex: none;
  width: 40px;
  line-height: 1.1em;
}

.list-text {
  line-height: 1.2em;
}

.service-header {
  display: flex;
}

.service-item-heading-number {
  width: 40px;
}

@media screen and (min-width: 1280px) {
  h1 {
    font-size: 80px;
  }

  .style-guide-body-wrapper {
    margin-right: 60px;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .main-style-guide-body-wrapper {
    margin-right: 60px;
  }

  .spacing-system-column {
    padding-right: 30px;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .section {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .section.without-bottom-spacing._02 {
    padding-top: 60px;
  }

  .section.project-details-spacing {
    padding-top: 80px;
  }

  .footer-wrapper {
    margin-bottom: 130px;
  }

  .footer-button-wrapper {
    width: 16%;
  }

  .footer-links-wrapper {
    grid-column-gap: 40px;
  }

  .nav-dropdown-toggle {
    padding-left: 20px;
    padding-right: 28px;
  }

  .nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .image-wrapper-clients.second-style {
    padding-right: 80px;
  }

  .column-one.asymetric-with-divider {
    padding-left: 80px;
  }

  .banner-section {
    min-height: 730px;
  }

  .two-column-wrapper-asymetric {
    grid-column-gap: 80px;
  }

  .blog-grid-collection-list {
    grid-column-gap: 30px;
  }

  .pricing-plan-price-wrapper {
    flex-direction: row;
  }

  .avatars-image {
    width: 205px;
    max-width: 100%;
  }

  .blog-grid-item {
    width: 31.62%;
  }

  .two-column-wrapper {
    grid-column-gap: 100px;
  }

  .two-column-wrapper.big-gap {
    grid-column-gap: 180px;
  }

  .skills-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .white-clients-wrapper {
    justify-content: flex-end;
    padding: 20px;
  }

  .team-card-image {
    height: 440px;
  }

  .banner-home-two-section {
    padding-top: 180px;
  }

  .two-column-wrapper-banner {
    grid-column-gap: 100px;
  }

  .banner-two-content-wrapper {
    padding-bottom: 100px;
  }

  .column-two-banner {
    width: 45%;
    height: 645px;
    margin-bottom: -130px;
  }

  .home-two-image-2-bg {
    right: -9%;
  }

  .home-two-banner-element {
    width: 164px;
    height: 164px;
    bottom: 30px;
    left: -80px;
  }

  .bg-rectangle-big {
    right: 6%;
  }

  .home-three-h1-heading {
    font-size: 80px;
  }

  .home-three-banner-element {
    left: -50px;
  }

  .interest-image-block {
    width: 55%;
  }

  .interest-content-wrapper {
    width: 35%;
  }

  .two-column-wrapper-banner-three {
    grid-column-gap: 100px;
  }

  .about-1-video {
    min-height: 540px;
  }

  .pages-banner-light-style-nav {
    padding-top: 200px;
    padding-bottom: 130px;
  }

  .banner-buttons-wrapper {
    margin-top: 50px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .testimonials-card-item {
    padding: 30px;
  }

  .portfolio-masonry-collection-item {
    width: 31.79%;
  }

  .service-list-grid-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 80px;
  }

  .team-details-image {
    margin-left: 0;
  }

  .team-details-decorative {
    margin-left: -30px;
  }

  .project-banner-wrapper {
    min-height: 100vh;
  }

  ._404-title {
    font-size: 100px;
  }
}

@media screen and (min-width: 1440px) {
  .footer-links-wrapper {
    grid-column-gap: 50px;
  }

  .column-one.asymetric-two {
    width: 60%;
  }

  .image-clients._02 {
    object-fit: cover;
    min-height: 360px;
  }

  .column-two.asymetric-two {
    width: 40%;
  }

  .two-column-wrapper.madium-gap {
    grid-column-gap: 140px;
    justify-content: center;
    align-items: center;
  }

  .bg-rectangle-small {
    width: 70px;
    height: 70px;
  }

  .home-two-image-2-bg {
    right: -22%;
  }

  .numbers {
    font-size: 106px;
  }

  .h1-home-two {
    letter-spacing: -1px;
  }

  .home-three-h1-heading {
    margin-right: -80px;
  }

  .home-three-banner-element {
    margin-bottom: -30px;
  }

  .column-two-banner-three {
    width: 45%;
    padding-bottom: 0;
  }

  .image-preview {
    height: 540px;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 110px;
  }

  .base-container {
    max-width: 1400px;
  }

  .nav-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .home-banner-paragraph {
    width: 50%;
  }

  .banner-section {
    min-height: 830px;
  }

  .banner-text-content {
    max-width: 1200px;
  }

  .experience-block {
    margin-top: 100px;
  }

  .blog-grid-item {
    width: 31.87%;
  }

  .two-column-wrapper.big-gap {
    grid-column-gap: 270px;
  }

  .two-column-wrapper.madium-gap {
    grid-column-gap: 180px;
  }

  .years-big {
    font-size: 140px;
    line-height: 106px;
  }

  .team-card-image {
    height: 500px;
  }

  .banner-home-two-section {
    padding-top: 210px;
  }

  .client-cards-wrapper-home-three {
    grid-column-gap: 80px;
  }

  .banner-two-content-wrapper {
    padding-bottom: 130px;
  }

  .column-two-banner {
    width: 45%;
    height: 746px;
    margin-bottom: -140px;
  }

  .home-two-banner-element {
    bottom: 60px;
  }

  .h1-home-two {
    letter-spacing: -1px;
    font-size: 50px;
  }

  .column-one-banner {
    width: 50%;
  }

  .home-three-h1-heading {
    margin-right: -130px;
    font-size: 96px;
  }

  .image-banner-home-three-bg {
    margin-top: -20px;
  }

  .half-section-content {
    width: 50%;
  }

  .banner-home-three-section {
    padding-top: 110px;
  }

  .image-banner-home-three {
    padding-left: 70px;
  }

  .column-two-banner-three {
    width: 50%;
    margin-top: 0;
  }

  .banner-paragraph-home-three {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }

  .testimonials-tab-1-link {
    background-color: #0000;
  }

  .banner-title {
    font-size: 80px;
  }

  .portfolio-masonry-collection-item {
    width: 32%;
  }

  .team-details-image {
    max-height: 640px;
  }

  .collection-images-list, .service-details-content {
    width: 100%;
  }

  .service-details-content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    display: flex;
  }

  .project-template-content-wrapper {
    max-width: 1400px;
  }

  .services-list-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .services-list-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .list-number {
    flex: none;
    width: 40px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 42px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .grid-system {
    width: 100%;
  }

  .colors-wrapper {
    margin-right: 40px;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .headings-typography-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .headings-typography-wrapper.last-child {
    margin-bottom: 30px;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .button-wrapper.nav-style-tablet {
    display: block;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .spacing-system-image {
    width: 75%;
  }

  .colors-container {
    flex-wrap: wrap;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .style-guide-tab-content-wrapper {
    grid-row-gap: 40px;
  }

  .headings-container {
    flex-wrap: wrap;
  }

  .primary-button.nav-style, .primary-button.nav-style-white {
    display: none;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .spasing-system-image-mobile-2 {
    width: 70%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .style-guide-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-style-spacing-desktop, .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .spacing-title {
    font-size: 30px;
  }

  .footer-wrapper {
    grid-row-gap: 50px;
    flex-wrap: wrap;
  }

  .footer-button-wrapper {
    width: 50%;
  }

  .footer-social-links-wrapper {
    grid-column-gap: 30px;
    flex-flow: wrap;
    justify-content: flex-end;
    width: 70%;
    margin-right: 0;
  }

  .footer-brand-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 30%;
  }

  .footer-links-wrapper {
    grid-column-gap: 30px;
    flex-wrap: wrap;
    width: 50%;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-toggle.light-style {
    color: #8f9aae;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 2px 0 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0;
    display: flex;
  }

  .nav-link.light-style {
    color: #8f9aae;
  }

  .nav-link.light-style:hover {
    color: #4f7ac2;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 180px;
  }

  .image-burger {
    margin-bottom: 4px;
  }

  .image-burger.light-style {
    filter: invert();
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .nav-balancer {
    width: auto;
  }

  .menu-wrap {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .nav-close-icon {
    z-index: 15;
  }

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 15px;
    display: flex;
  }

  .close-menu-button {
    padding: 0 20px 3px 0;
    display: flex;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding-top: 0;
    padding-left: 0;
    padding-right: 20px;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    flex-direction: column;
    width: 320px;
    inset: 0% auto 0% 0%;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand-tablet {
    object-fit: contain;
    width: auto;
    max-width: 150px;
    height: 40px;
    margin-top: 10px;
    display: block;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-list {
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    overflow: scroll;
  }

  .nav-dropdown-list.megamenu.w--open {
    width: auto;
  }

  .nav-dropdown-icon {
    margin-right: 1.5px;
    font-size: 16px;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-wrapper-clients.second-style {
    margin-bottom: 30px;
  }

  .column-one {
    width: 100%;
  }

  .column-one.asymetric-with-divider {
    border-top: 1px solid #8f9aae;
    border-left-style: none;
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }

  .column-one.asymetric-two, .column-one.asymetric-three {
    width: 100%;
  }

  .banner-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .two-column-wrapper-asymetric {
    grid-column-gap: 60px;
    flex-direction: column;
  }

  .blog-grid-collection-list {
    column-count: 2;
  }

  .banner-text-content {
    text-align: center;
    width: 95%;
  }

  .community-quote._01 {
    max-width: 28ch;
    font-size: 32px;
  }

  .section-title-wrapper {
    max-width: 560px;
  }

  .blog-grid-item {
    width: 48.16%;
  }

  .client-cards-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
  }

  .client-card {
    width: 47%;
    padding: 35px;
  }

  .pricing-plans-wrapper-two-items {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
  }

  .pricing-plan-item {
    max-width: 360px;
  }

  .column-two, .column-two.asymetric-two, .column-two.asymetric, .column-two.asymetric-three {
    width: 100%;
  }

  .text-white.home {
    max-width: 50ch;
    margin-left: auto;
    margin-right: auto;
  }

  .accordion-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .two-column-wrapper {
    grid-column-gap: 60px;
    flex-direction: column;
  }

  .home-buttons-wrapper {
    margin-top: 40px;
  }

  .image-gallery-home {
    grid-template-columns: 1fr 1fr;
  }

  .big-link-with-divider {
    font-size: 42px;
  }

  .client-cards-wrapper-home-three {
    grid-row-gap: 30px;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .bg-rectangle-small {
    width: 70px;
    height: 70px;
    top: -40px;
  }

  .numbers-items {
    text-align: center;
  }

  .two-column-wrapper-banner {
    grid-column-gap: 60px;
    flex-direction: column-reverse;
  }

  .banner-two-content-wrapper {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .column-two-banner {
    justify-content: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .home-two-image-2-bg {
    right: 0%;
  }

  .image-banner-home-two-style {
    aspect-ratio: 2 / 2.4;
    width: 50%;
  }

  .number-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .home-two-banner-element {
    left: 17%;
  }

  .bg-rectangle-big {
    right: 6%;
  }

  .h1-home-two {
    max-width: 19ch;
    margin-left: auto;
    margin-right: auto;
    font-size: 48px;
  }

  .home-two-image-bg {
    top: -50px;
    left: 0%;
  }

  .big-link-with-divider-white-style {
    font-size: 42px;
  }

  .column-one-banner, .column-one-banner-three {
    width: 100%;
  }

  .home-three-h1-heading {
    margin-right: 0;
  }

  .capabitities-cards-with-bg-elements {
    width: 47.9%;
  }

  .home-three-banner-element {
    left: 10%;
  }

  .heading-interests {
    margin-top: 40px;
  }

  .interest-image-block {
    width: 100%;
    height: 360px;
    position: relative;
    top: 0;
    right: auto;
  }

  .interest-wrapper {
    grid-row-gap: 40px;
    flex-direction: column;
    padding: 30px;
    display: flex;
  }

  .pricing-plan-item-three-cards {
    max-width: 350px;
  }

  .one-line-email-form-main {
    justify-content: center;
  }

  .image-banner-home-three-bg {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .interest-content-wrapper, .half-section-content {
    width: 100%;
  }

  .pricing-plans-wrapper-three-items {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .image-banner-home-three {
    width: 70%;
  }

  .three-cards-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    display: flex;
  }

  .column-two-banner-three {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .two-column-wrapper-banner-three {
    grid-column-gap: 60px;
    flex-direction: column-reverse;
  }

  .bg-element-dots {
    display: none;
  }

  .tabs-quote {
    padding-left: 20px;
    font-size: 22px;
  }

  .tabs-testimonial-person-style {
    padding-left: 0;
  }

  .home-tabs-menu-style {
    width: 75%;
    padding-left: 20px;
  }

  .about-1-video {
    width: 100%;
    min-height: 340px;
  }

  .tabs-testimonial-quote-style {
    width: 75%;
  }

  .pages-banner-light-style-nav {
    padding-top: 140px;
  }

  .tabs-testimonial-image-copy {
    width: 25%;
  }

  .pages-banner {
    min-height: 300px;
  }

  .pages-banner.pricing {
    min-height: 460px;
  }

  .accordion-wrapper.service-details {
    margin-top: 40px;
  }

  .big-link-with-divider-two {
    font-size: 42px;
  }

  .testimonials-card-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-card-title {
    font-size: 20px;
  }

  .process-image {
    object-position: 50% 0%;
    height: 380px;
  }

  .process-content {
    width: 100%;
  }

  .process-content.reverse {
    width: 100%;
    padding-right: 0;
  }

  .process-content-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .process-number {
    margin-top: 14px;
    margin-bottom: 0;
  }

  .process-item-wrapper {
    flex-direction: column;
  }

  .process-item-wrapper.reverse {
    flex-direction: column-reverse;
  }

  .process-image-wrapper {
    width: 100%;
  }

  .process-number-wrapper {
    flex: none;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .contacts-title {
    margin-bottom: 40px;
  }

  .contacts-left-arrow {
    right: 41px;
  }

  .contacts-right-arrow {
    right: 0;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .contacts-arrows-divider {
    right: 40px;
  }

  .contacts-wrapper {
    align-items: flex-start;
  }

  .contacts-form-wrapper {
    margin-left: 30px;
  }

  .portfolio-tab-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .portfolio-tab-link.all-projects {
    padding-left: 0;
  }

  .portfolio-tab-link.last-child {
    padding-right: 0;
  }

  .portfolio-masonry-collection-item {
    width: 48.1%;
  }

  .portfolio-masonry-collection-list {
    column-count: 2;
    padding-left: 0;
    padding-right: 0;
  }

  .service-list-grid-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .service-list-main-item-content {
    margin-top: 0;
    padding-top: 10px;
  }

  .service-list-main-item-description {
    margin-bottom: 15px;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 56px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 30px;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-image {
    display: none;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .details-page-title {
    font-size: 48px;
  }

  .team-details-image {
    max-height: 580px;
  }

  .team-details-wrapper {
    grid-column-gap: 30px;
  }

  .team-details-content-block {
    padding-left: 20px;
  }

  .image-preview {
    height: 280px;
  }

  .project-template-image {
    height: 360px;
  }

  .project-banner-wrapper {
    min-height: auto;
    padding-top: 130px;
  }

  .blog-template-pagination {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 60px;
    padding-top: 60px;
  }

  .promotion-label-holder, .promotion-labels-wrapper-to-remove {
    display: none;
  }

  .image {
    object-fit: contain;
    border-radius: 4px;
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  blockquote {
    font-size: 20px;
  }

  .style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .grid-system {
    border-left: 1px solid #7c7c7c;
    flex-direction: column;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: 15px;
  }

  .colors-wrapper {
    margin-top: 15px;
    margin-right: 0;
  }

  .grid-description {
    border-top: 1px solid #00173f;
    border-bottom-style: none;
    border-right-width: 1px;
    align-items: center;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }

  .grid-description.first-description {
    border-width: 1px 1px .5px 0;
    border-top-style: none;
    border-top-color: #00173f;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .style-guide-tabs-menu {
    border-top: 1px solid #000;
    flex-direction: column;
    margin-bottom: 40px;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .spacing-wrapper, .button-wrapper, .spacing-wrapper-mobile {
    margin-top: 30px;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .grid-title {
    border-bottom: 1px solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    width: 100%;
  }

  .style-guide-div {
    margin-top: 35px;
  }

  .colors-container {
    margin-top: 0;
  }

  .spacing-system-column {
    margin-top: 20px;
  }

  .grid-header {
    width: 100%;
    margin-top: 35px;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 35px;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .primary-button.full-width-on-mobile, .style-guide-button-wrapper {
    width: 100%;
  }

  .style-guide-button-wrapper.last-child {
    margin-bottom: 0;
  }

  .typography-wrapper {
    margin-top: 20px;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: 10px;
  }

  .style-guide-tab-link {
    border-top-style: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .spacing-title {
    font-size: 35px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .footer-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 0px;
    justify-content: center;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-button-wrapper {
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }

  .footer-social-links-wrapper {
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .footer-brand-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-links-wrapper {
    justify-content: center;
    width: 90%;
  }

  .nav-link {
    margin-left: 0;
  }

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .team-grid-large {
    grid-template-columns: 1fr;
  }

  .image-wrapper-clients.second-style {
    padding-right: 65px;
  }

  .home-banner-paragraph {
    width: 90%;
  }

  .banner-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .skills-item {
    padding-top: 10px;
  }

  .two-column-wrapper-asymetric {
    flex-direction: column;
  }

  .blog-grid-collection-list {
    column-count: 1;
  }

  .pricing-plan-price-wrapper {
    flex-flow: wrap;
  }

  .experience-block {
    margin-top: 30px;
    padding-bottom: 30px;
  }

  .community-quote._01 {
    font-size: 27px;
    font-weight: 500;
  }

  .capabilities-image-small {
    min-height: 280px;
    max-height: 340px;
  }

  .in-section-accordion-wrapper {
    margin-top: 30px;
  }

  .section-title-wrapper {
    margin-bottom: 40px;
  }

  .section-two-side-half-wrapper {
    max-width: none;
  }

  .section-two-side-title-wrapper {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .section-two-side-title-wrapper.align-bottom {
    align-items: flex-start;
  }

  .blog-grid-item {
    width: 100%;
  }

  .client-cards-wrapper {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .section-subtitle.big-spacing {
    margin-bottom: 30px;
  }

  .pricing-plans-wrapper-two-items {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    max-width: none;
  }

  .quote-experience.home {
    font-size: 29px;
  }

  .client-logo {
    max-width: 80%;
  }

  .text-white.home {
    font-size: 17px;
  }

  .two-column-wrapper {
    flex-direction: column;
  }

  .skills-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .years-big {
    font-size: 80px;
    line-height: 60px;
  }

  .big-link-with-divider {
    font-size: 36px;
  }

  .blog-grid-content-wrapper {
    min-height: auto;
  }

  .client-card-home-two {
    width: 30%;
  }

  .banner-home-two-section {
    padding-top: 125px;
  }

  .client-cards-wrapper-home-three {
    grid-column-gap: 0px;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .bg-rectangle-small {
    width: 60px;
    height: 60px;
    top: -30px;
  }

  .banner-two-content-wrapper {
    padding-bottom: 60px;
  }

  .capabilities-arrow-button {
    flex: none;
  }

  .home-two-image-2-bg {
    width: 50%;
  }

  .image-banner-home-two-style {
    width: 60%;
  }

  .number-cards-wrapper {
    flex-wrap: wrap;
  }

  .numbers {
    font-size: 80px;
  }

  .home-two-banner-element {
    width: 100px;
    height: 100px;
    left: 10%;
  }

  .h1-home-two {
    font-size: 36px;
  }

  .home-two-image-bg {
    width: 50%;
    top: -40px;
  }

  .big-link-with-divider-white-style {
    font-size: 30px;
  }

  .home-three-h1-heading {
    font-size: 60px;
  }

  .capabitities-cards-with-bg-elements {
    width: 100%;
  }

  .home-three-banner-element {
    left: 0%;
  }

  .interest-image-block {
    height: 280px;
  }

  .pricing-plan-item-three-cards {
    max-width: none;
  }

  .image-banner-home-three-bg {
    width: 80%;
    min-height: auto;
    margin-right: 0;
  }

  .pricing-plans-wrapper-three-items {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .image-banner-home-three {
    width: 85%;
    min-height: auto;
    padding-bottom: 40px;
  }

  .three-cards-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .tabs-quote {
    text-align: center;
    padding-left: 0;
  }

  .tabs-testimonial-person-style {
    align-items: center;
    padding-bottom: 10px;
  }

  .tabs-testimonial-block {
    flex-direction: column;
    align-items: center;
  }

  .home-tabs-menu-style {
    justify-content: center;
    width: 100%;
    padding-left: 0;
  }

  .about-1-video {
    min-height: 280px;
  }

  .tabs-testimonial-quote-style {
    width: 90%;
  }

  .pages-banner-light-style-nav {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .quote-divider-block-copy {
    display: none;
  }

  .tabs-testimonial-image-copy {
    width: 35%;
  }

  .accordion-wrap {
    width: 100%;
    margin-right: 0;
  }

  .pages-banner.pricing, .pages-banner.faq {
    background-image: url('../images/Group-105.svg'), url('../images/Group-106.svg'), linear-gradient(#00173f40, #00173f40), url('../images/Home-Bnr-BG_1Home-Bnr-BG.webp');
    background-position: 95% 70%, 10% 20%, 0 0, 50% 100%;
    background-repeat: no-repeat, no-repeat, repeat, no-repeat;
    background-size: 50%, 50%, auto, auto;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .big-link-with-divider-two {
    font-size: 36px;
  }

  .testimonials-card-wrapper {
    column-count: 1;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .testimonials-card-item {
    max-width: 450px;
  }

  .process-image {
    height: 300px;
  }

  .process-content {
    width: 100%;
  }

  .process-paragraph {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .process-item-wrapper {
    flex-wrap: wrap;
  }

  .process-item-wrapper.reverse {
    flex-wrap: wrap-reverse;
  }

  .contacts-title {
    margin-bottom: 20px;
  }

  .contacts-location-slider {
    padding-right: 100px;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-form-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .portfolio-tab-link {
    padding-left: 10px;
    padding-right: 10px;
  }

  .portfolio-masonry-collection-item {
    width: 100%;
  }

  .portfolio-masonry-collection-item:last-child {
    margin-bottom: 0;
  }

  .tabs-menu {
    flex-wrap: wrap;
  }

  .portfolio-masonry-collection-list {
    grid-row-gap: 20px;
    column-count: 1;
    column-rule-width: 0px;
    flex-wrap: wrap;
    column-gap: 30px;
  }

  .portfolio-masonry-image-link, .portfolio-masonry-image {
    width: 100%;
  }

  .service-list-grid-wrapper {
    grid-template-columns: 1fr;
  }

  .service-list-main-item-description {
    margin-top: 0;
  }

  .coming-soon-heading {
    font-size: 44px;
  }

  .coming-soon-wrapper {
    margin-left: 0%;
  }

  .licensing-icons-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .licensing-paragraph.last-item {
    margin-bottom: 0;
  }

  .licensing-font-title {
    margin-bottom: 10px;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 40px;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title-wrapper {
    margin-bottom: 20px;
  }

  .licensing-title {
    padding-bottom: 20px;
  }

  .licensing-images-wrapper {
    padding-top: 10px;
  }

  .details-page-title {
    font-size: 40px;
  }

  .team-details-image {
    max-height: 480px;
    margin-left: 0;
  }

  .team-details-decorative {
    width: 80px;
    height: 80px;
    margin-top: -30px;
    margin-bottom: 0;
    inset: 0% auto auto 0%;
  }

  .team-details-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .team-details-content-block {
    padding-left: 0;
  }

  .collection-images-list {
    grid-template-columns: 1fr;
  }

  .service-details-content {
    flex-wrap: wrap;
  }

  .service-details-content-wrapper {
    padding: 20px;
  }

  .project-template-category {
    margin-bottom: 20px;
  }

  .project-banner-wrapper {
    padding-top: 110px;
    padding-bottom: 60px;
  }

  .project-template-images-list {
    grid-template-columns: 1fr;
  }

  .project-template-content {
    width: 100%;
  }

  .project-pagination-icon-wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .project-template-info {
    width: 100%;
  }

  .project-template-content-wrapper {
    flex-wrap: wrap;
  }

  .blog-date-wrapper {
    grid-row-gap: 10px;
  }

  .blog-details-top-block {
    flex-wrap: wrap;
  }

  .blog-template-pagination {
    grid-row-gap: 20px;
    flex-direction: column;
    justify-content: center;
    padding-top: 20px;
  }

  .password-image {
    width: 100px;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 30px;
  }

  .promotion-label-buttons-wrapper {
    grid-row-gap: 20px;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .bold-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-description {
    border-bottom-width: 1px;
    border-bottom-color: #fff3;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .grid-description.first-description {
    border-bottom: 1px #fff3;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 0;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .color-container {
    flex-wrap: wrap;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .primary-button.submit-button-email-form-fake-arrow, .primary-button.submit-button-email-form {
    width: 100%;
    margin-top: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
    position: static;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .bottom-style-spacing-desktop, .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .rich-text-styling h3 {
    font-size: 24px;
  }

  .rich-text-styling h4 {
    font-size: 22px;
  }

  .footer-copyright-link {
    margin-left: 5px;
  }

  .footer-copyright {
    text-align: center;
    justify-content: center;
    width: 100%;
    line-height: 1.6em;
  }

  .footer-rights-wrapper {
    grid-row-gap: 0px;
    justify-content: center;
  }

  .footer-rights {
    text-align: center;
    line-height: 1.6em;
  }

  .footer-bottom-wrapper {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .footer-button-wrapper {
    align-items: center;
  }

  .footer-white {
    text-align: left;
  }

  .footer-social-links-wrapper {
    align-items: center;
    width: 80%;
  }

  .footer-links-wrapper {
    align-items: center;
  }

  .nav-link {
    width: 99%;
  }

  .nav-menu {
    width: 90%;
  }

  .brand-tablet {
    padding-left: 0;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .image-wrapper-clients.second-style {
    margin-right: 10px;
    padding-right: 0;
  }

  .home-banner-paragraph {
    width: 100%;
  }

  .small-title {
    font-size: 11px;
  }

  .pricing-plan-price-wrapper {
    flex-direction: column;
  }

  .banner-text-content {
    width: 100%;
  }

  .avatars-image {
    max-width: 90%;
  }

  .community-quote._01 {
    font-size: 23px;
    line-height: 1.2em;
  }

  .section-two-side-half-wrapper.skills {
    text-align: left;
  }

  .section-two-side-title-wrapper {
    text-align: center;
  }

  .section-two-side-title-wrapper.align-bottom {
    align-items: center;
  }

  .client-cards-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .client-card {
    width: 100%;
    padding: 20px;
  }

  .client-logo {
    max-width: none;
    max-height: 25px;
  }

  .client-logo.home._04 {
    max-width: 40px;
  }

  .home-buttons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    justify-content: center;
    width: 100%;
    margin-top: 40px;
  }

  .image-gallery-home {
    grid-template-columns: 1fr;
  }

  .white-clients-wrapper {
    grid-row-gap: 10px;
  }

  .footer-transperent {
    text-align: left;
  }

  .client-card-home-two {
    width: 100%;
    max-width: 92px;
  }

  .client-cards-wrapper-home-three {
    grid-column-gap: 20px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .bg-rectangle-small {
    width: 50px;
    height: 50px;
    top: -20px;
  }

  .image-banner-home-two-style {
    width: 80%;
    height: 320px;
  }

  .number-cards-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-two-banner-element {
    width: 70px;
    height: 70px;
    bottom: 40px;
    left: 0%;
  }

  .bg-rectangle-big {
    right: 0%;
  }

  .home-two-image-bg {
    top: -25px;
  }

  .big-link-with-divider-white-style {
    font-size: 24px;
  }

  .column-one-banner-three {
    align-items: stretch;
  }

  .one-line-email-input {
    width: 100%;
    min-width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 24px;
  }

  .interest-wrapper {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .one-line-email-form-main {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .one-line-email-form-main.coming-soon {
    width: 100%;
  }

  .submit-buttom-fake-arrow {
    display: none;
  }

  .image-banner-home-three-bg {
    width: 90%;
  }

  .one-line-email-form {
    flex-flow: column wrap;
    max-width: none;
  }

  .home-three-number-elem-banner {
    font-size: 46px;
  }

  .image-banner-home-three {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }

  .column-two-banner-three {
    padding-bottom: 80px;
  }

  .tabs-testimonial-block {
    flex-direction: column;
    align-items: center;
  }

  .tabs-testimonial-quote-style, .tabs-testimonial-image-copy {
    width: 100%;
  }

  .contacts-location-slider {
    padding-right: 70px;
  }

  .portfolio-tab-link {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .portfolio-tab-link.last-child {
    padding-left: 0;
  }

  .coming-soon-heading {
    font-size: 32px;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: 15px;
  }

  .licensing-title-wrapper {
    grid-column-gap: 20px;
    flex-wrap: wrap;
  }

  .details-page-title.blog-details-style {
    font-size: 26px;
  }

  .team-details-decorative {
    width: 60px;
    height: 60px;
  }

  .project-pagination-wrapper {
    flex-wrap: wrap;
  }

  .project-pagination-icon-wrapper {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #8f9aae;
    border-bottom-width: 1px;
    border-bottom-color: #8f9aae;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .project-button-link {
    justify-content: flex-end;
    width: 100%;
    height: 70px;
    padding-right: 40px;
  }

  .project-button-link.left {
    justify-content: flex-start;
    padding-left: 40px;
  }

  .blog-date-wrapper {
    flex-flow: row-reverse wrap-reverse;
    justify-content: flex-end;
  }

  .blog-details-top-block {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-sidebar-post-category {
    margin-bottom: 20px;
  }

  .blog-template-pagination {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-next-button, .blog-template-prev-button {
    flex: none;
    width: 100%;
  }

  .autor-wrapper {
    flex-direction: row-reverse;
  }

  ._404-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .wpp-button {
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
  }

  .clients-card-home {
    grid-row-gap: 30px;
    max-width: none;
  }
}

#w-node-e5697b85-80f5-ca62-bd4f-6a6bf09a34a9-b04cd1fc, #w-node-e5697b85-80f5-ca62-bd4f-6a6bf09a34ab-b04cd1fc, #w-node-e5697b85-80f5-ca62-bd4f-6a6bf09a34ad-b04cd1fc, #w-node-e5697b85-80f5-ca62-bd4f-6a6bf09a34af-b04cd1fc, #w-node-e5697b85-80f5-ca62-bd4f-6a6bf09a34b1-b04cd1fc, #w-node-e5697b85-80f5-ca62-bd4f-6a6bf09a34b4-b04cd1fc, #w-node-e5697b85-80f5-ca62-bd4f-6a6bf09a34b6-b04cd1fc, #w-node-e5697b85-80f5-ca62-bd4f-6a6bf09a34b8-b04cd1fc, #w-node-e5697b85-80f5-ca62-bd4f-6a6bf09a34ba-b04cd1fc, #w-node-e5697b85-80f5-ca62-bd4f-6a6bf09a34bc-b04cd1fc, #w-node-_8637dacb-fe37-d3f1-d2c7-34c51d64f71d-b04cd1fd, #w-node-ac4f83ec-18bd-332a-4e76-0a7ec941ecd6-b04cd203, #w-node-ac4f83ec-18bd-332a-4e76-0a7ec941ecdb-b04cd203, #w-node-ac4f83ec-18bd-332a-4e76-0a7ec941ece0-b04cd203, #w-node-ac4f83ec-18bd-332a-4e76-0a7ec941ece5-b04cd203, #w-node-ac4f83ec-18bd-332a-4e76-0a7ec941ed33-b04cd203, #w-node-ac4f83ec-18bd-332a-4e76-0a7ec941ed39-b04cd203, #w-node-ac4f83ec-18bd-332a-4e76-0a7ec941ed40-b04cd203, #w-node-ac4f83ec-18bd-332a-4e76-0a7ec941ed47-b04cd203, #w-node-ac4f83ec-18bd-332a-4e76-0a7ec941ed4e-b04cd203, #w-node-ac4f83ec-18bd-332a-4e76-0a7ec941ed55-b04cd203, #w-node-ac4f83ec-18bd-332a-4e76-0a7ec941ed5c-b04cd203, #w-node-ac4f83ec-18bd-332a-4e76-0a7ec941ed63-b04cd203, #w-node-ac4f83ec-18bd-332a-4e76-0a7ec941ed6a-b04cd203, #w-node-ac4f83ec-18bd-332a-4e76-0a7ec941ed73-b04cd203, #w-node-a3233fad-cddc-e27f-735a-fafdc86ef48f-b04cd212, #w-node-a3233fad-cddc-e27f-735a-fafdc86ef491-b04cd212, #w-node-a3233fad-cddc-e27f-735a-fafdc86ef493-b04cd212, #w-node-a3233fad-cddc-e27f-735a-fafdc86ef495-b04cd212, #w-node-a3233fad-cddc-e27f-735a-fafdc86ef497-b04cd212, #w-node-a3233fad-cddc-e27f-735a-fafdc86ef499-b04cd212 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_15d04bf5-cc0d-ff79-9190-a0325d89297b-b04cd203 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_15d04bf5-cc0d-ff79-9190-a0325d89297b-b04cd203, #w-node-_15d04bf5-cc0d-ff79-9190-a0325d89299a-b04cd203 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a3233fad-cddc-e27f-735a-fafdc86ef48f-b04cd212, #w-node-a3233fad-cddc-e27f-735a-fafdc86ef491-b04cd212, #w-node-a3233fad-cddc-e27f-735a-fafdc86ef493-b04cd212, #w-node-a3233fad-cddc-e27f-735a-fafdc86ef495-b04cd212, #w-node-a3233fad-cddc-e27f-735a-fafdc86ef497-b04cd212, #w-node-a3233fad-cddc-e27f-735a-fafdc86ef499-b04cd212 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  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;
}