:root {
  --primary-light: #eceff3;
  --text-dark: #5f7088;
  --black: #2e343d;
  --primary: #ce0003;
  --paragraph-gray\<deleted\|variable-398a6f50\>: #535353;
  --font-text: "Noto Sans JP", sans-serif;
  --white: white;
  --transparent: #fff0;
  --font-heading: "Noto Sans JP", sans-serif;
  --light-gray\<deleted\|variable-720418ab\>: #f9f9fa;
  --dark-gray-50\<deleted\|variable-816eb261\>: #afafaf80;
  --primary-20: #ce000333;
  --section-title: 3.5rem;
}

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

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

.w-pagination-previous {
  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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

body {
  background-color: var(--primary-light);
  color: var(--text-dark);
  letter-spacing: -.02rem;
  font-family: Inter;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1em;
}

h1 {
  letter-spacing: -.13125rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #2e343d, #193d73);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 1.2em;
}

h2 {
  letter-spacing: -.09375rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#2e343d, #193d73);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  letter-spacing: -.0675rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#2e343d, #193d73);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2em;
}

h4 {
  letter-spacing: -.045rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#2e343d, #193d73);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

h5 {
  color: var(--black);
  letter-spacing: -.025rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2em;
}

h6 {
  color: var(--black);
  letter-spacing: -.03375rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2em;
}

p {
  color: var(--text-dark);
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-weight: 500;
  line-height: 1.4em;
}

a {
  color: var(--black);
  letter-spacing: -.03rem;
  align-items: center;
  font-family: Inter Tight;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
  transition: color .3s;
}

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

ul {
  grid-row-gap: .9375rem;
  background-color: var(--paragraph-gray\<deleted\|variable-398a6f50\>);
  color: var(--primary);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  margin-top: .625rem;
  margin-bottom: .625rem;
  padding-left: 1.25rem;
  display: flex;
}

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

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

label {
  margin-bottom: .625rem;
  display: block;
}

blockquote {
  font-family: var(--font-text);
  text-align: center;
  letter-spacing: -.0225rem;
  background-image: url('../images/Quote-mark.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: .0625rem #000;
  padding: 2.5rem 1.25rem .625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
}

.section-texture {
  background-image: url('../images/Backgroud-Dots.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  padding-top: 2rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}

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

.section-texture.without-top-spacing {
  padding-top: 7.5rem;
}

.section-texture.style-guide-section {
  padding-top: 11.25rem;
  padding-bottom: 7.5rem;
}

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

.section-texture.padding-top {
  padding-top: 10.625rem;
}

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

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

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

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

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

.grid-description {
  border-bottom: .0625rem solid #a7a7a7;
  border-right: .0625rem solid #a7a7a7;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.25rem .625rem;
  display: flex;
}

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

.grid-description.last-description {
  border-right-style: solid;
  border-right-width: .0625rem;
}

.spacing-system-column {
  padding-right: 1.25rem;
}

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

.typography-wrapper {
  margin-top: 1.875rem;
}

.spacing-columns {
  margin-top: 2.5rem;
}

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

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

.spacing-wrapper {
  width: 100%;
  margin-top: 1.875rem;
  position: relative;
}

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

.primary-style-guide {
  background-color: var(--primary);
  border-radius: .9375rem;
  width: 4.6875rem;
  height: 4.6875rem;
  box-shadow: 0 0 .9375rem #0000001a;
}

.colors-wrapper {
  margin-right: 3.75rem;
}

.text-dark-style-guide {
  background-color: var(--text-dark);
  border-radius: .9375rem;
  width: 4.6875rem;
  height: 4.6875rem;
  box-shadow: 0 0 .9375rem #0000001a;
}

.black-style-guide {
  background-color: var(--black);
  border-radius: .9375rem;
  width: 4.6875rem;
  height: 4.6875rem;
  box-shadow: 0 0 .9375rem #0000001a;
}

.colors-container {
  justify-content: flex-start;
  margin-top: 2.5rem;
  display: flex;
}

.color-container {
  grid-column-gap: 1.875rem;
  grid-row-gap: .9375rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 1.25rem;
  display: flex;
}

.primary-light-style-guide {
  background-color: var(--primary-light);
  border-radius: .9375rem;
  width: 4.6875rem;
  height: 4.6875rem;
  box-shadow: 0 0 .9375rem #0000001a;
}

.white-style-guide {
  background-color: var(--white);
  border-radius: .9375rem;
  width: 4.6875rem;
  height: 4.6875rem;
  box-shadow: 0 0 .9375rem #0000001a;
}

.headings-typography-wrapper {
  flex-flow: wrap;
  width: 47%;
  margin-bottom: 1.875rem;
  margin-right: 2.5rem;
  display: flex;
}

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

.headers-wrapper {
  width: 100%;
  margin-top: .625rem;
  margin-bottom: .625rem;
}

.h1-tablet {
  letter-spacing: -.1125rem;
  font-size: 3.75rem;
}

.h1-mobile {
  letter-spacing: -.09375rem;
  font-size: 3.125rem;
}

.h2-mobile {
  letter-spacing: -.075rem;
  font-size: 2.5rem;
}

.h3-mobile {
  letter-spacing: -.06rem;
  font-size: 2rem;
}

.primary-button {
  background-color: var(--primary);
  font-family: var(--font-text);
  color: var(--white);
  text-align: center;
  letter-spacing: -.03rem;
  border-radius: 3.125rem;
  padding: .625rem 1.875rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
  transition: box-shadow .3s;
  display: inline-block;
}

.primary-button:hover {
  background-color: var(--primary);
  box-shadow: inset 21px .875rem 1.25rem -1.0625rem var(--primary), inset -1.0625rem -.625rem 3.75rem -.625rem #ff5c00;
  color: var(--white);
}

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

.primary-button.pagination {
  margin-top: 1.875rem;
}

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

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

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

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

.link-wrapper {
  width: 50%;
  margin-top: 1.25rem;
}

.navbar {
  background-color: var(--transparent);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-container {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: flex;
}

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

.nav-link {
  font-family: var(--font-text);
  color: var(--text-dark);
  letter-spacing: -.03rem;
  padding: .875rem 1.5625rem;
  font-size: 1rem;
  line-height: 1.4em;
}

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

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

.nav-dropdown-toggle {
  letter-spacing: -.03375rem;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  padding: .875rem 1.5625rem;
  font-weight: 600;
  display: flex;
}

.nav-dropdown-toggle.first-link {
  padding-left: 0;
}

.nav-dropdown-icon {
  color: var(--text-dark);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .625rem;
  padding-top: .125rem;
}

.nav-dropdown-list {
  background-color: #fff;
  border: .0625rem solid #0000002e;
  width: 12.5rem;
  padding: .9375rem 1.25rem;
}

.nav-dropdown-list.w--open {
  background-color: var(--black);
  border-style: none;
  border-radius: .5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.nav-dropdown-list.megamenu {
  width: 22.5rem;
}

.nav-dropdown-list.megamenu.w--open {
  border-style: none;
  width: 31.25rem;
  display: flex;
  left: -10rem;
}

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

.nav-dropdown-link {
  color: var(--white);
  letter-spacing: -.02rem;
  width: 100%;
  margin-left: -1.25rem;
  padding: .5rem .5rem .5rem 0;
  font-size: 1rem;
  transition: all .3s;
  display: flex;
}

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

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

.nav-item-title {
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .625rem;
  font-weight: 600;
}

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

.licensing-images-wrapper {
  border-top: .0625rem solid #5e5e5e80;
  width: 100%;
  padding-top: 2.5rem;
}

.licensing-grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  border-bottom: .0625rem #5e5e5e80;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-bottom: 3.75rem;
}

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

.licensing-image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 20rem;
}

.licensing-title {
  width: 100%;
  padding-bottom: 1.875rem;
}

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

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

.license-link {
  color: var(--text-dark);
  letter-spacing: normal;
  margin-right: 3.125rem;
  font-weight: 700;
}

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

.licensing-heading {
  margin-bottom: 1.25rem;
}

.licensing-icon-link-wrapper {
  margin-right: 1.5625rem;
}

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

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

.licensing-icon-link {
  margin-bottom: 1.25rem;
}

.licensing-paragraph {
  width: 50%;
  margin-right: 2.5rem;
}

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

.licensing-font-title {
  color: #5e5e5e80;
  text-transform: uppercase;
}

.licensing-icons-wrapper {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}

.utility-page-wrap {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: 2.5rem;
  padding-top: 2.5rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-wrap.light-background {
  background-color: var(--primary-light);
  background-image: url('../images/Backgroud-Dots.png');
  background-position: 0 0;
  background-size: contain;
}

.utility-page-content {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  width: 17.5rem;
  display: flex;
  position: relative;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.password-image {
  width: 8.75rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.password-input {
  border: .0625rem solid #e6e9ea;
  border-radius: .5rem;
  min-width: 17.5rem;
  min-height: 3rem;
  margin-bottom: .625rem;
  padding: .625rem;
  font-size: 1rem;
  line-height: 1.2em;
  box-shadow: 0 0 3.125rem .625rem #0000000a;
}

.password-input:focus {
  border: .0625rem solid var(--primary);
  color: var(--black);
}

.password-input::placeholder {
  color: #0e0e0e66;
}

.password-title-wrapper {
  margin-bottom: 2.5rem;
}

._404-paragraph {
  color: var(--white);
  text-align: center;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

._404-logo-wrapper {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 2.5rem 0% auto;
}

.text-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

._404-content-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 43.75rem;
  display: flex;
}

.coming-soon-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 31.25rem;
  margin-left: 0;
  margin-right: 3.125rem;
  display: flex;
}

.changelog-heading {
  margin-bottom: 1.25rem;
}

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

.coming-soon-input {
  border: .0625rem solid #e6e9ea;
  border-radius: .5rem;
  min-width: 18.75rem;
  height: auto;
  margin-bottom: 0;
  padding: 1.125rem 1.5rem;
  box-shadow: 0 0 3.125rem .625rem #0000000a;
}

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

.coming-soon-input::placeholder {
  color: #0e0e0e66;
  font-size: 1rem;
  line-height: 1em;
}

.coming-soon-paragraph {
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
}

.coming-soon-page-wrap {
  text-align: left;
  background-image: url('../images/Backgroud-Dots.png');
  background-position: 0 0;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: flex;
}

.coming-soon-heading {
  margin-top: 3.75rem;
  font-size: 4.375rem;
}

.blog-post-title {
  transition: color .3s;
}

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

.nav-menu-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 75rem;
  margin-top: .625rem;
  margin-bottom: .625rem;
  display: flex;
}

.blog-list-item {
  justify-content: space-between;
  box-shadow: 0 0 3.125rem .625rem #0000000a;
}

.blog-post-content {
  background-color: var(--white);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 17.5rem;
  padding: 1.875rem;
  display: flex;
}

.blog-left {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  column-count: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  column-gap: 1.875rem;
  width: 100%;
  display: grid;
}

.blog-right {
  flex-direction: column;
  position: sticky;
  top: 3.75rem;
}

.blog-wrapper {
  grid-column-gap: 3.125rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.blog-recent-posts-wrapper {
  margin-top: 1.875rem;
}

.blog-recent-post-item {
  margin-bottom: 1.25rem;
  display: flex;
}

.recent-post-image {
  border-radius: .25rem;
  width: 5.625rem;
  height: 5.625rem;
  margin-right: .9375rem;
}

.blog-recent-post {
  align-items: center;
  transition-property: filter;
  display: flex;
}

.blog-recent-post:hover {
  filter: contrast(130%);
}

.blog-recent-post-title {
  color: var(--black);
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: 1rem;
  transition: color .2s;
}

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

.div-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.blog-recent-post-date {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
}

.blog-recent-posts {
  background-color: var(--white);
  border-radius: .5rem;
  margin-top: 1.875rem;
  padding: 1.875rem 1.25rem;
  box-shadow: 0 0 1.25rem #0000000f;
}

.blog-post-image {
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  width: 100%;
  height: 100%;
}

.blog-post-image-link {
  height: 14.6875rem;
  overflow: hidden;
}

.blog-template-pagination-icon {
  width: 2.5rem;
  height: 2.5rem;
}

.footer-texture {
  background-color: var(--transparent);
  text-align: center;
  background-image: url('../images/Backgroud-Dots.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  align-items: flex-start;
  padding-top: 4.6875rem;
  padding-bottom: 2.1875rem;
}

.footer-licensing-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-rights {
  color: var(--text-dark);
  font-size: 1rem;
}

.footer-copyright {
  font-family: var(--font-text);
  color: var(--text-dark);
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  display: inline;
}

.footer-copyright-link {
  color: var(--text-dark);
  letter-spacing: .0125rem;
  margin-right: .3125rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .2s;
  display: inline;
}

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

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

.section-title-wrapper {
  text-align: center;
  max-width: 46.25rem;
  margin-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
}

.section-title-wrapper.text-left {
  text-align: left;
  margin-left: 0;
}

.section-subtitle {
  color: var(--white);
  letter-spacing: .07rem;
  text-transform: uppercase;
  font-family: Inter Tight;
  font-size: .875rem;
  font-weight: 600;
}

.section-subtitle.text-primary-color {
  font-family: var(--font-heading);
  color: var(--white);
}

.section-subtitle.mb-20 {
  font-family: var(--font-heading);
  font-size: 1.5rem;
}

.team-member-position {
  color: #fff9;
  line-height: 1.2em;
}

.style-guide-buttons-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1.875rem;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.style-guide-button-wrapper {
  width: 30%;
}

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

.text-button-icon {
  margin-top: .25rem;
  margin-left: .625rem;
  font-family: "Fa solid 900", sans-serif;
  font-size: .8125rem;
  line-height: 1;
}

.free-trial-wrapper {
  text-align: center;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

.free-trial-wrapper.landing {
  max-width: 37.5rem;
}

.free-trial-title {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

.paragraph-large {
  font-family: var(--font-text);
  letter-spacing: -.0225rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.paragraph-large.mb-50 {
  margin-bottom: 3.125rem;
  font-size: 1.1rem;
  text-decoration: none;
}

.banner-title-wrapper {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.banner-description {
  letter-spacing: -.0375rem;
  max-width: 51.875rem;
  margin-top: 1.5625rem;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 1.25rem;
  font-weight: 400;
}

.pricing-plans-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.pricing-plan-item {
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 33.33%;
  padding: 1.875rem;
  display: flex;
  box-shadow: 0 0 3.125rem .625rem #0000000a;
}

.pricing-plan-item-title {
  font-family: var(--font-heading);
  margin-top: 0;
  margin-bottom: 1.25rem;
}

.pricing-plan-price-wrapper {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.play-button {
  z-index: 5;
  background-color: var(--white);
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: absolute;
}

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

.accordion-toggle.w--open {
  padding-bottom: 4.6875rem;
}

.accordion-list {
  background-color: var(--transparent);
  width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

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

.accordion-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-flow: wrap;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.accordion-item {
  background-color: var(--white);
  border-radius: .5rem;
  min-width: 18.75rem;
  max-width: 23.125rem;
  padding: 1.875rem 1.875rem 0;
  position: relative;
}

.accordion-item.mt-60 {
  margin-top: 3.75rem;
}

.accordion-icon-arrow {
  z-index: 5;
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1rem;
}

.accordion-list-content {
  font-family: var(--font-text);
  height: 12.5rem;
  margin-top: 2.5rem;
  margin-bottom: 0;
  font-weight: 400;
  position: static;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.light-background {
  background-color: var(--light-gray\<deleted\|variable-720418ab\>);
}

.coming-soon-image {
  border-radius: .5rem;
}

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

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

.contacts-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.contacts-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.contacts-form-wrapper {
  z-index: 1;
  background-color: var(--black);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 28.75rem;
  min-height: 35rem;
  max-height: 40.3125rem;
  padding: 2.5rem;
  display: flex;
  position: absolute;
  inset: 10% 0% auto auto;
  overflow: hidden;
}

.contacts-divider {
  background-color: #fff;
  width: 100%;
  height: .0625rem;
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
}

.hidden {
  display: none;
}

.footer-link {
  color: var(--text-dark);
  letter-spacing: -.0225rem;
  padding-top: 0;
  font-weight: 500;
  line-height: 1.4em;
  transition: all .3s;
}

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

.footer-social-icons-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer-brand {
  color: #fff;
  min-width: 7.8125rem;
  padding-left: 0;
  position: static;
}

.footer-brand.w--current {
  color: #fff;
  min-width: 7.8125rem;
  margin-bottom: 0;
  font-family: Poppins;
  position: static;
}

.footer-social-icon {
  color: var(--primary);
  margin-right: 2.1875rem;
  font-family: "Fa Brands 400 (6.4.2)", sans-serif;
  font-size: 1.125rem;
  text-decoration: none;
  transition: opacity .3s;
}

.footer-social-icon:hover {
  opacity: .7;
}

.footer-social-icon.last-child {
  margin-right: 0;
}

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

.nav-button-wrapper {
  font-family: var(--font-text);
  align-items: center;
  display: flex;
}

.nav-button-wrapper.hidden {
  display: none;
}

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

.search-result-item {
  margin-bottom: 1.875rem;
}

.search-link {
  margin-bottom: .9375rem;
  font-size: 1.125rem;
  transition: all .3s;
  display: inline-block;
}

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

.search-input {
  border: .0625rem solid #e6e9ea;
  border-radius: .5rem;
  height: auto;
  margin-bottom: 0;
  padding: 1rem 1.375rem;
  font-size: 1rem;
  line-height: 1em;
  box-shadow: 0 0 3.125rem .625rem #0000000a;
}

.search-input:focus {
  border: .0625rem solid var(--primary);
  color: var(--black);
}

.search-input::placeholder {
  color: #0e0e0e66;
}

.search-result-wrapper {
  width: 100%;
  margin-top: 2.5rem;
}

.search-section {
  margin-top: 10.625rem;
  margin-bottom: 3.75rem;
}

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

.button-wrapper {
  margin-top: 1.25rem;
}

.service-list-wrap {
  background-color: var(--white);
  text-align: center;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.875rem 1.25rem;
  display: flex;
  position: relative;
}

.services-1-list-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-content-wrapper {
  margin-top: 1.25rem;
  display: flex;
}

.slide-3 {
  max-height: 36.25rem;
}

.progressbar-gray-line {
  background-color: var(--dark-gray-50\<deleted\|variable-816eb261\>);
  width: 100%;
  height: .25rem;
}

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

.progressbar-con {
  width: 100%;
}

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

.progressbar-wrapper {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.progressbar-content {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.progressbar-wrap {
  width: 50%;
  max-width: 30rem;
}

.about-3-tab-link {
  color: var(--white);
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 33.33%;
  margin-bottom: -.75rem;
  padding-top: 1.25rem;
  padding-bottom: .25rem;
  font-size: 1.1875rem;
  line-height: 2rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.about-3-tab-link.w--current {
  color: var(--white);
  background-color: #0000;
  padding-top: 1.25rem;
  padding-bottom: .25rem;
  font-size: 1.5rem;
}

.progressbar-active {
  background-color: var(--primary);
  border-radius: 50%;
  width: .75rem;
  height: .75rem;
  position: absolute;
  inset: auto 0% -.25rem auto;
}

.progressbar-number {
  font-family: Lato, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  position: absolute;
  bottom: 1.25rem;
}

.progressbar-item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  margin-bottom: 1.875rem;
  display: flex;
}

.tabs-menu-home-1 {
  border-bottom: .0625rem solid var(--white);
  display: flex;
}

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

.template-empty-state {
  text-align: center;
  background-color: #0000;
  padding: 1.875rem;
}

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

.progress-bar-91 {
  background-color: var(--primary);
  width: 91%;
  height: .25rem;
  margin-top: -.25rem;
  position: relative;
}

.landing-inner-page-image-wrapper {
  border-radius: .3125rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
  box-shadow: 0 6px 1.25rem #00000014;
}

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

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

.mb-20 {
  margin-bottom: 1.25rem;
}

.play-button-icon {
  z-index: 7;
  margin-left: .25rem;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.25rem;
  position: relative;
}

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

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

.blog-search {
  background-color: var(--black);
  background-image: url('../images/Background-Blur.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  padding: 1.25rem;
}

.blog-search-wrapper {
  z-index: 2;
  grid-row-gap: .625rem;
  flex-direction: column;
  align-items: center;
  margin-top: 1.25rem;
  display: flex;
}

.blog-right-wrapper {
  width: 36%;
}

.blog-left-wrapper {
  width: 64%;
}

.home-1-banner-section {
  background-image: url('../images/Backgroud-Dots.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  min-height: 80vh;
  padding-top: 10.625rem;
  overflow: hidden;
}

.secondary-button {
  background-color: var(--white);
  color: var(--black);
  letter-spacing: -.03rem;
  border-radius: 3.125rem;
  padding: .625rem 1.875rem;
  font-family: Inter Tight;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
  transition: background-color .3s;
}

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

.secondary-button.dark-hover:hover {
  background-color: var(--black);
}

.features-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.features-wrapper.section-bottom-space {
  margin-bottom: 7.5rem;
}

.features-mask {
  width: 50%;
  overflow: visible;
}

.features-slider {
  background-color: #0000;
  height: auto;
  display: flex;
  position: relative;
}

.slide-nav {
  display: none;
}

.testimonials {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.blog-section-title {
  text-align: center;
  margin-bottom: 3.125rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.map-wrapper {
  position: relative;
}

.map-wrapper.home-page {
  width: 100%;
  margin-bottom: 3.75rem;
}

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

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

.service-description {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  flex-direction: column;
  justify-content: space-between;
  width: 85%;
  display: flex;
}

.title-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.text-dark {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 0;
}

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

.courses-collection {
  width: 100%;
}

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

.top-banner-button-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 2.375rem;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

.subtitle {
  border-bottom: .125rem solid #80808026;
  margin-bottom: 1.875rem;
  margin-right: 0;
  padding-bottom: .25rem;
  display: inline-block;
}

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

.mb-10 {
  margin-bottom: .625rem;
}

.central-alignment-heaading {
  text-align: center;
  margin-bottom: 4.6875rem;
}

.heading-wrapper {
  margin-top: 2.5rem;
  margin-bottom: 1.875rem;
}

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

.content {
  border-radius: .3125rem;
  margin-bottom: 1.875rem;
  margin-left: .9375rem;
  margin-right: .9375rem;
}

.video-lightbox {
  background-image: url('../images/Image-Person-1_1Image Person 1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-text-container {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  display: flex;
}

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

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

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

.about-1-banner-images-grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.about-1-banner-images-grid.section-bottom-spacing {
  margin-bottom: 7.5rem;
}

.about-4-team-slide {
  width: 23%;
  margin-right: 1.875rem;
}

.about-6-projects-item {
  text-align: center;
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 23.125rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.slider-arrow-right {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  transition: background-color .3s;
  display: flex;
  inset: -6.5rem .9375rem auto auto;
}

.slider-arrow-right:hover {
  background-color: var(--white);
}

.section-with-blue-bg {
  background-color: var(--primary);
  justify-content: center;
  display: flex;
}

.nav-dropdown-link-line {
  background-color: var(--primary);
  width: 1rem;
  height: .125rem;
  margin-right: .9375rem;
  display: inline-block;
}

.search {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subtitle-2 {
  color: #fc8e44;
  border-bottom: .125rem solid #80808026;
  margin-bottom: 1.875rem;
  margin-right: 0;
  padding-bottom: .25rem;
  display: inline-block;
}

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

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

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

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

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

.rich-text-style {
  font-style: normal;
}

.rich-text-style h2 {
  margin-bottom: .9375rem;
}

.rich-text-style h3 {
  margin-top: 1.5625rem;
  margin-bottom: .9375rem;
}

.rich-text-style h4 {
  margin-top: 1.5625rem;
}

.rich-text-style h5, .rich-text-style h6 {
  margin-top: 1.25rem;
}

.rich-text-style ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.rich-text-style img {
  margin-top: 1.25rem;
  margin-bottom: .625rem;
}

.rich-text-style.mt-25 {
  margin-top: 1.5625rem;
}

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

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

.benefit-item {
  grid-column-gap: .75rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

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

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

.brand-tablet {
  display: none;
}

.brand {
  transition-property: opacity;
}

.brand:hover {
  opacity: .7;
}

.style-guide-tab-content-wrapper {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-direction: column;
  margin-bottom: 2.5rem;
  display: flex;
}

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

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

.grid-header {
  margin-top: 2.5rem;
}

.main-style-guide-body-wrapper {
  width: 47%;
  margin-right: 2.5rem;
}

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

.style-guide-tab-link {
  text-align: center;
  letter-spacing: .15rem;
  text-transform: uppercase;
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: .9375rem 1.25rem;
  display: flex;
}

.style-guide-tab-link.w--current {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: .9375rem;
}

.style-guide-tabs-menu {
  margin-bottom: 5rem;
  display: flex;
}

.grid-title {
  background-color: var(--black);
  color: #fff;
  border-left: .0625rem #a7a7a7;
  border-right: .0625rem solid #7c7c7c;
  justify-content: center;
  width: 19%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.25rem .625rem;
  display: flex;
}

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

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

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

.album-2-title {
  margin-top: 0;
  margin-bottom: 0;
}

.primary-button-black {
  background-color: var(--black);
  font-family: var(--font-text);
  color: var(--white);
  text-align: center;
  letter-spacing: -.03rem;
  border-radius: 3.125rem;
  align-items: center;
  padding: .625rem 1.875rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 150%;
  transition: background-color .3s;
}

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

.primary-button-black.white-color {
  background-color: var(--white);
  color: var(--black);
  transition: background-color .3s;
}

.primary-button-black.white-color:hover {
  background-color: var(--primary);
  color: var(--white);
  -webkit-text-stroke-color: #f9f9fa;
  background-image: none;
}

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

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

.landing-inner-page-image {
  object-fit: cover;
  object-position: 50% 0%;
  border: .0625rem solid #e9e9e9;
  border-radius: .3125rem;
  width: 100%;
}

.landing-inner-page-image.banner {
  border-radius: .3125rem;
  box-shadow: 0 6px 1.25rem #00000014;
}

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

.banner-description-2 {
  text-align: center;
  letter-spacing: .15rem;
  max-width: 35rem;
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.8em;
}

.landing-banner-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.375rem;
}

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

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

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

.landing-paragraph-style {
  color: #fff;
  text-align: center;
  margin-top: 1.5625rem;
  margin-bottom: 0;
}

.section-landing-customers {
  background-color: var(--primary);
  padding-top: 6.25rem;
  padding-bottom: 5rem;
  overflow: hidden;
}

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

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

.landing-section-heading-white {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

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

.section-title-description {
  text-align: center;
  margin-top: 1.25rem;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.landing-home-pages-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 92.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: flex;
}

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

.landing-inner-page-title:hover {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.landing-inner-pages-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 92.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
  display: grid;
}

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

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

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

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

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

.position-relative {
  position: relative;
}

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

.success-message {
  background-color: var(--transparent);
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
  line-height: 1.2em;
}

.error-message {
  color: #ff6e5e;
  text-align: center;
  background-color: #0000;
  margin-top: 1.25rem;
  padding: .9375rem 1.25rem;
  font-size: 1.125rem;
}

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

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

.footer-heading {
  font-family: var(--font-text);
  color: var(--black);
  letter-spacing: .07rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1.5625rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5em;
}

.footer-links-wrapper {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3.125rem;
  display: grid;
}

.nav-shadow {
  z-index: 0;
  width: 100%;
  box-shadow: 0 2px 1.25rem #745bd833;
}

.button-learn-more {
  background-color: var(--white);
  font-family: var(--font-heading);
  color: var(--black);
  text-align: left;
  background-image: url('../images/Button-Generate_1Button Generate.webp');
  background-position: 96%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 4.375rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  min-width: 19rem;
  margin-top: 3.125rem;
  margin-bottom: 0;
  padding: 1.5rem .75rem 1.5rem 2.5rem;
  font-size: 1.125rem;
  transition: all .3s;
  display: flex;
  box-shadow: 0 30px 3.125rem 1.25rem #0003, 0 .4375rem 1.25rem .25rem #0000001f;
}

.button-learn-more:hover {
  filter: saturate(200%);
}

.banner-gradient-1 {
  z-index: -1;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary));
  opacity: .6;
  filter: blur(10rem);
  transform-style: preserve-3d;
  border-radius: 12.5rem;
  width: 25rem;
  height: 37.5rem;
  position: absolute;
  inset: 0 30% auto auto;
  transform: translate(0, -5rem)rotateX(-45deg)rotateY(26deg)rotateZ(66deg);
}

.banner-images-block {
  z-index: 3;
  max-width: 100%;
  margin-top: 5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.card-dark {
  height: 10rem;
  position: absolute;
  inset: 3.75rem 1.25rem 0% auto;
}

.lines-banner-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.banner-cards-wrapper {
  z-index: 1;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.card-light {
  width: 100%;
}

.tab-description {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 3.125rem;
}

.tab-item {
  background-color: var(--transparent);
  width: 33.33%;
  margin-right: 2.5rem;
  padding: 0;
  transition-property: none;
}

.tab-item.w--current {
  border-bottom: .1875rem solid var(--primary);
  background-color: var(--transparent);
  width: 33.33%;
  margin-bottom: -.125rem;
  margin-right: 2.5rem;
  padding: 0;
}

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

.tab-item-content {
  margin-top: 1.5625rem;
}

.tab-image {
  border-radius: .5rem;
}

.image-card-tab {
  position: absolute;
  inset: 1.25rem 1.25rem 0% auto;
}

.feature-block {
  background-color: var(--white);
  border-radius: .5rem;
  max-width: 35.625rem;
  padding: 1.875rem;
  position: relative;
  box-shadow: 0 0 3.125rem .625rem #0000000a;
}

.feature-block.opacity {
  background-color: #ffffff0d;
}

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

.icon-feature {
  background-color: var(--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.875rem;
  display: flex;
  box-shadow: 0 20px 3.125rem #745bd880;
}

.icon-feature.mb-50 {
  margin-bottom: 3.125rem;
  box-shadow: 0 20px 3.125rem #ce00034d;
}

.mb-25 {
  font-family: var(--font-heading);
  margin-bottom: .9375rem;
}

.counter-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--white);
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 1.875rem;
  display: grid;
}

.counter-block {
  grid-row-gap: 1.5625rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.counter-block.second-item, .counter-block.third-item, .counter-block.last-item {
  border-left: .0625rem solid #e6e9ea;
}

.dual-grid {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 75rem;
  margin-bottom: 7.5rem;
  display: grid;
}

.dual-grid.without-spacing {
  margin-bottom: 0;
}

.heading-white {
  font-family: var(--font-heading);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 1.6rem;
}

.heading-white.mb-25 {
  margin-bottom: 1.5625rem;
}

.heading-white.mb-50 {
  margin-bottom: 3.125rem;
}

.space-between-vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.space-between-vertical.justyfy-end {
  justify-content: space-between;
}

.display-flex-end {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.display-flex-end.section-bottom-space {
  margin-bottom: 7.5rem;
}

.chart-images-wrapper {
  width: 40%;
}

.chart-images-wrapper.align-right {
  text-align: right;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.about-description-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.chart-image {
  width: 13.75rem;
  margin-top: -1.25rem;
  margin-left: 11.25rem;
}

.chart-image.reverse {
  margin-left: 0;
  margin-right: 11.25rem;
}

.number-item {
  text-align: center;
  background-color: #fff3;
  border: .0625rem solid #ffffff80;
  border-radius: .5rem;
  width: 2.875rem;
  height: 2.875rem;
  box-shadow: 0 20px 3.125rem #745bd880;
}

.number {
  color: var(--white);
  font-size: 1.125rem;
}

.about-row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  display: flex;
}

.about-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  display: flex;
}

.chart-image-top {
  width: 16.25rem;
}

.dark-wrapper {
  z-index: 2;
  background-color: var(--black);
  border-radius: .5rem;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding-top: 5rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}

.dark-wrapper.section-spacing-bottom {
  margin-bottom: 7.5rem;
}

.loop-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: inset 0 .0625rem 0 .01875rem var(--white);
  background-color: #ffffff1a;
  border-radius: .5rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: .625rem;
  display: inline-block;
}

.loop-wrap {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  max-width: 100%;
  margin-bottom: 7.5rem;
  display: flex;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.our-team-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 3.125rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  display: grid;
}

.home-1-image-our-team {
  border-radius: 100%;
  width: 8.75rem;
  height: 8.75rem;
}

.home-1-item-our-team {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.title-name-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.title-name-wrapper.align-left-mobile {
  text-align: left;
}

.logo-wrapper {
  z-index: 999;
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: grid;
  position: relative;
}

.logo-item-wrapper {
  opacity: .2;
  justify-content: center;
  align-items: center;
  transition: opacity .3s ease-out;
  display: flex;
}

.logo-item-wrapper:hover {
  opacity: 1;
}

.title-wrapper {
  z-index: 3;
  text-align: center;
  max-width: 31.25rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.gradient-figure {
  z-index: -1;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary));
  opacity: .6;
  filter: blur(10rem);
  transform-style: preserve-3d;
  border-radius: 12.5rem;
  width: 50rem;
  height: 18.75rem;
  position: absolute;
  inset: 0 auto auto;
  transform: translate(7.8125rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
}

.testimonials-item-wide {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  background-color: var(--white);
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 35.625rem;
  padding: 1.875rem 1.875rem 1.875rem 2.1875rem;
  display: flex;
}

.testimonials-item-wide.bg-white-opacity {
  background-color: #ffffff0d;
}

.name-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.quote-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.job-position {
  line-height: 1.2em;
}

.column-testimonials-right {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  display: flex;
}

._2-column-wrapper-testimonials {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: space-between;
  min-width: 100%;
  display: flex;
}

.column-testimonials-left {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.section-title-testimonials {
  z-index: 1;
  text-align: left;
  max-width: 25rem;
  margin-bottom: -7.5rem;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}

.testimonials-item-narrow {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  background-color: var(--white);
  border-radius: .5rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 23.75rem;
  padding: 1.875rem 1.875rem 1.875rem 2.1875rem;
  display: flex;
}

.testimonials-item-narrow.bg-white-opacity {
  background-color: #ffffff0d;
}

.start-with-us-wrapper {
  z-index: 2;
  background-color: var(--primary);
  text-align: center;
  border-radius: .5rem;
  flex-direction: column;
  align-items: center;
  margin-left: .9375rem;
  margin-right: .9375rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-image-with-button {
  align-items: flex-start;
  margin-top: 3.125rem;
  display: flex;
}

.line-light-right, .line-light-left {
  height: 7.5rem;
}

.top-loop-row {
  z-index: 999;
  grid-column-gap: 2.1875rem;
  display: flex;
  overflow: hidden;
}

.top-loop-wrapper {
  grid-column-gap: 2.1875rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.loop-item-wrapper {
  grid-column-gap: 2.1875rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 2.1875rem;
  display: flex;
}

.bottom-loop-row {
  z-index: 999;
  grid-column-gap: 2.1875rem;
  display: flex;
}

.bottom-loop-wrapper {
  grid-column-gap: 2.1875rem;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.primary-logo {
  width: 9.375rem;
}

.section-start-with-us {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-start-with-us.texture {
  background-image: url('../images/Backgroud-Dots.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
}

.gradient-figure-start-with-us {
  z-index: -1;
  background-image: linear-gradient(166deg, #ff5c00 20%, var(--primary));
  opacity: .9;
  filter: blur(10rem);
  transform-style: preserve-3d;
  border-radius: 12.5rem;
  width: 43.75rem;
  height: 25rem;
  position: absolute;
  inset: 0 auto auto 0;
  transform: skew(38deg, 7deg)rotateX(31deg)rotateY(0)rotateZ(34deg)translate(0);
}

.gradient-figure-1-home-1 {
  z-index: -1;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary) 80%);
  opacity: .9;
  filter: blur(10rem);
  transform-style: preserve-3d;
  border-radius: 12.5rem;
  width: 43.75rem;
  height: 25rem;
  position: absolute;
  inset: auto auto 20% 0;
  transform: skew(38deg, 7deg)rotateX(31deg)rotateY(0)rotateZ(34deg)translate(0);
}

.banner-images-wrapper {
  width: 40%;
  height: 37.5rem;
  position: relative;
}

.absolute-navbar {
  background-color: var(--transparent);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-25 {
  grid-column-gap: 4.375rem;
  grid-row-gap: 4.375rem;
  justify-content: flex-end;
  display: flex;
}

.banner-image-home-2 {
  border-bottom-right-radius: .5rem;
  height: 100%;
}

.banner-image-chart {
  background-color: #ffffffe6;
  border-radius: 7px;
  width: 26rem;
  position: absolute;
  inset: auto 1.25rem 1.25rem auto;
}

.banner-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 48vw;
  display: flex;
}

.banner-container {
  z-index: 1;
  grid-column-gap: 5rem;
  align-items: flex-end;
  max-width: 100%;
  margin-bottom: 7.5rem;
  padding-right: .9375rem;
  display: flex;
}

.banner-logo-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
}

.tab-title-wrapper {
  margin-bottom: 1.5625rem;
  display: flex;
}

.tab-content {
  margin-bottom: 1.875rem;
}

.item-text {
  color: var(--black);
  font-family: Inter;
  font-weight: 600;
}

.banner-title-home-2 {
  font-family: var(--font-heading);
  color: var(--black);
  font-size: 2.8rem;
  font-weight: 700;
}

.home-2-banner-section {
  z-index: 2;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.banner-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 29.375rem;
  display: flex;
}

.banner-gradient-3 {
  z-index: -1;
  background-image: linear-gradient(180deg, var(--primary), var(--white));
  filter: blur(12.5rem);
  border-radius: 100%;
  width: 25rem;
  height: 18.75rem;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(10.3125rem, -9.75rem)skew(0deg, -45deg);
}

.section {
  background-image: url('../images/Backgroud-Dots.png');
  background-position: 50%;
  background-size: contain;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}

.section.without-top-spacing {
  padding-top: 7.5rem;
}

.section.visible {
  overflow: visible;
}

.section.home-3-counter-wrapper {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Image-Banner_1Image Banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.without-bottom-spacing {
  padding-bottom: 7.5rem;
}

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

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

.image-person {
  border: .09375rem solid var(--white);
  border-radius: 50%;
  width: 2.5rem;
  height: 2.5rem;
}

.tab-1 {
  z-index: 0;
  background-color: var(--transparent);
  padding: 0;
}

.tab-1.w--current {
  z-index: 6;
  background-color: var(--transparent);
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.tab-2 {
  z-index: 1;
  background-color: var(--transparent);
  margin-left: -.625rem;
  padding: 0;
}

.tab-2.w--current {
  z-index: 6;
  background-color: var(--transparent);
}

.tab-3 {
  z-index: 2;
  background-color: var(--transparent);
  margin-left: -.625rem;
  padding: 0;
}

.tab-3.w--current {
  z-index: 6;
  background-color: var(--transparent);
}

.tab-4 {
  z-index: 3;
  background-color: var(--transparent);
  margin-left: -.625rem;
  padding: 0;
}

.tab-4.w--current {
  z-index: 8;
  background-color: var(--transparent);
}

.tab-5 {
  z-index: 4;
  background-color: var(--transparent);
  margin-left: -.625rem;
  padding: 0;
}

.tab-5.w--current {
  z-index: 6;
  background-color: var(--transparent);
  margin-left: -.625rem;
}

.star-counter {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.875rem;
  display: flex;
}

.testimonial-text-wrapper {
  grid-row-gap: 1.875rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.gradient-figure-2 {
  background-image: linear-gradient(120deg, #ff5c00, var(--primary));
  opacity: .6;
  filter: blur(10rem);
  border-radius: 12.5rem;
  width: 25rem;
  height: 18.75rem;
  position: absolute;
  inset: 50% auto 0% 0%;
  transform: skew(30deg, 10deg);
}

.benefit-list-item {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.benefits-list-column {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  font-family: var(--font-text);
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  display: flex;
}

.list.without-bottom-spacing {
  margin-bottom: 3.125rem;
}

.benefits-content-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 51%;
  display: flex;
}

.image-column-wrap {
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
}

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

.flex-end-wrapper.section-bottom-spacing {
  margin-bottom: 7.5rem;
}

.primary-icon-feature {
  background-color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
}

.primary-icon-feature.mb-50 {
  margin-bottom: 3.125rem;
}

.category-item {
  border: .0625rem solid #e6e9ea33;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14.375rem;
  height: 14.375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
}

.arrow-up {
  opacity: 0;
  position: absolute;
  bottom: 1.875rem;
}

.section-dark {
  background-color: var(--black);
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  overflow: hidden;
}

.section-dark.position-relative {
  z-index: 2;
  overflow: hidden;
}

.gradient-figure-3 {
  z-index: -1;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary) 80%);
  opacity: .9;
  filter: blur(10rem);
  transform-style: preserve-3d;
  border-radius: 12.5rem;
  width: 43.75rem;
  height: 25rem;
  position: absolute;
  inset: 0 auto auto 0;
  transform: skew(38deg, 7deg)rotateX(31deg)rotateY(0)rotateZ(34deg)translate(0);
}

.category-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  display: grid;
}

.bg-color-animation {
  z-index: -1;
  border-radius: 50%;
  width: .0625rem;
  position: absolute;
  inset: auto;
}

.heading-white-small {
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  max-width: 49.375rem;
}

.mb-50 {
  font-family: var(--font-heading);
  margin-bottom: 1.5625rem;
}

.accordion-title {
  font-family: var(--font-text);
  flex: 0 auto;
}

.accordion-icon {
  z-index: 1;
  background-color: var(--black);
  color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  position: absolute;
  inset: auto 0% -1.25rem auto;
}

.footer {
  background-color: var(--transparent);
  text-align: center;
  align-items: flex-start;
  padding-top: 4.6875rem;
  padding-bottom: 2.1875rem;
}

.icon-arrow {
  z-index: 5;
  color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 2.1875rem;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1.25rem;
}

.tabs-menu {
  justify-content: center;
  align-items: center;
  padding-bottom: 1.25rem;
  display: flex;
}

.left-title-wrapper {
  text-align: center;
  max-width: 52.5rem;
  margin-bottom: 3.125rem;
  margin-right: auto;
}

.category-title {
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.home-3-banner-section {
  background-image: url('../images/Background-Dots.png');
  background-position: 50%;
  background-size: contain;
  min-height: 100vh;
  padding-top: 10.625rem;
  padding-bottom: 0;
  position: relative;
}

.home-3-banner-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.testimonial-text-content {
  letter-spacing: -.0225rem;
  max-width: 50rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.navbar-light {
  background-color: var(--transparent);
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-item-title-light {
  color: var(--white);
  letter-spacing: -.03rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .625rem;
  font-weight: 600;
}

.nav-dropdown-icon-light {
  color: var(--white);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: .625rem;
  padding-top: .125rem;
}

.nav-link-light {
  color: var(--white);
  letter-spacing: -.03rem;
  padding: .875rem 1.5625rem;
  font-size: 1rem;
  line-height: 1.4em;
}

.nav-link-light:hover {
  opacity: 1;
}

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

.brand-light {
  filter: invert();
  transition-property: opacity;
}

.brand-light:hover {
  opacity: .7;
}

.section-subtitle-wrapper {
  background-color: #745bd833;
  border-radius: 3.125rem;
  padding: .1875rem .875rem;
  display: block;
}

.section-subtitle-wrapper.mb-25 {
  background-color: #ce000399;
}

.work-step-block {
  border-bottom: .0625rem solid #2e343d33;
  flex-direction: column;
  width: 100%;
  padding-bottom: 3.125rem;
  display: flex;
}

.title-wrapper-flex {
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 1.5625rem;
  display: flex;
}

.gradient-figure-4 {
  z-index: 3;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary) 80%);
  opacity: .6;
  filter: blur(7.5rem);
  border-radius: 100%;
  width: 18.75rem;
  height: 56.25rem;
  position: absolute;
  right: 7%;
  transform: translate(0, 37.5rem);
}

.work-step-wrapper {
  z-index: 7;
  grid-row-gap: 3.125rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-block {
  background-color: #ffffff0d;
  border-radius: .5rem;
  max-width: 33.125rem;
  padding: 1.25rem 1.25rem 1.875rem;
  position: relative;
  box-shadow: 0 0 3.125rem .625rem #0000000a;
}

.image-photo-big {
  border-radius: .25rem;
  width: 100%;
  height: 24.375rem;
}

.image-photo-small {
  border-radius: .25rem;
  width: 9.375rem;
}

.about-column-right {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.about-wrap {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  align-items: stretch;
  display: flex;
}

.about-wrap.section-bottom-space {
  align-items: stretch;
  margin-bottom: 7.5rem;
}

.about-text-wrapper {
  height: 13.125rem;
  overflow: hidden;
}

.about-block-small {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  background-color: #ffffff0d;
  border-radius: .5rem;
  max-width: 35.625rem;
  min-height: 16.5625rem;
  padding: 1.25rem 1.25rem 1.25rem 1.875rem;
  display: flex;
  position: relative;
  box-shadow: 0 0 3.125rem .625rem #0000000a;
}

.gradient-figure-5 {
  z-index: -1;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary));
  opacity: .6;
  filter: blur(10rem);
  transform-style: preserve-3d;
  border-radius: 12.5rem;
  width: 25rem;
  height: 18.75rem;
  position: absolute;
  inset: auto auto 10.625rem;
  transform: translate(100%, 15%)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
}

.left-column-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.home-3-our-team-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 3.125rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 100%;
  display: grid;
}

.image-our-team {
  border-radius: .5rem;
}

.item-our-team-large {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  flex-direction: column;
  display: flex;
}

.testimonials-text-content-wrapper {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 25rem;
  margin-right: auto;
  display: flex;
}

.testimonial-item-with-image {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--white);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  max-width: 33.125rem;
  padding: 1.875rem 5rem;
  display: flex;
  position: relative;
}

.testimonial-item-with-image.second-item {
  margin-right: 6.25rem;
}

.testimonial-image-person {
  border-radius: 100%;
  width: 5.3125rem;
  height: 5.3125rem;
  position: absolute;
  top: 1.875rem;
  left: -2.5rem;
}

.testimonials-items-wrapper {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 2.1875rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.space-between-medium-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  justify-content: space-between;
  display: flex;
}

.h6-subtitle-2 {
  width: auto;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

.section-texture-visible {
  background-image: url('../images/Backgroud-Dots.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: visible;
}

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

.video-work {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.banner-title-wrapper-wide {
  z-index: 2;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 64.25rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner-photo-about-us {
  border-radius: .5rem;
  width: 23.125rem;
  min-height: 26.25rem;
}

.banner-gradient-2 {
  z-index: -1;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary));
  opacity: .6;
  filter: blur(10rem);
  border-radius: 12.5rem;
  width: 100%;
  max-width: 62.5rem;
  height: 18.75rem;
  position: absolute;
  inset: auto 3% 10% auto;
}

.about-1-banner-section {
  background-image: url('../images/Backgroud-Dots.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  min-height: 100vh;
  padding-top: 10.625rem;
  position: relative;
}

.additional-title-wrapper {
  text-align: center;
  max-width: 52.5rem;
  margin-left: auto;
  margin-right: auto;
}

.feature-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-wrap: wrap;
  margin-top: 5rem;
  display: flex;
}

.feature-text-content {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-flow: column wrap;
  width: 24.375rem;
  display: flex;
}

.text-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 51%;
  display: flex;
}

.images-block-relative {
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
  position: relative;
}

.features-card-chart {
  position: absolute;
  inset: auto auto 0% -10%;
}

.features-main-image {
  border-radius: .5rem;
  min-height: 31.25rem;
}

.column-content {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.33%;
  padding-left: 1.875rem;
}

.column.first-child {
  padding-left: 0;
}

.values-text-content {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  border-right: .0625rem solid #2e343d33;
  flex-direction: column;
  min-height: 8.75rem;
  margin-top: -1.875rem;
  padding-right: 1.875rem;
  display: flex;
}

.values-text-content.last-child {
  border-right-style: none;
  padding-right: 0;
}

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

.display-flex.section-bottom-spacing {
  margin-bottom: 7.5rem;
}

.opacity-background {
  z-index: 2;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

.text-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.tabs-testimonials-wrapper {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.banner-figure-image {
  z-index: 2;
  position: absolute;
  bottom: -.125rem;
}

.button-with-gradient {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 4.375rem;
  justify-content: center;
  align-items: center;
  min-width: 16.25rem;
  margin-top: 3.125rem;
  margin-bottom: 0;
  padding: 1.5rem .75rem;
  font-family: Inter Tight;
  font-size: 1.125rem;
  transition: box-shadow .3s;
  display: flex;
}

.button-with-gradient:hover {
  color: var(--white);
  box-shadow: inset 0 -1.25rem 3.75rem -.625rem #ff5c00;
}

.bg-color-animation-2 {
  z-index: 1;
  background-color: var(--primary);
  border-radius: .5rem;
  position: absolute;
  inset: auto;
}

.gradient-figure-8 {
  z-index: -1;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary) 80%);
  opacity: .9;
  filter: blur(10rem);
  transform-style: preserve-3d;
  border-radius: 12.5rem;
  width: 37.5rem;
  height: 25rem;
  position: absolute;
  inset: 20% auto auto 0;
  transform: translate(-9.375rem, 6.5625rem)skew(-63deg);
}

.image-photo-banner {
  z-index: 1;
  object-position: 50% 0%;
  border-radius: .5rem;
  width: 95%;
  height: 33.75rem;
}

.image-info-banner {
  z-index: 2;
  border-radius: .5rem;
  width: 50%;
  position: absolute;
  inset: auto 0% 10% auto;
}

.banner-img {
  width: 43%;
  height: 100%;
  display: flex;
  position: relative;
}

.about-us-2-banner-section {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 10.625rem;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.text-content-column {
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.gradient-figure-9 {
  z-index: -1;
  background-image: linear-gradient(120deg, #ff5c00, var(--primary));
  opacity: .5;
  filter: blur(10rem);
  border-radius: 12.5rem;
  width: 50rem;
  height: 25rem;
  position: absolute;
  inset: -25% auto auto 0%;
  transform: skew(50deg, 10deg);
}

.banner-description-home-2 {
  letter-spacing: -.0375rem;
  margin-top: 1.5625rem;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 1.25rem;
  font-weight: 500;
}

.number-stroke-light {
  color: #ffffff1a;
  -webkit-text-stroke-width: .03125rem;
  -webkit-text-stroke-color: var(--white);
  background-image: none;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1em;
}

.banner-cards-wrapper-home-3 {
  z-index: 1;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.card-dark-banner {
  height: 12.5rem;
  position: absolute;
  inset: 7.5rem 1.25rem 0% auto;
}

.feature-slide {
  background-color: var(--white);
  border-radius: .5rem;
  width: 29.6875rem;
  height: 16.875rem;
  margin-right: 1.875rem;
  padding: 1.875rem;
}

.slider-icon-arrow {
  z-index: 5;
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1rem;
  line-height: 1em;
  display: flex;
}

.slider-icon-arrow:hover {
  color: var(--primary);
}

.section-title-wrapper-left {
  max-width: 46.25rem;
  margin-bottom: 3.125rem;
}

.features-slider-wrapper {
  margin-left: 2%;
  overflow: hidden;
}

.features-slider-wrapper.section-bottom-spacing {
  margin-bottom: 7.5rem;
}

.number-100 {
  z-index: 2;
  color: #ffffff1a;
  letter-spacing: -.5375rem;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: var(--white);
  text-shadow: 0 0 18.75rem #ffffff1a;
  font-size: 26.875rem;
  font-weight: 600;
  line-height: 1em;
  position: absolute;
  top: -20%;
}

.about-us-title-large {
  letter-spacing: -.13125rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(140deg, #2e343d, #193d73);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter Tight;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 1em;
}

.number-with-zero {
  font-family: var(--font-text);
  color: #ffffff1a;
  letter-spacing: -.125rem;
  -webkit-text-stroke-width: .1rem;
  -webkit-text-stroke-color: var(--primary);
  font-size: 5rem;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
}

.slider-arrow-left {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  transition: background-color .3s;
  display: flex;
  inset: -6.5rem 5.3125rem auto auto;
}

.slider-arrow-left:hover {
  background-color: var(--white);
}

.about-2-banner-description {
  letter-spacing: -.0375rem;
  max-width: 25rem;
  margin-top: 1.5625rem;
  margin-bottom: 2.5rem;
  font-family: Inter Tight;
  font-size: 1.25rem;
  font-weight: 500;
}

.about-2-banner-content {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.about-2-banner {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.wrapper-space-between-50 {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  justify-content: space-between;
  display: flex;
}

.wrapper-space-between-50.section-bottom-spacing {
  margin-bottom: 7.5rem;
}

.number-with-zero-stroke {
  color: #ffffff08;
  letter-spacing: -.125rem;
  -webkit-text-stroke-width: .0625rem;
  -webkit-text-stroke-color: var(--primary);
  font-size: 5rem;
  font-weight: 600;
  line-height: 1em;
  display: inline-block;
}

.about-3-banner-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.button-text {
  font-weight: 500;
  line-height: 1em;
}

.about-3-banner-section {
  background-image: url('../images/Backgroud-Dots.png');
  background-position: 50%;
  background-size: contain;
  background-attachment: fixed;
  flex-direction: column;
  padding-top: 10.625rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
}

.about-3-text-container {
  flex-direction: column;
  align-items: flex-start;
  max-width: 43.75rem;
  display: flex;
}

.about-us-image-absolute {
  z-index: 3;
  border-top-left-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 22.5rem;
  position: absolute;
  inset: auto 2% 85% auto;
}

.counter-block-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.content-wrapper-relative {
  width: 100%;
  height: 100%;
  position: relative;
}

.company-logo-image {
  width: 100%;
}

.section-title-wrapper-large {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 52.5rem;
  margin-bottom: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-2-benefits-wrapper {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.about-2-benefits-wrapper.section-bottom-space {
  margin-bottom: 7.5rem;
}

.about-2-chart-images {
  width: 40%;
}

.gradient-figure-10 {
  z-index: -1;
  background-image: linear-gradient(120deg, #ff5c00, var(--primary));
  opacity: .5;
  filter: blur(8.125rem);
  border-radius: 12.5rem;
  width: 37.5rem;
  height: 25rem;
  position: absolute;
  inset: auto auto 12% 0%;
  transform: skew(50deg, 10deg);
}

.logo-companies-block {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-companies-block.with-paddings {
  padding-left: .9375rem;
  padding-right: .9375rem;
}

.gradient-figure-11, .gradient-figure-1 {
  z-index: 1;
  background-image: linear-gradient(120deg, #ff5c00, var(--primary));
  opacity: .5;
  filter: blur(10rem);
  border-radius: 12.5rem;
  width: 50rem;
  height: 25rem;
  position: absolute;
  inset: auto auto 10% 0%;
  transform: skew(50deg, 10deg);
}

.section-bottom-spacing {
  margin-bottom: 7.5rem;
}

.gradient-figure-15 {
  z-index: -1;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary) 80%);
  opacity: .9;
  filter: blur(10rem);
  transform-style: preserve-3d;
  border-radius: 12.5rem;
  width: 43.75rem;
  height: 25rem;
  position: absolute;
  inset: 0 auto auto 0;
  transform: skew(38deg, 7deg)rotateX(31deg)rotateY(0)rotateZ(34deg)translate(0);
}

.work-steps-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 7.5rem;
  display: flex;
}

.about-2-banner-logos-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: grid;
}

.about-3-features-card-chart {
  position: absolute;
  inset: auto auto -5% -10%;
}

.gradient-figure-about-us-3 {
  z-index: -1;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary));
  opacity: .6;
  filter: blur(10rem);
  transform-style: preserve-3d;
  border-radius: 12.5rem;
  width: 25rem;
  height: 37.5rem;
  position: absolute;
  inset: 5% 30% auto auto;
  transform: translate(0, -5rem)rotateX(-45deg)rotateY(26deg)rotateZ(66deg);
}

.feature-text-description {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  opacity: 0;
  flex-direction: column;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
  display: flex;
  position: absolute;
}

.about-us-counter-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff3;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 1.875rem;
  display: grid;
}

.banner-dark {
  background-color: var(--black);
  background-image: url('../images/Backgroud-Dots.png');
  background-repeat: repeat;
  background-size: contain;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10.625rem;
  padding-bottom: 8.125rem;
  display: flex;
  overflow: hidden;
}

.banner-dark.without-bottom-padding {
  padding-bottom: 0;
}

.icon-services {
  background-color: var(--white);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  box-shadow: 0 20px 3.125rem #745bd880;
}

.icon-services.mb-50 {
  margin-bottom: 3.125rem;
  box-shadow: 0 20px 3.125rem #ce000333;
}

.gradient-figure-services {
  background-image: linear-gradient(120deg, #ff5c00, var(--primary));
  opacity: .6;
  filter: blur(10rem);
  border-radius: 12.5rem;
  width: 43.75rem;
  height: 18.75rem;
  position: absolute;
  bottom: 36%;
  left: 0%;
  right: auto;
  transform: skew(30deg, 10deg);
}

.banner-content-block {
  z-index: 3;
  justify-content: center;
  align-items: stretch;
  max-width: 100%;
  display: flex;
  position: relative;
}

.cta-loop {
  z-index: 999;
  border-top: .0625rem solid #afafaf80;
  border-bottom: .0625rem solid #afafaf80;
  width: 100%;
  max-width: 100%;
  height: 3.75rem;
  margin-bottom: -.125rem;
  position: relative;
  overflow: hidden;
}

.figure-gradient {
  filter: blur(12.5rem);
  background-image: linear-gradient(#a35aff, #745bd8);
  border-radius: 100%;
  width: 25rem;
  height: 18.75rem;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate(10.3125rem, -9.75rem)skew(0deg, -45deg);
}

.button-home-5 {
  grid-column-gap: .3125rem;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  background-color: #0000;
  border: .0625rem solid #ffffff80;
  border-radius: 6.25rem;
  justify-content: center;
  height: auto;
  min-height: 2.9375rem;
  max-height: 2.9375rem;
  padding: .9375rem 1.25rem;
  font-size: .75rem;
  line-height: 1em;
  transition: all .35s;
  display: flex;
  box-shadow: 0 -1px .625rem #9900ff26;
}

.gradient-con {
  position: absolute;
  inset: 0%;
}

.locations-item {
  -webkit-backdrop-filter: blur(.3125rem);
  backdrop-filter: blur(.3125rem);
  text-align: center;
  background-color: #ffffff1a;
  border: .0625rem solid #ffffff80;
  border-radius: .75rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .5s;
  display: flex;
  position: relative;
  box-shadow: 0 0 1.25rem #ffffff40;
}

.locations-item:hover {
  border-color: #ffffff1a;
  box-shadow: 0 0 1.25rem #fff0;
}

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

.cta-loop-2 {
  z-index: 999;
  border-top: .0625rem solid #afafaf80;
  border-bottom: .0625rem solid #afafaf80;
  margin-bottom: -.125rem;
  padding-top: .875rem;
  padding-bottom: .875rem;
  position: relative;
  overflow: hidden;
}

.service-list-item-3 {
  height: 23.125rem;
  position: relative;
}

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

.banner-loop-wrap {
  grid-column-gap: 2.1875rem;
  grid-row-gap: 1.5625rem;
  flex-direction: column;
  max-width: 100%;
  margin-top: 5rem;
  margin-bottom: 2.5rem;
  display: flex;
  overflow: hidden;
}

.service-item-block {
  background-color: #ffffff0d;
  border-radius: .5rem;
  justify-content: flex-start;
  max-width: 35.625rem;
  min-height: 13.75rem;
  padding: 1.875rem 1.875rem 1.875rem 10.625rem;
  transition: filter .3s;
  position: relative;
  box-shadow: 0 0 3.125rem .625rem #0000000a;
}

.service-item-block:hover {
  filter: contrast(130%);
}

.service-image {
  border-radius: .5rem;
  width: 9.375rem;
  height: 12.5rem;
}

.service-image-wrapper {
  position: absolute;
  inset: 9% auto auto -3%;
}

.service-content {
  margin-left: auto;
}

.services-list-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  width: 97%;
  display: grid;
}

.text-light {
  color: #fff9;
}

.services-benefits-list-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 55%;
  display: grid;
}

.services-benefits-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.services-banner-gradient {
  z-index: -1;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary));
  opacity: .6;
  filter: blur(10rem);
  transform-style: preserve-3d;
  border-radius: 12.5rem;
  width: 25rem;
  height: 37.5rem;
  position: absolute;
  inset: 0 30% auto auto;
  transform: rotateX(-45deg)rotateY(26deg)rotateZ(66deg);
}

.overflow-hidden-1 {
  overflow: hidden;
}

.service-list-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.service-list-item-image {
  z-index: 1;
  object-position: 50% 50%;
  border-radius: .5rem;
  width: 100%;
  height: 23.125rem;
}

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

.service-list-item-content-wrapper {
  background-color: #0e0e0e99;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 23.125rem;
  padding: 3.125rem 1.875rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.service-list-item-description {
  font-family: var(--font-text);
  color: #fff;
  margin-top: 1.5625rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 400;
}

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

.banner-light {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 10.625rem;
  padding-bottom: 8.125rem;
  display: flex;
  overflow: hidden;
}

.quote-wrapper-dark {
  background-color: var(--black);
  text-align: center;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 53.75rem;
  margin-right: auto;
  padding: 1.875rem 6.25rem 1.875rem 1.875rem;
  display: flex;
}

.quote-image-wrapper {
  width: 13.75rem;
  height: 13.75rem;
  position: absolute;
  inset: 40% 0% auto auto;
}

.quote-image {
  border-radius: .5rem;
  width: 100%;
  height: 100%;
}

.main-quote-block {
  width: 100%;
  margin-bottom: 7.5rem;
  margin-right: auto;
  position: relative;
}

.grid-banner {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.banner-text-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.span-italic {
  font-style: italic;
}

.services-block {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  flex-wrap: wrap;
  margin-top: 3.125rem;
  display: flex;
}

.services-banner-img {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  height: 25rem;
}

.gradient-figure-services-3 {
  z-index: -1;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary) 80%);
  filter: blur(10rem);
  transform-style: preserve-3d;
  border-radius: 12.5rem;
  width: 34.375rem;
  height: 25rem;
  position: absolute;
  bottom: -8%;
  left: 0;
  transform: skew(38deg, 7deg)rotateX(31deg)rotateY(0)rotateZ(34deg);
}

.services-list-stack {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  width: 100%;
  padding: 0;
}

.stack-services-item {
  background-color: var(--white);
  border-radius: .5rem;
  padding: 1.25rem;
  transition: filter .3s;
}

.stack-services-item:hover {
  filter: contrast(130%);
}

.stack-services-content {
  grid-column-gap: 1.5625rem;
  grid-row-gap: 1.5625rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-image-small {
  border-radius: .5rem;
  width: 7.5rem;
  height: 10rem;
  min-height: 100%;
}

.service-stack-description {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.gradient-figure-12 {
  z-index: -1;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary) 80%);
  opacity: .9;
  filter: blur(10rem);
  transform-style: preserve-3d;
  border-radius: 12.5rem;
  width: 37.5rem;
  height: 18.75rem;
  position: absolute;
  bottom: 20%;
  right: 0;
}

.services-3-benefits-list-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-banner-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  box-shadow: inset 0 .0625rem 0 .01875rem var(--white);
  background-color: #ffffff1a;
  border-radius: .5rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: .625rem;
  display: inline-block;
}

.grid-2 {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

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

.column-medium-image-fixed.large {
  object-position: 50% 0%;
}

.overlay {
  background-image: linear-gradient(#745bd899, #745bd899);
  position: absolute;
  inset: 0%;
}

.team-item-image-wrapper {
  border-radius: .5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.full-width {
  width: 100%;
}

.full-width.w--open {
  z-index: 999;
}

.social-icons-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icons-wrapper.mt-15 {
  margin-top: .9375rem;
}

.video-team {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 25rem;
  display: flex;
  position: relative;
}

.video-team:hover {
  opacity: 1;
}

.right-column-wrapper {
  width: 50%;
  padding-left: 3.125rem;
}

.background-video {
  z-index: 1;
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-price {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 4.7rem;
  font-weight: 700;
}

.text-description-pricing {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  flex-direction: column;
  display: flex;
}

.pricing-content-wrap {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.pricing-features-column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-grid-wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 100%;
  display: grid;
}

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

.figure-gradient-14 {
  z-index: -1;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary));
  opacity: .6;
  filter: blur(10rem);
  transform-style: preserve-3d;
  border-radius: 12.5rem;
  width: 25rem;
  height: 37.5rem;
  position: absolute;
  inset: 0 30% auto auto;
  transform: translate(0, -5rem)rotateX(-45deg)rotateY(26deg)rotateZ(66deg);
}

.feature-wrapper-grid {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-item-content {
  height: 34.375rem;
  position: relative;
}

.gradient-figure-14 {
  z-index: -1;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary));
  opacity: .6;
  filter: blur(10rem);
  transform-style: preserve-3d;
  border-radius: 12.5rem;
  width: 25rem;
  height: 37.5rem;
  position: absolute;
  inset: 0 30% auto auto;
  transform: translate(0, -5rem)rotateX(-45deg)rotateY(26deg)rotateZ(66deg);
}

.testimonials-wrapper {
  grid-column-gap: 3.75rem;
  grid-row-gap: 1.875rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.testimonial-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--white);
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: center;
  max-width: 33.125rem;
  padding: 1.875rem 1.875rem 1.875rem 5rem;
  display: flex;
  position: relative;
}

.arrow-slide {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa solid 900", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.arrow-slide:hover {
  color: var(--primary);
}

.customer-reviews-slider {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  height: auto;
}

.slider-arrow-primary {
  background-color: var(--primary);
  color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.1875rem;
  height: 3.1875rem;
  transition: color .3s, background-color .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider-arrow-primary:hover {
  background-color: var(--white);
}

.slider-arrow-primary.left-primary-arrow {
  right: 5.0625rem;
}

.name-container {
  width: 60%;
  margin-top: 3.125rem;
}

.reviews-text-white {
  color: #fff;
  font-size: 1.75rem;
  line-height: 1.3em;
}

.reviews-mask, .testimonials-slide-white {
  height: auto;
}

.autor-name-white {
  color: #fff;
}

.customer-reviews-container {
  grid-column-gap: 3.125rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.customer-reviews-left {
  background-image: url('../images/Image-review_1Image review.webp');
  background-position: 15%;
  background-size: cover;
  border-radius: .5rem;
  flex: none;
  width: 25rem;
  height: 26.875rem;
  position: relative;
  overflow: hidden;
}

.customer-reviews-left.autor {
  background-image: url('../images/Image-Person-1_1Image Person 1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
}

.customer-reviews-left.autor-3 {
  background-image: url('../images/Image-Review-2_1Image Review 2.webp');
  background-position: 50% 0;
}

.contact-us-image {
  border-radius: .5rem;
  width: 100%;
  max-height: 32.5rem;
}

.gradient-figure-form-contact {
  z-index: -1;
  background-image: linear-gradient(120deg, #ff5c00, var(--primary));
  filter: blur(7.5rem);
  border-radius: 12.5rem;
  width: 12.5rem;
  height: 15.625rem;
  position: absolute;
  inset: 10% 0% 0% 20%;
  transform: rotate(-15deg)skew(-55deg);
}

.faq-accordion-wrapper {
  grid-column-gap: 1.875rem;
  grid-row-gap: 3.125rem;
  padding: 0;
}

.contact-wrapper {
  grid-column-gap: .9375rem;
  grid-row-gap: .9375rem;
  border-right: .0625rem solid #2e343d33;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 5rem;
  margin-top: -1.875rem;
  padding-right: 1.875rem;
  display: flex;
}

.contact-wrapper.last-child {
  border-right-style: none;
  padding-right: 0;
}

.figure-gradient-16 {
  z-index: -1;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary));
  opacity: .8;
  filter: blur(10rem);
  border-radius: 12.5rem;
  width: 100%;
  max-width: 62.5rem;
  height: 18.75rem;
  position: absolute;
  inset: auto 3% 10% auto;
}

.contact-us-image-wrapper {
  border-radius: .5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.opacity-65 {
  z-index: 2;
  background-image: linear-gradient(#000000a6, #000000a6);
  position: absolute;
  inset: 0%;
}

.left-wrap-template {
  z-index: 2;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  margin-right: auto;
  display: flex;
  position: relative;
}

.banner-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient-figure-blog {
  z-index: -1;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary) 80%);
  opacity: .6;
  filter: blur(7.5rem);
  border-radius: 100%;
  width: 18.75rem;
  height: 56.25rem;
  position: absolute;
  top: 10%;
  right: 5%;
}

.form-contacts-input {
  border: .0625rem solid var(--transparent);
  color: var(--white);
  background-color: #ffffff1a;
  border-radius: .5rem;
  height: auto;
  margin-bottom: .9375rem;
  padding: 1rem 1.125rem 1rem 3.125rem;
  font-size: 1rem;
  transition: all .2s;
}

.form-contacts-input:focus {
  border: .0625rem solid var(--primary);
  color: var(--white);
  font-size: 1rem;
}

.form-contacts-input::placeholder {
  color: #fff9;
  font-size: 1rem;
}

.form-contacts-input.name {
  background-image: url('../images/ph_user.svg');
  background-position: 1.125rem;
  background-repeat: no-repeat;
  background-size: auto;
}

.form-contacts-input.phone {
  background-image: url('../images/solar_phone-outline.svg');
  background-position: 1.125rem;
  background-repeat: no-repeat;
  background-size: auto;
}

.form-contacts-input.email {
  background-image: url('../images/fontisto_email.svg');
  background-position: 1.125rem;
  background-repeat: no-repeat;
  background-size: auto;
}

.textarea-contacts {
  border: .0625rem solid var(--transparent);
  color: var(--white);
  background-color: #ffffff1a;
  background-image: url('../images/icon-park-outline_pencil.svg');
  background-position: 1.125rem .8125rem;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .5rem;
  min-width: 100%;
  max-width: 100%;
  min-height: 12.5rem;
  max-height: 100%;
  margin-bottom: 1.875rem;
  padding: 1rem 1.125rem 1rem 3.125rem;
  font-size: 1rem;
  transition: all .2s;
}

.textarea-contacts:focus {
  border: .0625rem solid var(--primary);
  color: var(--white);
  font-size: 1rem;
}

.textarea-contacts::placeholder {
  color: #fff9;
  font-size: 1rem;
}

.prev-post-arrow {
  color: #afafaf;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 1.5625rem;
  font-family: "Fa solid 900", sans-serif;
}

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

.blog-template-pagination {
  z-index: 5;
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  align-items: center;
  width: 100%;
  margin-top: 3.125rem;
  display: flex;
  position: relative;
}

.next-post-arrow {
  color: #afafaf;
  margin-bottom: 0;
  margin-left: 1.5625rem;
  font-family: "Fa solid 900", sans-serif;
}

.blog-template-next {
  text-align: right;
}

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

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

.blog-banner-description {
  letter-spacing: -.0375rem;
  max-width: 40.625rem;
  margin-top: 1.5625rem;
  margin-bottom: 0;
  font-family: Inter Tight;
  font-size: 1.25rem;
  font-weight: 400;
}

.blog-post-banner-section {
  background-image: url('../images/Background-Dots.png');
  background-position: 50%;
  background-size: contain;
  padding-top: 10.625rem;
  padding-bottom: 8.75rem;
  position: relative;
}

.blog-template-date {
  color: var(--text-dark);
  margin-top: .9375rem;
  margin-bottom: 0;
}

.article {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.blog-tempate-date-wrapper {
  background-color: #745bd833;
  border-radius: 3.125rem;
  padding: .1875rem .875rem;
  display: block;
}

.empty-state {
  background-color: var(--transparent);
  text-align: center;
}

.input-search {
  border: .0625rem solid var(--transparent);
  color: var(--white);
  background-color: #ffffff1a;
  background-image: url('../images/iconamoon_search.svg');
  background-position: 1rem;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: .5rem;
  height: auto;
  margin-bottom: .9375rem;
  padding: 1rem 1.125rem 1rem 3.125rem;
  font-size: 1rem;
  transition: all .2s;
}

.input-search:focus {
  border: .0625rem solid var(--primary);
  color: var(--white);
  font-size: 1rem;
}

.input-search::placeholder {
  color: #fff9;
  font-size: 1rem;
}

.number-404 {
  z-index: 3;
  color: #ffffff1a;
  letter-spacing: -.5375rem;
  -webkit-text-stroke-width: .0625rem;
  -webkit-text-stroke-color: var(--white);
  margin-top: 3.75rem;
  margin-bottom: .9375rem;
  font-size: 15rem;
  font-weight: 600;
  line-height: 1em;
  position: relative;
}

.gradient {
  z-index: 1;
  background-image: linear-gradient(166deg, #ff5c00, var(--primary));
  opacity: .6;
  filter: blur(10rem);
  transform-style: preserve-3d;
  border-radius: 12.5rem;
  width: 25rem;
  height: 37.5rem;
  position: absolute;
  inset: 0 30% auto auto;
  transform: translate(0, -5rem)rotateX(-45deg)rotateY(26deg)rotateZ(66deg);
}

.feature-item-content-wrapper {
  background-color: #0e0e0ecc;
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.125rem 1.875rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.item-description {
  font-family: var(--font-text);
  color: #fff;
  margin-top: 1.875rem;
  font-weight: 400;
}

.feature-item-image {
  z-index: 1;
  object-position: 50% 50%;
  border-radius: .5rem;
  width: 100%;
  height: 33.125rem;
}

.feature-column-image {
  height: 33.125rem;
  position: relative;
}

.background-video-licensing {
  border-radius: .5rem;
  height: 20rem;
}

.contact-link {
  letter-spacing: -.045rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#2e343d, #193d73);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.5rem;
}

.contact-link:hover {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.footer-links-block {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
  align-items: center;
  margin-right: .9375rem;
  display: flex;
}

.footer-description {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
}

.footer-top-wrapper-links {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin-bottom: 1.875rem;
  display: flex;
}

.footer-top-link {
  font-family: var(--font-text);
  color: var(--black);
  letter-spacing: -.0225rem;
  padding-top: 0;
  font-weight: 500;
  line-height: 1.4em;
  transition: all .3s;
}

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

.footer-top-link.w--current {
  font-family: var(--font-text);
}

.block-quote {
  margin-bottom: 0;
}

.about-description {
  color: #fff9;
  letter-spacing: -.0225rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
}

.hire-popup {
  z-index: 1000;
  color: #fff;
  background-color: #1c276d;
  border-radius: .25rem;
  width: 100%;
  max-width: 18.5625rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.2em;
  position: fixed;
  inset: auto auto .3125rem .3125rem;
}

.hire-popup-wrap {
  grid-row-gap: .625rem;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  flex-direction: column;
  padding: .9375rem;
  display: flex;
  position: relative;
}

.hire-popup-wrap:hover {
  color: #fff;
}

.hire-paragraph {
  max-width: 93%;
  font-size: .75rem;
}

.hire-link {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
  transition-property: none;
}

.hire-link:hover {
  opacity: 1;
  color: #fff;
  text-transform: none;
}

.hire-buttons-wrap {
  grid-column-gap: 1.25rem;
  display: flex;
}

.hire-buttons {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  border: .0625rem solid #fff;
  border-radius: .25rem;
  padding: .3125rem .9375rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: none;
  transition-property: none;
}

.hire-buttons:hover {
  opacity: 1;
  color: #fff;
}

.hire-popup-close {
  cursor: pointer;
  padding: .625rem 1.25rem;
  position: absolute;
  top: -.4375rem;
  right: -.875rem;
}

.close-popup-image {
  width: .75rem;
  height: .75rem;
}

.buy-this-template {
  z-index: 1000;
  opacity: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #4353ff;
  border: .0625rem solid #4353ff;
  border-radius: .25rem;
  padding: .375rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: .875rem;
  text-decoration: none;
  transition-property: none;
  display: flex;
  position: fixed;
  inset: auto .75rem 3rem auto;
}

.buy-this-template:hover {
  opacity: 1;
  color: #fff;
}

.btn-icon {
  margin-right: .5rem;
}

.all-templates {
  z-index: 1000;
  color: #4353ff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #fff;
  border: .0625rem solid #e4e4e4;
  border-radius: .25rem;
  width: 8.75rem;
  padding: .375rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .75rem;
  font-weight: 700;
  line-height: .875rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto .75rem .75rem auto;
}

.all-templates:hover {
  opacity: 1;
  color: #4353ff;
}

.heading {
  font-family: var(--font-heading);
}

.feature-wrapper-grid-right {
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold-text-2 {
  font-family: var(--font-text);
}

.heading-4, .heading-5, .heading-6 {
  font-family: var(--font-heading);
}

.heading-7 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 600;
}

.text-span-2 {
  text-decoration: line-through;
}

.text-span-3 {
  color: var(--primary);
  font-weight: 600;
}

.text-span-4, .text-span-5, .text-span-6 {
  color: var(--primary);
  font-weight: 700;
}

.item-text-2 {
  color: #fff;
  font-weight: 500;
}

.bottom-loop-wrapper-2 {
  grid-column-gap: 35px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.top-loop-row-2 {
  z-index: 999;
  grid-column-gap: 35px;
  display: flex;
  overflow: hidden;
}

.top-loop-wrapper-2 {
  grid-column-gap: 35px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.loop-item-wrapper-2 {
  grid-column-gap: 35px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-right: 35px;
  display: flex;
}

.bottom-loop-row-2 {
  z-index: 999;
  grid-column-gap: 35px;
  display: flex;
}

.loop-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff1a;
  border-radius: 8px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: inline-block;
  box-shadow: inset 0 1px 0 .3px #fff;
}

.loop-wrap-2 {
  grid-column-gap: 35px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 100%;
  margin-bottom: 120px;
  display: flex;
}

.banner-logo-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.heading-white-methods {
  font-family: var(--font-heading);
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-size: 3.8rem;
}

.heading-white-methods.mb-25 {
  margin-bottom: 1.5625rem;
}

.heading-white-methods.mb-50 {
  margin-bottom: 3.125rem;
}

.body {
  background-color: var(--primary-light);
  font-family: var(--font-text);
}

.image-3, .image-4, .image-5, .image-6, .image-7, .image-8 {
  max-width: 60%;
}

.image-9, .image-10, .image-11, .image-12 {
  max-width: 70%;
}

.counseling-button-wrap {
  display: none;
}

@media screen and (min-width: 1280px) {
  .spacing-system-column {
    padding-right: 1.875rem;
  }

  .headings-typography-wrapper {
    width: 48%;
  }

  .nav-container {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .nav-dropdown-list.megamenu.w--open {
    left: -3.75rem;
  }

  .nav-menu-wrapper {
    margin-top: .9375rem;
    margin-bottom: .9375rem;
  }

  .blog-post-content {
    height: 16.25rem;
  }

  .footer-texture {
    padding-top: 5rem;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: nowrap;
  }

  .pricing-plan-item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .contacts-content-wrapper {
    margin-left: 5%;
  }

  .contacts-form-wrapper {
    right: 5%;
  }

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

  .search-section {
    margin-bottom: 5rem;
  }

  .home-1-banner-section {
    min-height: 100vh;
  }

  .features-mask {
    width: 50%;
  }

  .features-slider {
    margin-left: 0%;
  }

  .testimonials {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .blog-section-title {
    margin-bottom: 4.375rem;
  }

  .map-wrapper {
    padding-right: 4.375rem;
  }

  .section-title-center {
    margin-bottom: 4.375rem;
  }

  .title-container {
    width: 40%;
  }

  .about-img._3 {
    width: 21.25rem;
  }

  .about-img._4 {
    width: 17.5rem;
  }

  .about-img._2 {
    width: 21.25rem;
  }

  .service-text-container {
    margin-bottom: 8.125rem;
  }

  .industries-block-wrapper {
    position: relative;
  }

  .about-1-banner-images-grid {
    justify-content: space-between;
    margin-top: 6.25rem;
  }

  .slider-arrow-right {
    top: -6.5rem;
    right: 2.5rem;
  }

  .section-with-blue-bg {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .benefit-item {
    top: 2.5rem;
  }

  .center-title {
    padding-right: 8.75rem;
  }

  .main-style-guide-body-wrapper {
    margin-right: 3.75rem;
  }

  .banner-title-wrapper-2 {
    margin-top: 0;
  }

  .landing-banner-content {
    margin-bottom: 5rem;
  }

  .landing-banner-screens {
    margin-bottom: -5rem;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: none;
  }

  .section-landing-customers {
    padding-bottom: 8.125rem;
  }

  .paragraph-benefits-lp {
    width: 80%;
  }

  .landing-inner-pages-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 1.875rem;
  }

  .section-banner {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .section-banner.landing-banner {
    background-image: none;
    min-height: 88vh;
  }

  .footer-links-wrapper {
    grid-column-gap: 7.5rem;
    grid-row-gap: 7.5rem;
  }

  .banner-images-block {
    margin-top: 6.25rem;
    padding-bottom: 3.4375rem;
  }

  .card-dark {
    height: 12.5rem;
    top: 5rem;
    right: 1.875rem;
  }

  .display-flex-end.section-bottom-space {
    margin-bottom: 7.5rem;
  }

  .chart-images-wrapper {
    width: 50%;
  }

  .about-description-wrapper {
    width: 43%;
  }

  .chart-image {
    width: auto;
    margin-left: 15.625rem;
  }

  .about-wrapper {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
  }

  .chart-image-top {
    width: auto;
    height: auto;
  }

  .loop-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-bottom: 9.375rem;
  }

  .gradient-figure {
    transform: translate(4.6875rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .primary-logo {
    width: 11.25rem;
  }

  .banner-images-wrapper {
    width: 45%;
  }

  .banner-image-home-2 {
    width: auto;
  }

  .banner-container {
    grid-column-gap: 6.25rem;
  }

  .banner-logo-wrapper {
    margin-top: 3.75rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .banner-gradient-3 {
    width: 31.25rem;
  }

  .gradient-figure-2 {
    left: 10%;
    transform: skew(30deg, 10deg);
  }

  .list {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
  }

  .benefits-content-wrap {
    width: 43%;
  }

  .image-column-wrap {
    width: 48%;
  }

  .category-item {
    width: 17.1875rem;
    height: 17.1875rem;
  }

  .arrow-up {
    bottom: 3.125rem;
  }

  .footer {
    padding-top: 5rem;
  }

  .home-3-banner-section {
    min-height: 100vh;
  }

  .gradient-figure-4 {
    height: 62.5rem;
    right: 10%;
  }

  .image-photo-small {
    width: 11.25rem;
  }

  .gradient-figure-5 {
    transform: translate(130%)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .testimonial-item-with-image.second-item {
    margin-right: 6.25rem;
  }

  .space-between-medium-wrapper {
    grid-column-gap: 6.25rem;
    grid-row-gap: 6.25rem;
  }

  .banner-gradient-2 {
    bottom: 15%;
    right: 10%;
  }

  .about-1-banner-section {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }

  .feature-wrapper {
    margin-top: 6.25rem;
  }

  .text-content-wrapper, .images-block-relative {
    width: 45%;
  }

  .column-content {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
  }

  .column {
    padding-left: 3.125rem;
  }

  .values-text-content {
    min-height: 7.5rem;
    padding-right: 3.125rem;
  }

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

  .text-content {
    width: 34%;
  }

  .about-us-2-banner-section {
    padding-top: 10.625rem;
    top: -10.625rem;
  }

  .gradient-figure-9 {
    width: 56.25rem;
    height: 25rem;
    top: -25%;
  }

  .banner-cards-wrapper-home-3 {
    width: 80%;
  }

  .card-dark-banner {
    height: 13.75rem;
    top: 8.75rem;
    right: 1.875rem;
  }

  .feature-slide {
    width: 33.75rem;
  }

  .features-slider-wrapper {
    margin-left: 10%;
  }

  .slider-arrow-left {
    right: 6.875rem;
  }

  .about-2-banner-content {
    width: 43%;
  }

  .about-us-image-absolute {
    width: 25rem;
    right: 4%;
  }

  .about-2-benefits-wrapper.section-bottom-space {
    margin-bottom: 7.5rem;
  }

  .about-2-chart-images {
    width: 50%;
  }

  .gradient-figure-10, .gradient-figure-11, .gradient-figure-1 {
    width: 56.25rem;
    height: 25rem;
  }

  .gradient-figure-services {
    left: 10%;
    transform: skew(30deg, 10deg);
  }

  .figure-gradient {
    width: 31.25rem;
  }

  .banner-loop-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .service-item-block {
    min-height: 15rem;
  }

  .service-list-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .quote-wrapper-dark {
    margin-left: auto;
  }

  .services-block {
    margin-top: 3.125rem;
  }

  .gradient-figure-services-3 {
    bottom: 5%;
    left: 3%;
  }

  .stack-services-item {
    padding: 1.25rem 1.875rem;
  }

  .gradient-figure-12 {
    right: 10%;
  }

  .column-medium-image-fixed.large {
    object-position: 50% 0%;
    height: 25rem;
  }

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

  .testimonials-wrapper {
    width: 95%;
  }

  .reviews-text-white {
    font-size: 2rem;
  }

  .customer-reviews-container {
    grid-column-gap: 6.25rem;
  }

  .customer-reviews-left {
    width: 30rem;
    height: 31.25rem;
  }

  .gradient-figure-form-contact {
    top: 12%;
    left: 30%;
  }

  .contact-wrapper {
    min-height: 7.5rem;
    padding-right: 3.125rem;
  }

  .figure-gradient-16 {
    bottom: 15%;
    right: 10%;
  }

  .gradient-figure-blog {
    height: 62.5rem;
  }

  .number-404 {
    font-size: 15.625rem;
  }

  .feature-item-image, .feature-column-image {
    height: 34.375rem;
  }

  .loop-wrap-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-bottom: 150px;
  }

  .banner-logo-wrapper-2 {
    margin-top: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1440px) {
  h3 {
    margin-bottom: .625rem;
  }

  h4 {
    margin-bottom: 0;
  }

  h6 {
    margin-bottom: .625rem;
  }

  .features-mask {
    width: 46%;
  }

  .features-slider {
    margin-left: 0%;
  }

  .about-img._1 {
    width: 23.75rem;
  }

  .about-img._3 {
    width: 25rem;
  }

  .about-img._4 {
    width: 18.75rem;
  }

  .about-img._2 {
    width: 24.375rem;
  }

  .our-services-wrap {
    align-items: center;
  }

  .slider-arrow-right {
    right: 8.75rem;
  }

  .section-with-blue-bg {
    padding-left: 6.25rem;
    padding-right: 6.25rem;
  }

  .landing-banner-title {
    font-size: 5rem;
  }

  .section-banner.landing-banner {
    background-image: none;
    min-height: 90vh;
    padding-top: 9.375rem;
  }

  .banner-gradient-1 {
    right: 30%;
  }

  .banner-images-block {
    padding-bottom: 4.0625rem;
  }

  .card-dark {
    height: 13.75rem;
    top: 6.25rem;
  }

  .lines-banner-block {
    flex-direction: column;
    display: flex;
  }

  .dual-grid {
    grid-row-gap: 9.375rem;
    justify-content: space-between;
  }

  .display-flex-end {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .chart-images-wrapper {
    width: 48%;
  }

  .about-description-wrapper {
    flex-direction: column;
    justify-content: center;
    width: 43%;
    display: flex;
  }

  .dark-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
    display: flex;
    overflow: hidden;
  }

  .gradient-figure {
    background-image: linear-gradient(166deg, #ff5c00, var(--primary));
  }

  ._2-column-wrapper-testimonials {
    margin-top: -7.5rem;
  }

  .column-testimonials-left {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .section-title-testimonials {
    margin-bottom: 0;
    margin-left: 0;
  }

  .testimonials-item-narrow {
    max-width: 25rem;
  }

  .start-with-us-wrapper {
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }

  .main-image-with-button {
    margin-top: 6.25rem;
  }

  .line-light-right {
    height: 10rem;
    margin-left: -.125rem;
  }

  .line-light-left {
    height: 10rem;
    margin-right: -.125rem;
  }

  .primary-logo {
    width: 12.5rem;
  }

  .banner-images-wrapper {
    width: 40%;
    height: 43.75rem;
  }

  .banner-content-wrapper {
    width: 45%;
  }

  .banner-container {
    grid-column-gap: 6.25rem;
    justify-content: flex-start;
  }

  .banner-logo-wrapper {
    margin-top: 5rem;
  }

  .item-text {
    color: var(--black);
    -webkit-text-stroke-color: var(--black);
  }

  .banner-title-home-2 {
    font-size: 3.2rem;
  }

  .banner-content {
    max-width: 34.375rem;
  }

  .banner-gradient-3 {
    height: 25rem;
  }

  .gradient-figure-2 {
    width: 31.25rem;
    height: 25rem;
    top: 40%;
  }

  .benefits-content-wrap {
    flex-direction: column;
    justify-content: center;
    width: 43%;
    display: flex;
  }

  .image-column-wrap {
    width: 48%;
  }

  .flex-end-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .heading-large {
    font-size: 4.375rem;
  }

  .title-wrapper-flex {
    padding-bottom: 1.5625rem;
  }

  .gradient-figure-4 {
    right: 17%;
  }

  .gradient-figure-5 {
    background-image: linear-gradient(166deg, #ff5c00, var(--primary));
    width: 37.5rem;
    transform: translate(80%)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .banner-gradient-2 {
    right: 15%;
  }

  .text-content-wrapper {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .text-content {
    width: 34%;
  }

  .gradient-figure-9 {
    width: 56.25rem;
    height: 31.25rem;
    top: -25%;
  }

  .banner-description-home-2 {
    max-width: 31.25rem;
  }

  .number-stroke-light {
    font-size: 4.375rem;
  }

  .banner-cards-wrapper-home-3 {
    width: 80%;
  }

  .card-dark-banner {
    height: auto;
    right: 2.5rem;
  }

  .feature-slide {
    width: 35.625rem;
    height: auto;
  }

  .features-slider-wrapper {
    margin-left: 9%;
  }

  .slider-arrow-left {
    right: 13.125rem;
  }

  .about-us-image-absolute {
    right: 9%;
  }

  .about-2-benefits-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .about-2-chart-images {
    width: 48%;
  }

  .gradient-figure-10, .gradient-figure-11, .gradient-figure-1 {
    width: 56.25rem;
    height: 31.25rem;
  }

  .work-steps-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .about-2-banner-logos-wrapper {
    margin-top: 3.75rem;
  }

  .gradient-figure-about-us-3 {
    right: 30%;
  }

  .figure-gradient {
    height: 25rem;
  }

  .service-image {
    height: 11.25rem;
  }

  .services-list-wrapper {
    align-items: stretch;
  }

  .services-banner-gradient {
    right: 30%;
  }

  .services-benefits-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .gradient-figure-services-3 {
    bottom: 15%;
    left: 8%;
  }

  .service-image-small {
    height: 11.25rem;
  }

  .gradient-figure-12 {
    right: 10%;
  }

  .pricing-content-wrap {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .pricing-grid-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .figure-gradient-14, .gradient-figure-14 {
    right: 30%;
  }

  .figure-gradient-16 {
    right: 15%;
  }

  .gradient-figure-blog {
    right: 10%;
  }

  .number-404 {
    font-size: 16.25rem;
  }

  .gradient {
    right: 30%;
  }

  .banner-logo-wrapper-2 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .section-texture {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

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

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

  .nav-container {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .paragraph-large {
    font-size: 1rem;
  }

  .features-wrapper.section-bottom-space {
    margin-bottom: 9.375rem;
  }

  .features-mask {
    width: 39%;
  }

  .features-slider {
    margin-left: 0%;
  }

  .service-description {
    width: 80%;
  }

  .about-img._1 {
    width: 26.25rem;
    left: 16%;
  }

  .about-img._3 {
    width: 26.875rem;
    top: 20%;
    left: 54%;
  }

  .about-img._4 {
    left: 48%;
  }

  .about-1-banner-images-grid, .about-1-banner-images-grid.section-bottom-spacing {
    margin-bottom: 9.375rem;
  }

  .slider-arrow-right {
    right: 23.125rem;
  }

  .section-with-blue-bg {
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .style-guide-tab-content-wrapper {
    margin-bottom: 4.375rem;
  }

  .landing-banner-title {
    font-size: 5.625rem;
  }

  .landing-banner-screens {
    margin-bottom: -6.25rem;
  }

  .section-landing-customers {
    padding-top: 8.125rem;
  }

  .landing-customers-content-right {
    grid-row-gap: 3.125rem;
  }

  .section-banner {
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }

  .section-banner.landing-banner {
    background-image: none;
    min-height: 92vh;
  }

  .color-bg {
    height: 12.5rem;
  }

  .button-learn-more {
    margin-top: 3.125rem;
  }

  .banner-gradient-1 {
    right: 40%;
  }

  .banner-images-block {
    padding-bottom: 3.4375rem;
  }

  .card-dark {
    height: 16.25rem;
    top: 8.75rem;
  }

  .dual-grid, .display-flex-end.section-bottom-space {
    margin-bottom: 9.375rem;
  }

  .dark-wrapper {
    flex-direction: column;
    align-items: center;
    margin-left: 3.125rem;
    margin-right: 3.125rem;
    padding-bottom: 9.375rem;
    display: flex;
  }

  .dark-wrapper.section-spacing-bottom {
    margin-bottom: 9.375rem;
  }

  .loop-item {
    border-radius: .5rem;
  }

  .gradient-figure {
    transform: translate(18.75rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .start-with-us-wrapper {
    margin-left: 3.125rem;
    margin-right: 3.125rem;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .main-image-with-button {
    margin-top: 9.375rem;
  }

  .line-light-right, .line-light-left {
    height: auto;
  }

  .top-loop-row {
    grid-column-gap: 2.1875rem;
    grid-row-gap: 2.1875rem;
    display: flex;
  }

  .gradient-figure-start-with-us {
    transform: skew(38deg, 7deg)rotateX(31deg)rotateY(0)rotateZ(34deg)translate(8.625rem, -6.25rem);
  }

  .gradient-figure-1-home-1 {
    width: 50rem;
  }

  .banner-images-wrapper {
    z-index: 5;
    height: auto;
  }

  .banner-image-home-2 {
    height: 60rem;
  }

  .banner-image-chart {
    background-color: #ffffffed;
  }

  .banner-content-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
    height: auto;
  }

  .banner-container {
    grid-column-gap: 6.25rem;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    max-width: 200rem;
  }

  .banner-logo-wrapper {
    width: 100%;
    margin-top: 8.125rem;
    padding-bottom: 2.5rem;
  }

  .home-2-banner-section {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: flex-start;
  }

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

  .section {
    background-image: url('../images/Backgroud-Dots.png');
    background-position: 50%;
    background-size: contain;
    background-attachment: fixed;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .gradient-figure-2 {
    width: 37.5rem;
    top: 47%;
    left: 15%;
  }

  .flex-end-wrapper {
    max-width: 75rem;
  }

  .flex-end-wrapper.section-bottom-spacing {
    margin-bottom: 9.375rem;
  }

  .section-dark {
    padding-top: 9.375rem;
  }

  .heading-large {
    font-size: 5rem;
  }

  .gradient-figure-4 {
    width: 25rem;
    height: 87.5rem;
    right: 18%;
  }

  .work-step-wrapper {
    max-width: 53.125rem;
  }

  .about-wrap.section-bottom-space {
    margin-bottom: 9.375rem;
  }

  .gradient-figure-5 {
    width: 37.5rem;
    transform: translate(140%)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .testimonial-item-with-image {
    max-width: 33.125rem;
  }

  .section-texture-visible {
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }

  .banner-gradient-2 {
    bottom: 17%;
    right: 23%;
  }

  .images-block-relative {
    align-items: flex-start;
    width: 45%;
  }

  .display-flex.section-bottom-spacing {
    margin-bottom: 9.375rem;
  }

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

  .text-content {
    width: 34%;
  }

  .button-with-gradient {
    margin-top: 3.125rem;
  }

  .gradient-figure-8 {
    transform: translate(-.9375rem, 3.75rem)skew(-63deg);
  }

  .gradient-figure-9 {
    width: 68.75rem;
    height: 31.25rem;
    top: -25%;
  }

  .number-stroke-light {
    font-size: 5rem;
  }

  .banner-cards-wrapper-home-3 {
    width: 63%;
  }

  .card-dark-banner {
    top: 10rem;
  }

  .features-slider-wrapper {
    margin-left: 20%;
  }

  .features-slider-wrapper.section-bottom-spacing {
    margin-bottom: 9.375rem;
  }

  .slider-arrow-left {
    right: 27.5rem;
  }

  .about-2-banner-content {
    width: 45%;
  }

  .wrapper-space-between-50.section-bottom-spacing {
    margin-bottom: 9.375rem;
  }

  .about-us-image-absolute {
    width: 30rem;
    right: 19.5%;
  }

  .about-2-benefits-wrapper.section-bottom-space {
    margin-bottom: 9.375rem;
  }

  .gradient-figure-10 {
    width: 68.75rem;
    height: 31.25rem;
  }

  .logo-companies-block {
    z-index: 1;
  }

  .gradient-figure-11, .gradient-figure-1 {
    width: 68.75rem;
    height: 31.25rem;
  }

  .section-bottom-spacing {
    margin-bottom: 9.375rem;
  }

  .gradient-figure-15 {
    width: 50rem;
  }

  .work-steps-wrapper {
    margin-bottom: 9.375rem;
  }

  .about-2-banner-logos-wrapper {
    width: 100%;
  }

  .gradient-figure-services {
    left: 20%;
  }

  .banner-content-block {
    align-items: center;
  }

  .service-item-block {
    min-height: 13.75rem;
  }

  .services-benefits-list-wrapper {
    width: 55%;
  }

  .services-banner-gradient {
    right: 40%;
  }

  .service-list-item-content-wrapper {
    background-color: #0e0e0ecc;
  }

  .main-quote-block {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .grid-banner {
    grid-template-columns: .75fr 1fr;
  }

  .services-block {
    max-width: 35rem;
    margin-top: 3.75rem;
  }

  .gradient-figure-services-3 {
    bottom: 38%;
    left: 18%;
  }

  .gradient-figure-12 {
    right: 25%;
  }

  .services-banner-item {
    border-radius: .5rem;
  }

  .pricing-grid-wrapper {
    max-width: 75rem;
  }

  .figure-gradient-14, .gradient-figure-14 {
    right: 40%;
  }

  .testimonial-item {
    max-width: 33.125rem;
  }

  .customer-reviews-container {
    grid-column-gap: 7.5rem;
  }

  .figure-gradient-16 {
    bottom: 17%;
    right: 23%;
  }

  .gradient-figure-blog {
    width: 25rem;
    height: 62.5rem;
    right: 15%;
  }

  .number-404 {
    font-size: 18.75rem;
  }

  .gradient {
    right: 40%;
  }

  .top-loop-row-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    display: flex;
  }

  .loop-item-2 {
    border-radius: 8px;
  }

  .banner-logo-wrapper-2 {
    width: 100%;
    margin-top: 130px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -.09rem;
    font-size: 3rem;
  }

  h2 {
    letter-spacing: -.07875rem;
    font-size: 2.625rem;
  }

  .section-texture {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .section-texture.style-guide-section {
    padding-top: 10rem;
  }

  .section-texture.padding-top {
    padding-top: 7.5rem;
  }

  .grid-system {
    width: 100%;
  }

  .grid-description.first-description {
    text-align: center;
  }

  .spacing-wrapper-mobile {
    width: 70%;
  }

  .spacing-columns {
    flex-flow: wrap;
    display: flex;
  }

  .bottom-style-spacing-desktop {
    bottom: 6%;
  }

  .top-style-spacing-desktop {
    top: 4%;
  }

  .middle-style-spacing-desktop {
    top: 30%;
  }

  .colors-wrapper {
    margin-right: 2.5rem;
  }

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

  .headings-typography-wrapper, .headings-typography-wrapper.last-child {
    margin-bottom: 1.875rem;
  }

  .primary-button {
    min-width: 19rem;
    margin-top: 3.125rem;
    padding: 1.2rem 2.5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .top-style-spacing-mobile {
    top: 3%;
  }

  .middlr-style-spacing-mobile {
    top: 26%;
  }

  .bottom-style-spacing-mobile {
    bottom: 6%;
  }

  .nav-container {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .nav-menu {
    background-color: var(--black);
    flex-direction: column;
    width: 20rem;
    inset: 0% auto 0% 0%;
  }

  .menu-button {
    text-align: right;
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    color: var(--white);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .625rem 0;
    display: flex;
  }

  .nav-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: flex;
    overflow: hidden;
  }

  .nav-dropdown-toggle {
    align-items: center;
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-icon {
    color: var(--white);
    margin-right: .09375rem;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-dropdown-list {
    background-color: #fff0;
    border-style: none;
    flex-direction: column;
    width: auto;
    padding: 0 2.5rem 0 1.25rem;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-list.megamenu {
    width: auto;
    height: 16.875rem;
    padding-left: 1.25rem;
    padding-right: 2.5rem;
    overflow: scroll;
  }

  .nav-dropdown-list.megamenu.w--open {
    margin-top: 0;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: .625rem;
    padding-bottom: .625rem;
    font-size: .9375rem;
  }

  .close-menu-button {
    padding: 0 1.25rem 0 0;
  }

  .close-menu-button.w--open {
    background-color: #0000;
    padding: 0 1.25rem 0 0;
  }

  .nav-close-icon {
    z-index: 15;
    filter: invert();
    align-self: stretch;
  }

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

  .licensing-grid, .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .licensing-paragraph {
    width: 100%;
  }

  .coming-soon-wrapper {
    align-items: center;
    margin-right: 0;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-bottom: 1.875rem;
  }

  .coming-soon-heading {
    text-align: center;
    font-size: 3.5rem;
  }

  .blog-post-content {
    height: 16.25rem;
  }

  .blog-left {
    flex: none;
    width: 100%;
  }

  .blog-right {
    margin-top: 3.125rem;
    display: flex;
    position: static;
  }

  .blog-wrapper {
    flex-direction: column;
  }

  .blog-recent-posts-wrapper {
    column-count: 2;
    column-gap: 1.25rem;
  }

  .blog-recent-post-item {
    display: inline-block;
  }

  .section-title-wrapper {
    max-width: 35rem;
  }

  .free-trial-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .free-trial-wrapper.landing {
    max-width: 34.375rem;
  }

  .banner-title-wrapper {
    flex-wrap: wrap;
    width: 34.375rem;
  }

  .pricing-plans-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .pricing-plan-item {
    width: 47%;
  }

  .accordion-wrapper {
    flex-wrap: wrap;
  }

  .accordion-item.mt-60 {
    margin-top: 0;
  }

  .coming-soon-image {
    display: none;
  }

  .contacts-wrapper {
    align-items: flex-start;
  }

  .contacts-form-wrapper {
    width: 23.75rem;
    padding: 1.875rem;
    top: 20%;
  }

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

  .nav-button-wrapper.hidden {
    margin-top: 1.25rem;
    margin-left: 0;
    display: block;
  }

  .search-input:focus {
    border: .0625rem solid var(--primary);
  }

  .search-section {
    margin-top: 7.5rem;
    margin-bottom: 2.5rem;
  }

  .headings-container, .services-1-list-wrapper, .style-guide-content-wrapper {
    flex-wrap: wrap;
  }

  .progressbar-wrap {
    max-width: 22.5rem;
  }

  .nav-dropdown-column {
    justify-content: center;
    width: 11.25rem;
  }

  .blog-search, .blog-right-wrapper {
    width: 100%;
  }

  .blog-left-wrapper {
    flex: none;
    width: 100%;
  }

  .home-1-banner-section {
    min-height: auto;
    padding-top: 8.75rem;
  }

  .features-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .features-mask {
    width: 68%;
  }

  .testimonials {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .blog-section-title {
    margin-bottom: 3.75rem;
  }

  .contacts-wrapper-grid {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .section-title-center {
    margin-bottom: 3.75rem;
  }

  .title-container {
    width: 65%;
  }

  .home-4-testimonials-wrapper {
    grid-column-gap: 3.75rem;
    grid-row-gap: 2.5rem;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 1.25rem;
  }

  .testimonials-wrapper-2 {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-wrap: wrap;
    width: 80%;
    margin-top: 1.25rem;
  }

  .about-img._1 {
    top: 7%;
    left: .9375rem;
  }

  .about-img._5 {
    top: 58%;
    bottom: 0;
    left: 3.75rem;
  }

  .about-img._3 {
    width: 22.5rem;
    top: 0%;
    right: .9375rem;
  }

  .about-img._4 {
    width: 15rem;
    top: 57%;
    left: auto;
    right: .9375rem;
  }

  .about-img._2 {
    z-index: 5;
    top: 30%;
    left: 35%;
  }

  .subtitle {
    margin-bottom: 1.875rem;
  }

  .content {
    margin-bottom: 0;
  }

  .video-lightbox {
    width: 100%;
    min-height: 21.25rem;
  }

  .industries-block-wrapper {
    max-width: 45vw;
  }

  .about-1-banner-images-grid, .about-1-banner-images-grid.section-bottom-spacing {
    margin-bottom: 5rem;
  }

  .about-4-team-slide {
    width: 100%;
  }

  .slider-arrow-right {
    top: -6.25rem;
  }

  .nav-dropdown-link-line {
    display: none;
  }

  .subtitle-2 {
    margin-bottom: 1.875rem;
  }

  .dropdown-nav-link {
    color: #222;
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

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

  .menu-wrap {
    background-color: var(--black);
    flex-direction: column;
    align-items: flex-start;
    padding: 1.25rem;
    display: flex;
  }

  .home-banner-left-arrow {
    inset: 20% auto auto 4%;
  }

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

  .tablet-menu {
    justify-content: space-between;
    align-items: center;
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-left: .9375rem;
    display: flex;
  }

  .image-burger {
    margin-bottom: .25rem;
  }

  .image-burger.light {
    filter: invert();
  }

  .brand-tablet {
    transition-property: opacity;
    display: block;
  }

  .brand-tablet:hover {
    opacity: .7;
  }

  .style-guide-tab-content-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .spacing-system-image-2 {
    width: 75%;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .style-guide-tab-link {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .spacing-title {
    font-size: 1.5625rem;
  }

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

  .primary-button-black:hover {
    opacity: 1;
  }

  .landing-banner-content {
    margin-bottom: 3.75rem;
    position: relative;
    left: 0%;
    right: 0%;
  }

  .landing-banner-title {
    font-size: 4.0625rem;
  }

  .landing-home-pages-wrapper-banner {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .landing-inner-page-item.home-screen-banner, .landing-inner-page-item.home-screen {
    max-width: 34.375rem;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-customers-content-left {
    grid-row-gap: .625rem;
    text-align: center;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .landing-customers-content-right {
    grid-row-gap: 1.875rem;
    width: 100%;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-direction: column;
    align-items: center;
  }

  .landing-section-title {
    width: 80%;
  }

  .landing-home-pages-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .section-banner.landing-banner {
    background-image: none;
    min-height: 70vh;
    padding-top: 6.25rem;
  }

  .color-bg {
    height: 6.25rem;
  }

  .coming-soon-form-main {
    justify-content: center;
  }

  .footer-links-wrapper {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
  }

  .banner-images-block {
    padding-bottom: 2.8125rem;
  }

  .card-dark {
    height: 7.5rem;
  }

  .tab-description {
    margin-left: 1.5625rem;
  }

  .tab-name {
    font-size: 1rem;
  }

  .tab-item, .tab-item.w--current {
    margin-right: 1.25rem;
  }

  .mb-25 {
    font-family: var(--font-heading);
    font-size: 1.7rem;
  }

  .counter-wrapper {
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
  }

  .counter-block.third-item {
    border-left-style: none;
  }

  .dual-grid {
    grid-template-columns: 1fr;
    margin-bottom: 5rem;
  }

  .chart-image-wrapper {
    justify-content: center;
    align-items: center;
  }

  .display-flex-end.section-bottom-space {
    margin-bottom: 5rem;
  }

  .chart-images-wrapper {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .about-description-wrapper {
    width: 40%;
  }

  .chart-image {
    margin-left: 9.375rem;
  }

  .chart-image.reverse {
    margin-right: 8.75rem;
  }

  .chart-image-top {
    width: 13.75rem;
  }

  .dark-wrapper {
    padding-bottom: 5rem;
  }

  .dark-wrapper.section-spacing-bottom, .loop-wrap {
    margin-bottom: 5rem;
  }

  .mb-50 {
    margin-bottom: 3.125rem;
  }

  .our-team-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .logo-wrapper {
    grid-column-gap: 1.25rem;
  }

  .title-wrapper {
    max-width: 25rem;
    margin-bottom: 2.5rem;
  }

  .gradient-figure {
    width: 25rem;
  }

  .section-title-testimonials {
    max-width: 18.75rem;
    margin-bottom: -6.25rem;
  }

  .start-with-us-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .main-image-with-button {
    margin-top: 2.5rem;
  }

  .line-light-right, .line-light-left {
    height: 6.25rem;
  }

  .primary-logo {
    width: 8.75rem;
  }

  .gradient-figure-start-with-us, .gradient-figure-1-home-1 {
    width: 31.25rem;
  }

  .banner-images-wrapper {
    width: 100%;
    height: 25rem;
  }

  .banner-image-home-2 {
    border-radius: .5rem;
    width: 100%;
  }

  .banner-content-wrapper {
    align-items: center;
    max-width: none;
  }

  .banner-container {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-direction: column-reverse;
    align-items: center;
    margin-bottom: 5rem;
    padding-top: 8.75rem;
    padding-right: 0;
  }

  .banner-logo-wrapper {
    grid-column-gap: 1.25rem;
  }

  .banner-title-home-2 {
    font-size: 2.7rem;
  }

  .banner-content {
    text-align: center;
    align-items: center;
  }

  .banner-gradient-3 {
    width: 25rem;
    height: 18.75rem;
  }

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

  .gradient-figure-2 {
    top: 60%;
  }

  .benefits-content-wrap {
    width: 70%;
  }

  .image-column-wrap {
    flex-direction: column;
    justify-content: center;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .flex-end-wrapper {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
    flex-flow: column-reverse wrap;
  }

  .flex-end-wrapper.reverse {
    flex-direction: column;
  }

  .flex-end-wrapper.section-bottom-spacing {
    margin-bottom: 5rem;
  }

  .section-dark {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .gradient-figure-3 {
    width: 31.25rem;
  }

  .category-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .left-title-wrapper {
    margin-bottom: 2.5rem;
  }

  .home-3-banner-section {
    min-height: auto;
    padding-top: 8.75rem;
  }

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

  .nav-dropdown-icon-light {
    color: var(--white);
    margin-right: .09375rem;
    display: block;
    inset: 0% 0 0% auto;
  }

  .nav-link-light {
    color: var(--white);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .625rem 0;
    display: flex;
  }

  .gradient-figure-4 {
    width: 15.625rem;
    right: 3%;
    transform: translate(0, 31.25rem);
  }

  .work-step-wrapper {
    max-width: 37.5rem;
  }

  .about-block {
    width: 80%;
  }

  .image-photo-big {
    height: 14.0625rem;
  }

  .about-column-right {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .about-wrap.section-bottom-space {
    margin-bottom: 5rem;
  }

  .about-block-small {
    grid-column-gap: 1.25rem;
    max-width: 100%;
    min-height: 12.5rem;
  }

  .gradient-figure-5 {
    width: 25rem;
  }

  .home-3-our-team-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonials-text-content-wrapper {
    max-width: 100%;
  }

  .space-between-medium-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .feature-item-wrapper {
    position: static;
  }

  .section-texture-visible {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .banner-title-wrapper-wide {
    flex-wrap: wrap;
  }

  .banner-photo-about-us {
    min-height: 20rem;
  }

  .banner-gradient-2 {
    width: 80%;
    bottom: 15%;
    right: 10%;
  }

  .about-1-banner-section {
    min-height: auto;
    padding-top: 8.75rem;
  }

  .feature-wrapper {
    margin-top: 2.5rem;
  }

  .text-content-wrapper {
    width: 100%;
  }

  .images-block-relative {
    width: 70%;
    margin-bottom: 3.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .features-card-chart {
    height: 13.75rem;
    bottom: -10%;
  }

  .features-main-image {
    min-height: 28.75rem;
  }

  .values-text-content {
    min-height: 10.625rem;
  }

  .display-flex.section-bottom-spacing {
    margin-bottom: 5rem;
  }

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

  .text-content {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
  }

  .button-with-gradient {
    margin-top: 1.875rem;
  }

  .gradient-figure-8 {
    width: 31.25rem;
  }

  .image-photo-banner {
    margin-top: 0;
  }

  .banner-img {
    order: -1;
    justify-content: space-between;
    width: 100%;
  }

  .about-us-2-banner-section {
    padding-top: 8.75rem;
  }

  .text-content-column {
    width: 80%;
  }

  .gradient-figure-9 {
    width: 34.375rem;
  }

  .number-stroke-light {
    font-size: 3.375rem;
  }

  .card-dark-banner {
    height: 10rem;
    top: 5rem;
  }

  .feature-slide {
    width: 30rem;
    height: 17.5rem;
  }

  .section-title-wrapper-left {
    max-width: 35rem;
  }

  .features-slider-wrapper {
    margin-left: .9375rem;
  }

  .features-slider-wrapper.section-bottom-spacing {
    margin-bottom: 5rem;
  }

  .number-100 {
    font-size: 22.5rem;
  }

  .about-us-title-large {
    letter-spacing: -.1125rem;
    font-size: 3.75rem;
  }

  .number-with-zero {
    font-size: 4.375rem;
  }

  .slider-arrow-left {
    top: -6.25rem;
  }

  .about-2-banner-content {
    text-align: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-2-banner {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-direction: column-reverse;
  }

  .wrapper-space-between-50.section-bottom-spacing {
    margin-bottom: 5rem;
  }

  .number-with-zero-stroke {
    font-size: 4.375rem;
  }

  .about-3-banner-section {
    padding-top: 8.75rem;
    padding-bottom: 3.125rem;
  }

  .about-3-text-container {
    max-width: 27.5rem;
  }

  .about-us-image-absolute {
    width: 17.5rem;
  }

  .counter-block-wrap {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .section-title-wrapper-large {
    max-width: 35rem;
  }

  .about-2-benefits-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-wrap: wrap;
  }

  .about-2-benefits-wrapper.section-bottom-space {
    margin-bottom: 5rem;
  }

  .about-2-chart-images {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .gradient-figure-10 {
    width: 25rem;
    bottom: 7%;
  }

  .gradient-figure-11 {
    width: 34.375rem;
  }

  .gradient-figure-1 {
    filter: blur(6.25rem);
    width: 31.25rem;
    bottom: 5%;
  }

  .section-bottom-spacing {
    margin-bottom: 5rem;
  }

  .gradient-figure-15 {
    width: 31.25rem;
  }

  .work-steps-wrapper {
    margin-bottom: 5rem;
  }

  .about-2-banner-logos-wrapper {
    grid-column-gap: 1.25rem;
  }

  .about-3-features-card-chart {
    height: 13.75rem;
    bottom: -10%;
  }

  .about-us-counter-wrapper {
    grid-row-gap: 1.875rem;
    grid-template-columns: 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .banner-dark {
    min-height: auto;
    padding-top: 7.5rem;
    padding-bottom: 5.625rem;
  }

  .gradient-figure-services {
    width: 37.5rem;
    bottom: 15%;
  }

  .figure-gradient {
    width: 25rem;
    height: 18.75rem;
  }

  .service-image {
    height: 11.25rem;
  }

  .services-list-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    justify-content: center;
  }

  .services-benefits-list-wrapper {
    flex-wrap: wrap;
    width: 100%;
  }

  .services-benefits-text-container {
    width: 100%;
  }

  .services-banner-gradient {
    opacity: 1;
    width: 18.75rem;
    height: 25rem;
  }

  .service-list-wrapper {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    grid-template-columns: 1fr 1fr;
  }

  .services-benefits-wrapper {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    flex-direction: column-reverse;
  }

  .banner-light {
    min-height: auto;
    padding-top: 7.5rem;
    padding-bottom: 5.625rem;
  }

  .quote-wrapper-dark {
    width: 90%;
    margin-right: 0;
  }

  .quote-image-wrapper {
    width: 11.25rem;
    height: 11.25rem;
    top: 60%;
  }

  .grid-banner {
    grid-template-columns: 1fr;
  }

  .banner-text-block {
    align-items: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .services-block {
    justify-content: center;
    margin-top: 3.125rem;
  }

  .gradient-figure-services-3 {
    width: 31.25rem;
    top: 10%;
    left: 10%;
  }

  .gradient-figure-12 {
    width: 31.25rem;
    bottom: 10%;
  }

  .services-3-benefits-list-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 1.875rem;
  }

  .column-medium-image-fixed {
    object-position: 50% 0%;
    height: 18.75rem;
  }

  .video-team {
    width: 100%;
    height: 23.75rem;
    margin-top: 2.5rem;
  }

  .right-column-wrapper {
    width: 100%;
    margin-top: 2.5rem;
  }

  .background-video {
    height: 27.5rem;
  }

  .pricing-features-column {
    justify-content: flex-start;
  }

  .pricing-grid-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column-reverse wrap;
  }

  .feature-wrapper-grid {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    grid-template-columns: 1fr 1fr;
  }

  .testimonials-wrapper {
    width: 100%;
  }

  .testimonals-item-wrapper-4 {
    align-items: flex-end;
  }

  .testimonals-item-wrapper-3, .testimonals-item-wrapper-1, .testimonals-item-wrapper-5 {
    align-items: center;
  }

  .testimonals-item-wrapper-6 {
    align-items: flex-end;
  }

  .customer-reviews-container {
    grid-row-gap: 2.5rem;
    flex-direction: column;
    align-items: center;
  }

  .customer-reviews-left {
    width: 70%;
    height: 28.125rem;
  }

  .testimonals-item-wrapper-2 {
    align-items: flex-end;
  }

  .gradient-figure-form-contact {
    top: 60%;
  }

  .figure-gradient-16 {
    width: 80%;
    bottom: 8%;
    right: 10%;
  }

  .left-wrap-template {
    flex-wrap: wrap;
    width: 100%;
  }

  .gradient-figure-blog {
    width: 15.625rem;
  }

  .blog-template-pagination {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .blog-post-banner-section {
    padding-top: 8.75rem;
    padding-bottom: 6.25rem;
  }

  .feature-item-image, .feature-column-image {
    height: 100%;
  }

  .footer-links-block {
    display: none;
  }

  .block-quote {
    margin-bottom: 0;
  }

  .hire-popup-wrap {
    display: none;
  }

  .feature-wrapper-grid-right {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    grid-template-columns: 1fr 1fr;
  }

  .loop-wrap-2 {
    margin-bottom: 80px;
  }

  .banner-logo-wrapper-2 {
    grid-column-gap: 20px;
  }

  .heading-white-methods {
    font-size: 2.7rem;
  }

  .counseling-button-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    letter-spacing: -.075rem;
    font-size: 2.5rem;
  }

  h2 {
    letter-spacing: -.0675rem;
    font-size: 2.25rem;
  }

  h3 {
    letter-spacing: -.06rem;
    font-size: 2rem;
  }

  blockquote {
    font-size: 1.125rem;
  }

  .section-texture {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .grid-system-wrapper {
    flex-direction: row;
    margin-top: .9375rem;
  }

  .grid-system {
    border-left: .0625rem solid #7c7c7c;
    flex-direction: column;
  }

  .grid-description {
    border-top: .0625rem solid #a7a7a7;
    border-bottom-style: none;
    border-right-width: .0625rem;
    align-items: center;
    width: 100%;
  }

  .grid-description.first-description {
    border-width: .0625rem .0625rem .03125rem 0;
    border-top-style: none;
    border-top-color: #a7a7a7;
    border-bottom-style: none;
    border-left-style: none;
    width: 100%;
  }

  .grid-description.last-description {
    border-bottom-style: solid;
    border-bottom-width: .0625rem;
    border-right-width: .0625rem;
  }

  .spacing-system-column {
    margin-top: 1.25rem;
  }

  .spacing-wrapper-mobile {
    margin-top: 1.875rem;
  }

  .typography-wrapper {
    margin-top: 1.25rem;
  }

  .spacing-columns {
    margin-top: 0;
  }

  .bottom-style-spacing-desktop {
    bottom: 10%;
  }

  .top-style-spacing-desktop {
    top: 10%;
  }

  .spacing-wrapper {
    margin-top: 1.875rem;
  }

  .middle-style-spacing-desktop {
    top: 34%;
  }

  .colors-wrapper {
    margin-top: .9375rem;
    margin-right: 0;
  }

  .colors-container {
    justify-content: space-between;
  }

  .headings-typography-wrapper {
    width: 100%;
  }

  .headers-wrapper {
    width: 100%;
    margin-top: .625rem;
  }

  .primary-button {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 7%;
  }

  .middlr-style-spacing-mobile {
    top: 31%;
  }

  .bottom-style-spacing-mobile {
    bottom: 9%;
  }

  .link-wrapper {
    width: 100%;
    margin-bottom: .625rem;
  }

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

  .licensing-title-wrapper {
    margin-bottom: 1.25rem;
  }

  .licensing-images-wrapper {
    padding-top: .625rem;
  }

  .licensing-grid {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 2.5rem;
  }

  .licensing-grid.last-child {
    grid-template-columns: 1fr 1fr;
  }

  .licensing-title {
    padding-bottom: 1.25rem;
  }

  .licensing-fonts-wrapper {
    flex-wrap: wrap;
  }

  .licensing-paragraph {
    width: 100%;
    margin-bottom: 1.25rem;
    margin-right: 0;
  }

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

  .licensing-font-title {
    margin-bottom: .625rem;
  }

  .licensing-icons-wrapper {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .utility-page-content {
    width: 70%;
  }

  .password-image {
    width: 6.25rem;
  }

  .password-input {
    min-width: auto;
  }

  ._404-paragraph {
    margin-bottom: 1.875rem;
  }

  .coming-soon-wrapper {
    max-width: 29.375rem;
  }

  .coming-soon-input {
    min-width: 15rem;
  }

  .coming-soon-heading {
    font-size: 2.75rem;
  }

  .blog-post-content {
    height: auto;
  }

  .blog-left {
    column-count: 1;
    grid-template-columns: 1fr;
  }

  .blog-recent-posts-wrapper {
    column-count: 1;
  }

  .blog-template-pagination-icon {
    width: 1.875rem;
    height: 1.875rem;
  }

  .footer-licensing-wrapper {
    justify-content: center;
  }

  .section-title-wrapper {
    margin-bottom: 2.5rem;
  }

  .section-subtitle.mb-20 {
    font-size: 1.2rem;
  }

  .style-guide-buttons-wrapper {
    flex-wrap: wrap;
    margin-top: 2.1875rem;
  }

  .style-guide-button-wrapper {
    width: 100%;
  }

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

  .free-trial-wrapper.landing {
    max-width: 31.25rem;
  }

  .free-trial-title {
    margin-bottom: 1.25rem;
  }

  .paragraph-large.mb-50 {
    margin-bottom: 2.5rem;
  }

  .banner-title-wrapper {
    width: 23.75rem;
  }

  .pricing-plans-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-plan-item {
    align-items: center;
    width: 65%;
  }

  .accordion-wrapper, .contacts-wrapper {
    flex-wrap: wrap;
  }

  .contacts-content-wrapper {
    width: 100%;
    margin-bottom: 1.875rem;
    padding-right: 0;
  }

  .contacts-form-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
    position: static;
  }

  .footer-brand, .footer-brand.w--current {
    margin-bottom: .9375rem;
  }

  .footer-links {
    text-align: center;
    align-items: center;
    width: 50%;
  }

  .search-result-item {
    margin-bottom: 1.25rem;
  }

  .progressbar-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .progressbar-content {
    width: 100%;
  }

  .progressbar-wrap {
    width: 100%;
    max-width: 100%;
  }

  .about-3-tab-link.w--current {
    font-size: 1.25rem;
  }

  .tabs-menu-home-1 {
    flex-direction: column;
  }

  .blog-search {
    width: 100%;
  }

  .blog-left-wrapper {
    column-count: 1;
  }

  .home-1-banner-section {
    min-height: auto;
    padding-top: 7.5rem;
  }

  .features-wrapper {
    grid-template-columns: 1fr;
  }

  .features-mask {
    width: 51%;
  }

  .testimonials {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .blog-section-title {
    margin-bottom: 2.5rem;
  }

  .contacts-wrapper-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .section-title-center {
    margin-bottom: 2.5rem;
  }

  .service-description {
    width: 100%;
  }

  .title-container {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
    width: 100%;
  }

  .home-4-testimonials-wrapper {
    grid-row-gap: 1.875rem;
    width: 100%;
  }

  .testimonials-wrapper-2 {
    width: 100%;
  }

  .about-img {
    width: 100%;
    max-height: 26.25rem;
  }

  .about-img._1, .about-img._5, .about-img._3, .about-img._4, .about-img._2 {
    width: 100%;
    position: static;
  }

  .subtitle {
    line-height: 1rem;
  }

  .our-services-wrap {
    grid-row-gap: .625rem;
    width: 100%;
  }

  .content-wrapper {
    flex-wrap: wrap;
    width: auto;
  }

  .video-lightbox {
    min-height: 17.5rem;
  }

  .service-text-container {
    flex-wrap: wrap;
  }

  .industries-block-wrapper {
    max-width: none;
  }

  .home-9-team-item {
    width: 48%;
  }

  .about-1-banner-images-grid {
    grid-column-gap: .9375rem;
    grid-row-gap: .9375rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .about-1-banner-images-grid.section-bottom-spacing {
    margin-bottom: 3.75rem;
  }

  .slider-arrow-right {
    width: 2.5rem;
    height: 2.5rem;
    top: -5rem;
  }

  .search {
    width: 100%;
  }

  .subtitle-2 {
    line-height: 1rem;
  }

  .home-banner-left-arrow {
    top: 6%;
  }

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

  .brand-tablet {
    justify-content: flex-start;
    padding-left: 0;
  }

  .brand {
    padding-left: 0;
  }

  .style-guide-tab-content-wrapper {
    margin-bottom: 0;
  }

  .grid-header {
    width: 100%;
    margin-top: 2.1875rem;
  }

  .main-style-guide-body-wrapper {
    width: 100%;
    margin-top: .625rem;
  }

  .style-guide-tabs-menu {
    flex-direction: column;
    margin-bottom: 2.5rem;
  }

  .grid-title {
    border-bottom: .0625rem solid #7c7c7c;
    border-right-style: none;
    width: 100%;
  }

  .grid-title.first-grid {
    border-left-style: none;
    border-right-style: none;
    flex: 1;
    width: 100%;
  }

  .primary-button-black.full-width-mobile {
    text-align: center;
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .landing-banner-content {
    justify-content: center;
    align-items: center;
    margin-bottom: 2.5rem;
  }

  .landing-banner-title {
    font-size: 3.125rem;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: .3125rem;
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .landing-banner-screens {
    margin-bottom: -3.125rem;
  }

  .section-landing-customers {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .landing-customers-content-left {
    text-align: center;
    align-items: center;
  }

  .landing-customers-icon-wrapper {
    width: 90%;
  }

  .paragraph-benefits-lp {
    width: 100%;
  }

  .landing-customers-layout {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column;
  }

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

  .landing-home-pages-wrapper {
    grid-row-gap: 2.5rem;
  }

  .landing-inner-pages-wrapper {
    grid-template-columns: 1fr;
  }

  .section-banner {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .section-banner.landing-banner {
    background-image: none;
    padding-top: 5rem;
  }

  .footer-links-wrapper {
    grid-template-columns: 1fr;
    margin-bottom: 2.1875rem;
  }

  .banner-images-block {
    margin-top: 3.75rem;
    padding-bottom: 1.875rem;
  }

  .card-dark {
    height: 5.625rem;
    top: 2.5rem;
    right: .625rem;
  }

  .tab-item {
    width: 100%;
    margin-bottom: 1.25rem;
    margin-right: 0;
  }

  .tab-item.w--current {
    width: 100%;
    margin-bottom: 1.875rem;
    margin-right: 0;
  }

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

  .image-card-tab {
    height: 12.5rem;
  }

  .dual-grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
    margin-bottom: 3.75rem;
  }

  .heading-white {
    font-size: 1.1rem;
  }

  .heading-white.mb-50 {
    margin-bottom: 2.5rem;
  }

  .display-flex-end {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-wrap: wrap;
    width: 100%;
  }

  .display-flex-end.section-bottom-space {
    margin-bottom: 3.75rem;
  }

  .chart-images-wrapper {
    width: 73%;
    margin-left: auto;
    margin-right: auto;
  }

  .about-description-wrapper {
    width: 100%;
  }

  .chart-image-top {
    width: 17.5rem;
  }

  .dark-wrapper {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .dark-wrapper.section-spacing-bottom, .loop-wrap {
    margin-bottom: 3.75rem;
  }

  .our-team-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .logo-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .title-wrapper {
    max-width: 21.875rem;
  }

  .gradient-figure {
    transform: translate(3.75rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  ._2-column-wrapper-testimonials {
    flex-wrap: wrap;
  }

  .section-title-testimonials {
    max-width: 100%;
    margin-bottom: 2.5rem;
  }

  .testimonials-item-narrow {
    max-width: 100%;
  }

  .start-with-us-wrapper {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .line-light-right, .line-light-left {
    height: 5rem;
  }

  .primary-logo {
    width: 6.25rem;
  }

  .gradient-figure-start-with-us {
    transform: translate(1.25rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .gradient-figure-1-home-1 {
    bottom: 35%;
    transform: translate(1.25rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .banner-content-wrapper {
    max-width: none;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .banner-container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    margin-bottom: 3.75rem;
    padding-top: 7.5rem;
  }

  .banner-logo-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .tab-title-wrapper {
    margin-bottom: .9375rem;
  }

  .tab-content {
    margin-bottom: 1.25rem;
  }

  .section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .benefits-content-wrap {
    align-items: flex-start;
    width: 100%;
  }

  .image-column-wrap {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-end-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .flex-end-wrapper.section-bottom-spacing {
    margin-bottom: 3.75rem;
  }

  .section-dark {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .gradient-figure-3 {
    transform: translate(1.25rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .category-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .left-title-wrapper {
    margin-left: auto;
  }

  .home-3-banner-section {
    min-height: auto;
    padding-top: 7.5rem;
  }

  .nav-link-light {
    margin-left: 0;
  }

  .brand-light {
    padding-left: 0;
  }

  .work-step-block {
    padding-bottom: 2.5rem;
  }

  .gradient-figure-4 {
    width: 12.5rem;
    height: 50rem;
    right: 0%;
    transform: translate(0, 25rem);
  }

  .work-step-wrapper {
    grid-row-gap: 2.5rem;
  }

  .about-block {
    width: 100%;
    max-width: 100%;
  }

  .image-photo-small {
    width: 11.25rem;
  }

  .about-wrap {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-wrap: wrap;
  }

  .about-wrap.section-bottom-space {
    margin-bottom: 3.75rem;
  }

  .about-text-wrapper {
    height: auto;
  }

  .about-block-small {
    grid-column-gap: 1.875rem;
    min-height: 12.5rem;
    padding-left: 1.25rem;
  }

  .gradient-figure-5 {
    transform: translate(3.75rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .home-3-our-team-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-item-with-image {
    width: 85%;
    padding-right: 1.875rem;
  }

  .testimonial-item-with-image.second-item {
    margin-right: 2.5rem;
  }

  .h6-subtitle-2 {
    margin-bottom: .9375rem;
  }

  .section-texture-visible {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .banner-photo-about-us {
    width: 100%;
    min-height: 15rem;
  }

  .about-1-banner-section {
    min-height: auto;
    padding-top: 7.5rem;
  }

  .text-content-wrapper {
    align-items: flex-start;
    width: 100%;
  }

  .images-block-relative {
    width: 85%;
    margin-bottom: 2.5rem;
  }

  .features-main-image {
    min-height: 22.5rem;
  }

  .column {
    width: 100%;
    margin-top: 1.25rem;
    padding-left: 0;
  }

  .column.first-child {
    margin-top: 0;
  }

  .values-text-content {
    border-bottom: .0625rem solid #2e343d33;
    border-right-style: none;
    min-height: auto;
    padding-bottom: 1.25rem;
    padding-right: 0;
  }

  .values-text-content.last-child {
    border-bottom-style: none;
  }

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

  .display-flex.section-bottom-spacing {
    margin-bottom: 3.75rem;
  }

  .title-wrapper-left, .text-content {
    width: 100%;
  }

  .gradient-figure-8 {
    transform: translate(1.25rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .image-photo-banner {
    left: 12%;
  }

  .about-us-2-banner-section {
    padding-top: 7.5rem;
  }

  .text-content-column {
    width: 100%;
  }

  .gradient-figure-9 {
    width: 25rem;
    height: 18.75rem;
  }

  .number-stroke-light {
    font-size: 2.875rem;
  }

  .card-dark-banner {
    height: 7.5rem;
    top: 3.75rem;
    right: .9375rem;
  }

  .feature-slide {
    width: 15.625rem;
    height: 25rem;
  }

  .section-title-wrapper-left {
    margin-bottom: 2.5rem;
  }

  .features-slider-wrapper.section-bottom-spacing {
    margin-bottom: 3.75rem;
  }

  .number-100 {
    -webkit-text-stroke-width: .075rem;
    font-size: 18.75rem;
  }

  .slider-arrow-left {
    width: 2.5rem;
    height: 2.5rem;
    top: -5rem;
    right: 4.6875rem;
  }

  .about-2-banner-content {
    width: 100%;
  }

  .wrapper-space-between-50 {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-direction: column-reverse;
  }

  .wrapper-space-between-50.section-bottom-spacing {
    margin-bottom: 3.75rem;
  }

  .about-3-banner-wrapper {
    z-index: 20;
    position: relative;
  }

  .about-3-banner-section {
    padding-top: 7.5rem;
    padding-bottom: 2.5rem;
  }

  .about-3-text-container {
    max-width: 23.75rem;
  }

  .about-us-image-absolute {
    width: 13.75rem;
  }

  .counter-block-wrap {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }

  .section-title-wrapper-large {
    margin-bottom: 2.5rem;
  }

  .about-2-benefits-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-wrap: wrap;
    width: 100%;
  }

  .about-2-benefits-wrapper.section-bottom-space {
    margin-bottom: 3.75rem;
  }

  .about-2-chart-images {
    width: 73%;
    margin-left: auto;
    margin-right: auto;
  }

  .gradient-figure-10 {
    filter: blur(6.25rem);
    height: 18.75rem;
    bottom: 5%;
  }

  .gradient-figure-11 {
    filter: blur(6.25rem);
    width: 25rem;
    height: 18.75rem;
    bottom: 12%;
  }

  .gradient-figure-1 {
    width: 25rem;
    height: 18.75rem;
  }

  .section-bottom-spacing {
    margin-bottom: 3.75rem;
  }

  .gradient-figure-15 {
    bottom: 35%;
    transform: translate(1.25rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .work-steps-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-direction: column-reverse;
    width: 100%;
    margin-bottom: 3.75rem;
  }

  .about-2-banner-logos-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-us-counter-wrapper {
    width: 100%;
  }

  .banner-dark {
    min-height: auto;
  }

  .gradient-figure-services {
    width: 25rem;
    bottom: 10%;
  }

  .service-list-item-3 {
    height: 20rem;
  }

  .banner-loop-wrap {
    margin-top: 3.75rem;
  }

  .service-item-block {
    min-height: 13.75rem;
  }

  .service-image {
    height: 10rem;
  }

  .services-list-wrapper {
    grid-template-columns: 1fr;
    width: 95%;
  }

  .services-benefits-text-container {
    width: 100%;
  }

  .service-list-wrapper {
    grid-template-columns: 1fr;
  }

  .service-list-wrapper.section-bottom-spacing {
    grid-template-columns: 1fr 1fr;
  }

  .service-list-item-image, .service-list-item-content-wrapper {
    height: 17.5rem;
  }

  .service-list-item-description {
    font-size: .9rem;
  }

  .services-benefits-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-wrap: wrap;
    width: 100%;
  }

  .banner-light {
    min-height: auto;
  }

  .quote-wrapper-dark {
    width: 97%;
    padding-right: 1.875rem;
  }

  .quote-image-wrapper {
    width: 8.75rem;
    height: 8.75rem;
    top: 70%;
  }

  .main-quote-block {
    margin-bottom: 5rem;
  }

  .grid-banner {
    grid-column-gap: 3.75rem;
    grid-row-gap: 3.75rem;
  }

  .banner-text-block {
    max-width: 100%;
  }

  .services-block {
    justify-content: center;
    margin-top: 2.5rem;
  }

  .gradient-figure-services-3 {
    bottom: 35%;
    transform: translate(1.25rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .service-image-small {
    height: 10rem;
  }

  .gradient-figure-12 {
    transform: translate(1.25rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .services-3-benefits-list-wrapper {
    margin-top: 1.25rem;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .full-width {
    flex-wrap: wrap;
  }

  .right-column-wrapper {
    width: 100%;
  }

  .background-video {
    height: 21.25rem;
  }

  .heading-price {
    font-size: 3.75rem;
  }

  .pricing-content-wrap {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .pricing-grid-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .feature-wrapper-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-wrapper {
    width: 100%;
  }

  .testimonial-item {
    width: 85%;
    padding-right: 1.875rem;
  }

  .name-container {
    width: 70%;
    margin-top: 2.5rem;
  }

  .customer-reviews-left {
    height: 21.875rem;
  }

  .contact-us-image {
    height: 22.5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-accordion-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .contact-wrapper {
    border-bottom: .0625rem solid #2e343d33;
    border-right-style: none;
    min-height: auto;
    padding-bottom: 1.25rem;
    padding-right: 0;
  }

  .contact-wrapper.last-child {
    border-bottom-style: none;
  }

  .figure-gradient-16 {
    height: 25rem;
    bottom: 3%;
  }

  .contact-us-image-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .gradient-figure-blog {
    width: 12.5rem;
    height: 50rem;
  }

  .blog-template-pagination {
    margin-top: 2.5rem;
  }

  .blog-post-banner-section {
    padding-top: 7.5rem;
    padding-bottom: 5rem;
  }

  .number-404 {
    font-size: 12.5rem;
  }

  .feature-item-image, .feature-column-image {
    height: 30rem;
  }

  .footer-description {
    margin-bottom: .9375rem;
  }

  .footer-top-wrapper-links {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hire-popup {
    display: none;
  }

  .hire-buttons-wrap {
    grid-row-gap: 1.25rem;
    flex-flow: column wrap;
    align-items: stretch;
  }

  .feature-wrapper-grid-right {
    grid-template-columns: 1fr;
  }

  .loop-wrap-2 {
    margin-bottom: 60px;
  }

  .banner-logo-wrapper-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .heading-white-methods.mb-50 {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .grid-system-wrapper {
    flex-direction: row;
  }

  .grid-system {
    flex-direction: column;
    width: 50%;
  }

  .grid-description {
    border-bottom-width: .0625rem;
    border-bottom-color: #fff3;
  }

  .grid-description.first-description {
    border-bottom: .0625rem #fff3;
    border-left-style: none;
    border-right-style: solid;
  }

  .grid-description.last-description {
    border-bottom-color: #a7a7a7;
  }

  .bottom-style-spacing-desktop {
    bottom: 8%;
  }

  .top-style-spacing-desktop {
    top: 7%;
  }

  .middle-style-spacing-desktop {
    top: 32%;
  }

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

  .primary-button {
    min-width: 16rem;
    font-size: .9rem;
  }

  .primary-button.full-width-mobile {
    width: 100%;
  }

  .top-style-spacing-mobile {
    top: 5%;
  }

  .middlr-style-spacing-mobile {
    top: 28%;
  }

  .bottom-style-spacing-mobile {
    bottom: 8%;
  }

  .nav-link {
    width: 99%;
  }

  .nav-dropdown-list.megamenu {
    padding-right: 0;
  }

  .licensing-title-wrapper {
    grid-column-gap: 1.25rem;
    flex-wrap: wrap;
  }

  .licensing-grid {
    grid-template-columns: 1fr;
  }

  .license-link {
    margin-right: .9375rem;
  }

  .utility-page-content {
    width: 100%;
  }

  .coming-soon-wrapper {
    max-width: 100%;
  }

  .coming-soon-form {
    flex-wrap: wrap;
    justify-content: center;
  }

  .coming-soon-input {
    min-width: auto;
  }

  .coming-soon-paragraph {
    text-align: center;
    margin-top: .625rem;
    margin-bottom: 1.25rem;
  }

  .coming-soon-heading {
    font-size: 2rem;
  }

  .blog-post-content {
    border-top-right-radius: 0;
    border-bottom-left-radius: .5rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .blog-post-image {
    border-top-right-radius: .5rem;
    border-bottom-left-radius: 0;
  }

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

  .footer-copyright {
    justify-content: center;
  }

  .footer-copyright-link {
    margin-left: .3125rem;
  }

  .section-subtitle.mb-20 {
    font-family: var(--font-text);
    font-size: .7rem;
  }

  .paragraph-large.mb-50 {
    font-size: .9rem;
  }

  .banner-title-wrapper {
    width: 100%;
  }

  .pricing-plan-item {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.875rem 1.875rem 1.25rem;
  }

  .pricing-plan-item-title {
    font-size: 1.9rem;
  }

  .accordion-list-content {
    font-size: .9rem;
  }

  .contacts-form-wrapper {
    width: 100%;
  }

  .footer-links {
    align-items: center;
    width: 100%;
  }

  .service-list-wrap {
    width: 100%;
  }

  .services-1-list-wrapper {
    grid-template-columns: 1fr;
  }

  .progressbar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .about-3-tab-link {
    font-size: 1rem;
  }

  .about-3-tab-link.w--current {
    font-size: 1.125rem;
  }

  .features-wrapper {
    grid-template-columns: 1fr;
  }

  .features-mask {
    width: 100%;
  }

  .features-slider {
    padding-top: 2.5rem;
  }

  .section-title-center {
    margin-bottom: 1.25rem;
  }

  .our-services-wrap, .home-9-team-item {
    width: 100%;
  }

  .slider-arrow-right {
    top: -1.875rem;
  }

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

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

  .brand-tablet {
    padding-left: 0;
  }

  .grid-title {
    align-items: center;
  }

  .grid-title.first-grid {
    text-align: center;
    width: 100%;
  }

  .primary-button-black.full-width-mobile {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .landing-banner-content {
    flex-direction: column;
    max-width: none;
    padding-left: .9375rem;
    padding-right: .9375rem;
    inset: auto 0% 28%;
  }

  .landing-home-pages-wrapper-banner {
    grid-column-gap: 0rem;
  }

  .landing-customers-content-right {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .landing-customers-icon-wrapper {
    width: 100%;
  }

  .landing-customers-layout {
    text-align: center;
  }

  .landing-section-title {
    width: 100%;
  }

  .section-banner.landing-banner {
    background-position: 193% 57%, -71% 20%;
    background-size: auto 14.375rem, auto 13.75rem;
    min-height: 50vh;
  }

  .position-relative {
    padding-left: 0;
    padding-right: 0;
  }

  .coming-soon-form-main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-heading {
    font-family: var(--font-text);
    color: var(--black);
    margin-bottom: .9375rem;
    font-size: 1rem;
    font-weight: 600;
  }

  .footer-links-wrapper {
    grid-column-gap: 2.1875rem;
    grid-row-gap: 2.1875rem;
  }

  .button-learn-more {
    font-family: var(--font-text);
    min-width: 16rem;
    font-size: .9rem;
  }

  .banner-images-block {
    padding-bottom: 1.5625rem;
  }

  .card-dark {
    height: 3.75rem;
  }

  .banner-cards-wrapper {
    width: 80%;
  }

  .mb-25 {
    font-size: 1.3rem;
  }

  .counter-wrapper {
    grid-column-gap: 0rem;
    padding-left: 0;
    padding-right: 0;
  }

  .counter-block {
    grid-row-gap: .625rem;
  }

  .heading-white {
    font-size: 1.2rem;
  }

  .chart-image-wrapper, .chart-images-wrapper {
    width: 100%;
  }

  .chart-image {
    margin-left: auto;
  }

  .chart-image.reverse {
    margin-right: 7.5rem;
  }

  .chart-image-top {
    width: 13.75rem;
  }

  .mb-50 {
    margin-bottom: 1.5625rem;
  }

  .our-team-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .home-1-image-our-team {
    width: 7.5rem;
    height: 7.5rem;
  }

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

  .logo-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 1.25rem;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .gradient-figure {
    transform: translate(-5.625rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .line-light-right, .line-light-left {
    height: 3.125rem;
  }

  .primary-logo {
    width: 4.6875rem;
  }

  .gradient-figure-start-with-us {
    transform: translate(-5.625rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .gradient-figure-1-home-1 {
    bottom: 40%;
    transform: translate(-5.625rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .banner-images-wrapper {
    height: 18.75rem;
  }

  .banner-image-chart {
    width: 12.5rem;
  }

  .banner-content-wrapper {
    max-width: none;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .banner-logo-wrapper {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .banner-title-home-2 {
    font-size: 1.7rem;
  }

  .list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-wrap: wrap;
  }

  .image-column-wrap {
    width: 100%;
  }

  .category-item {
    width: 10rem;
    height: 10rem;
  }

  .arrow-up {
    bottom: .9375rem;
  }

  .gradient-figure-3 {
    transform: translate(-5.625rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .mb-50 {
    font-size: 2.2rem;
  }

  .footer {
    text-align: left;
  }

  .category-title {
    word-break: normal;
    font-size: 1.25rem;
  }

  .nav-link-light {
    width: 99%;
  }

  .gradient-figure-4 {
    transform: translate(0, 31.25rem);
  }

  .about-block {
    padding-bottom: 2.5rem;
  }

  .image-photo-small {
    width: 100%;
    min-height: auto;
  }

  .about-text-wrapper {
    height: auto;
  }

  .about-block-small {
    flex-wrap: wrap;
    padding-bottom: 2.5rem;
  }

  .gradient-figure-5 {
    transform: translate(-5.625rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .home-3-our-team-wrapper {
    grid-column-gap: 1.25rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-item-with-image {
    width: 90%;
    padding-left: 3.125rem;
  }

  .testimonial-item-with-image.second-item {
    margin-right: 0;
  }

  .testimonial-image-person {
    width: 4.0625rem;
    height: 4.0625rem;
  }

  .banner-gradient-2 {
    bottom: 20%;
  }

  .feature-text-content {
    width: auto;
  }

  .images-block-relative {
    width: 91%;
    margin-right: 0;
  }

  .features-card-chart {
    height: 8.75rem;
  }

  .features-main-image {
    min-height: 20rem;
  }

  .gradient-figure-8 {
    transform: translate(-5.625rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .image-photo-banner {
    height: 17.5rem;
  }

  .gradient-figure-9 {
    width: 18.75rem;
    height: 12.5rem;
    top: 0%;
  }

  .banner-cards-wrapper-home-3 {
    width: 90%;
  }

  .card-dark-banner {
    height: 5.625rem;
    top: 3.125rem;
    right: .625rem;
  }

  .feature-slide {
    width: 21.875rem;
    height: 20rem;
  }

  .number-100 {
    font-size: 12.5rem;
    top: -7%;
  }

  .slider-arrow-left {
    top: -1.875rem;
  }

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

  .about-3-banner-section {
    padding-bottom: 7.5rem;
  }

  .about-3-text-container {
    text-align: center;
    align-items: center;
  }

  .about-us-image-absolute {
    width: 13.75rem;
    bottom: 75%;
    right: 21%;
  }

  .counter-block-wrap {
    padding-top: 7.5rem;
    padding-bottom: 2.5rem;
  }

  .about-2-chart-images {
    width: 100%;
  }

  .gradient-figure-10 {
    width: 18.75rem;
    height: 12.5rem;
    bottom: 10%;
  }

  .gradient-figure-11 {
    width: 18.75rem;
    height: 12.5rem;
    bottom: 30%;
  }

  .gradient-figure-1 {
    width: 18.75rem;
    height: 12.5rem;
    bottom: 10%;
  }

  .gradient-figure-15 {
    bottom: 40%;
    transform: translate(-5.625rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .about-2-banner-logos-wrapper {
    grid-column-gap: 1.5625rem;
    grid-row-gap: 1.5625rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .about-3-features-card-chart {
    height: 8.75rem;
  }

  .about-us-counter-wrapper {
    grid-column-gap: 1.25rem;
    padding-left: 0;
    padding-right: 0;
  }

  .gradient-figure-services {
    filter: blur(6.25rem);
    width: 18.75rem;
    bottom: 15%;
  }

  .service-list-item-3 {
    height: 21.875rem;
  }

  .service-list-item-title-wrapper {
    font-family: var(--font-heading);
    font-size: 1rem;
  }

  .service-item-block {
    padding-top: 11.25rem;
    padding-left: 1.875rem;
  }

  .service-image {
    width: 100%;
  }

  .service-image-wrapper {
    top: -5%;
    left: 2%;
    right: 2%;
  }

  .service-content {
    width: 100%;
  }

  .services-list-wrapper {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .services-benefits-list-wrapper, .service-list-wrapper.section-bottom-spacing {
    grid-template-columns: 1fr;
  }

  .service-list-item-content-wrapper {
    font-family: var(--font-text);
  }

  .service-list-item-description {
    font-family: var(--font-text);
    font-size: 1rem;
  }

  .quote-wrapper-dark {
    text-align: left;
    align-items: flex-start;
    padding-left: .9375rem;
    padding-right: .9375rem;
  }

  .quote-image-wrapper {
    top: 75%;
  }

  .services-block {
    justify-content: center;
  }

  .services-banner-img {
    height: 21.875rem;
  }

  .gradient-figure-services-3 {
    top: 20%;
    left: 10%;
    transform: translate(-5.625rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .stack-services-item {
    flex-direction: row;
  }

  .service-image-small {
    width: 100%;
  }

  .service-stack-description {
    flex-wrap: wrap;
    width: 100%;
  }

  .gradient-figure-12 {
    transform: translate(-5.625rem, -.9375rem)rotateX(-42deg)rotateY(129deg)rotateZ(180deg);
  }

  .services-3-benefits-list-wrapper {
    grid-template-columns: 1fr;
  }

  .grid-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .video-team, .background-video {
    height: 14.375rem;
  }

  .pricing-features-column {
    width: 100%;
  }

  .testimonial-item {
    width: 90%;
    padding-left: 3.125rem;
  }

  .testimonals-item-wrapper-3, .testimonals-item-wrapper-1, .testimonals-item-wrapper-5 {
    align-items: flex-end;
  }

  .customer-reviews-slider {
    padding-bottom: 3.75rem;
  }

  .name-container, .customer-reviews-left {
    width: 100%;
  }

  .contact-us-image {
    width: 100%;
    height: 17.5rem;
  }

  .figure-gradient-16 {
    opacity: 1;
  }

  .contact-us-image-wrapper {
    width: 100%;
  }

  .blog-template-pagination {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog-template-next-button, .blog-template-prev-button {
    flex: none;
    width: 100%;
  }

  .number-404 {
    -webkit-text-stroke-width: .03125rem;
    font-size: 10rem;
  }

  .item-description {
    font-size: .9rem;
  }

  .feature-item-image, .feature-column-image {
    height: 23.75rem;
  }

  .footer-links-block {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 0;
  }

  .footer-top-link {
    font-family: var(--font-text);
    font-size: 1rem;
    font-weight: 400;
    line-height: .6em;
  }

  .bold-text {
    font-family: var(--font-heading);
  }

  .feature-wrapper-grid-right.section-bottom-spacing {
    flex-flow: column-reverse;
    display: flex;
  }

  .banner-logo-wrapper-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .heading-white-methods {
    font-size: 1.4rem;
  }

  .bold-text-3 {
    font-family: var(--font-text);
    font-size: .9rem;
  }

  .paragraph, .paragraph-2 {
    font-family: var(--font-text);
    font-weight: 400;
  }
}

#w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a4-2baca13f, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991a8-2baca13f, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991ac-2baca13f, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b2-2baca13f, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991b8-2baca13f, #w-node-_3cb24c6c-4e51-f8a9-875b-510f937991be-2baca13f {
  justify-self: center;
}

#w-node-_4d28c50b-1930-f6fe-403c-f37d45d17b8e-2baca149, #w-node-_4d28c50b-1930-f6fe-403c-f37d45d17b90-2baca149, #w-node-_4d28c50b-1930-f6fe-403c-f37d45d17b92-2baca149, #w-node-_4d28c50b-1930-f6fe-403c-f37d45d17b94-2baca149, #w-node-_4d28c50b-1930-f6fe-403c-f37d45d17b96-2baca149, #w-node-_0cc7c12b-dacb-b53d-4437-972e11238632-2baca14c, #w-node-_0cc7c12b-dacb-b53d-4437-972e11238633-2baca14c, #w-node-d0e137dc-1aaf-8c86-5d19-5589c3047143-2baca14c, #w-node-d0e137dc-1aaf-8c86-5d19-5589c3047145-2baca14c, #w-node-d0e137dc-1aaf-8c86-5d19-5589c3047147-2baca14c, #w-node-d0e137dc-1aaf-8c86-5d19-5589c3047149-2baca14c, #w-node-d0e137dc-1aaf-8c86-5d19-5589c304714b-2baca14c, #w-node-_3e4f2235-7524-5f24-b049-377050f9af7a-2baca14c, #w-node-_2d4f5866-6b77-c35d-a830-6f05e18c4c59-2baca14c, #w-node-_21216c0d-3013-289a-33b0-92508e26fec7-2baca14d, #w-node-_21216c0d-3013-289a-33b0-92508e26fec9-2baca14d, #w-node-_21216c0d-3013-289a-33b0-92508e26fecb-2baca14d, #w-node-_5d1ce479-3996-4add-9895-b0d3b0b5aa18-2baca14d, #w-node-_5d1ce479-3996-4add-9895-b0d3b0b5aa19-2baca14d, #w-node-_7386c59d-e473-5363-1c45-bcb0837ce738-2baca14d, #w-node-_7386c59d-e473-5363-1c45-bcb0837ce73a-2baca14d, #w-node-_7386c59d-e473-5363-1c45-bcb0837ce73c-2baca14d, #w-node-_7386c59d-e473-5363-1c45-bcb0837ce73e-2baca14d, #w-node-_7386c59d-e473-5363-1c45-bcb0837ce740-2baca14d, #w-node-f613c700-9c13-0efb-09b2-824c424bb953-2baca14d, #w-node-f613c700-9c13-0efb-09b2-824c424bb964-2baca14d, #w-node-a25fa47f-8a8b-9751-2c34-9cb625b92459-2baca14e, #w-node-a25fa47f-8a8b-9751-2c34-9cb625b9245b-2baca14e, #w-node-a25fa47f-8a8b-9751-2c34-9cb625b9245d-2baca14e, #w-node-a25fa47f-8a8b-9751-2c34-9cb625b9245f-2baca14e, #w-node-a25fa47f-8a8b-9751-2c34-9cb625b92461-2baca14e, #w-node-d1744bae-dc24-aebf-ce9d-fce357733f0c-2baca14e, #w-node-d1744bae-dc24-aebf-ce9d-fce357733f1d-2baca14e, #w-node-_41148403-863a-6679-1458-62927694128d-2baca152, #w-node-_41148403-863a-6679-1458-62927694129d-2baca152 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba69c09f-449a-9a16-170c-8980b1d47c39-2baca154 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-d18ffab9-6faa-5fef-67e0-383fc917f2d2-2baca155, #w-node-d18ffab9-6faa-5fef-67e0-383fc917f2d4-2baca155, #w-node-d18ffab9-6faa-5fef-67e0-383fc917f2d6-2baca155, #w-node-_65b45c06-82b9-8792-73ee-2b25e814bc2f-2baca155, #w-node-_15e30053-fdbd-5e2f-dce5-6773f1960dec-2baca155, #w-node-_5f674342-339a-e57f-eb6b-3555b3239358-2baca155, #w-node-_384ee77f-5041-8e43-46e8-8d06f391c32e-2baca155, #w-node-ecf56700-2165-8159-7e46-293dea3b0f69-2baca155, #w-node-_8d062d84-ff47-ef7a-827e-00edd43dbdf2-2baca155, #w-node-_720503f9-0658-a772-8409-dccee8cea740-2baca155, #w-node-fd8e11a4-2519-21fb-81ca-956d4f265bf0-2baca155, #w-node-fd8e11a4-2519-21fb-81ca-956d4f265bf1-2baca155, #w-node-fd8e11a4-2519-21fb-81ca-956d4f265bfa-2baca155, #w-node-fd8e11a4-2519-21fb-81ca-956d4f265bfb-2baca155, #w-node-fd8e11a4-2519-21fb-81ca-956d4f265c04-2baca155, #w-node-fd8e11a4-2519-21fb-81ca-956d4f265c05-2baca155, #w-node-fd8e11a4-2519-21fb-81ca-956d4f265c0e-2baca155, #w-node-fd8e11a4-2519-21fb-81ca-956d4f265c0f-2baca155, #w-node-fd8e11a4-2519-21fb-81ca-956d4f265c18-2baca155, #w-node-fd8e11a4-2519-21fb-81ca-956d4f265c19-2baca155, #w-node-fd8e11a4-2519-21fb-81ca-956d4f265c22-2baca155, #w-node-fd8e11a4-2519-21fb-81ca-956d4f265c23-2baca155, #w-node-e928390a-0f0d-e416-b08c-b3587834aea6-2baca155, #w-node-e928390a-0f0d-e416-b08c-b3587834aea7-2baca155, #w-node-_76ac1a4c-b298-1335-bffb-5cc46b1203fa-2baca155, #w-node-_76ac1a4c-b298-1335-bffb-5cc46b1203fb-2baca155, #w-node-b7b497ac-5362-3015-3136-f2247b13da19-2baca155, #w-node-b7b497ac-5362-3015-3136-f2247b13da1a-2baca155, #w-node-b6b12519-6446-fac0-463f-150b9e12c89b-2baca155, #w-node-b6b12519-6446-fac0-463f-150b9e12c8a2-2baca155, #w-node-b6b12519-6446-fac0-463f-150b9e12c8b0-2baca155, #w-node-b6b12519-6446-fac0-463f-150b9e12c8a9-2baca155, #w-node-_78bd382d-7099-3849-8dd6-cb0c025a201c-2baca155, #w-node-_78bd382d-7099-3849-8dd6-cb0c025a202c-2baca155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65e11716-b617-c0d3-3dd6-55063731ed5f-2baca157 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-2baca157, #w-node-_1cc6275e-15f4-477a-d6ef-f483c14b36a5-2baca157, #w-node-_5c893906-1c72-0bf9-3e46-3666a8b72fa3-2baca157, #w-node-fb6bb5f1-a9bb-d1bd-65b4-d28b35e023a0-2baca157, #w-node-_1a886fa8-feb4-aa76-268d-54deee7f985d-2baca157, #w-node-_0dbe6db6-b830-519f-11fa-1811ca2f9585-2baca157, #w-node-b6253e85-a9c6-1ab8-007f-a4483b44d7d4-2baca157, #w-node-_1f46457b-cf81-9444-a7c1-c07933d7800e-2baca157, #w-node-ebb8c401-e390-572d-fe48-6a4e8dc2c0a4-2baca157, #w-node-_41eaf406-5861-c81c-83af-28e14c89c05b-2baca157, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-2baca157, #w-node-_0b4051ad-c069-7b07-02dc-68ca6ee484e9-2baca157, #w-node-_00fe4446-ed4f-ef97-4e3a-2c937b697416-2baca158, #w-node-b3357d7f-05dc-e712-9c39-bec73a59e6d7-2baca158, #w-node-_2bd2524b-1125-00b7-5c1b-bf5d9fd1d13b-2baca158, #w-node-e13acf58-b3d4-29f8-ffb8-9c9df8f69eae-2baca158, #w-node-_45998f5f-1648-569b-e4b2-32ba8a039e09-2baca158, #w-node-_45998f5f-1648-569b-e4b2-32ba8a039e0a-2baca158, #w-node-_41455f68-8216-b904-1804-eb4f3b76dfbe-2baca158, #w-node-_41455f68-8216-b904-1804-eb4f3b76dfbf-2baca158, #w-node-_9837df7b-90de-748a-a852-22a6fcd03381-2baca158, #w-node-_9837df7b-90de-748a-a852-22a6fcd03382-2baca158, #w-node-_7de2a2ff-30e3-4722-c7db-6f31fb612b17-2baca158, #w-node-_7de2a2ff-30e3-4722-c7db-6f31fb612b18-2baca158, #w-node-bff61e58-f9e7-8f32-3915-3d70aa2983c8-2baca158, #w-node-bff61e58-f9e7-8f32-3915-3d70aa2983c9-2baca158, #w-node-b5a95ef6-f815-e276-383b-493b6ca76aa5-2baca158, #w-node-b5a95ef6-f815-e276-383b-493b6ca76aa6-2baca158, #w-node-_5a6bb692-ef1f-7610-577c-3033a1901d00-2baca159, #w-node-_4f1a5d9f-329d-40cf-5ae1-e4a53cc83fdb-2baca159, #w-node-_34257176-aa52-1241-fd90-90f14554f007-2baca159, #w-node-_864caa37-d4dc-bc56-2db3-89d19973e3d6-2baca159, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3a9-2baca15d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ab-2baca15d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ad-2baca15d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3af-2baca15d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b1-2baca15d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b4-2baca15d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b6-2baca15d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3b8-2baca15d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3ba-2baca15d, #w-node-e7d4dd82-0188-3986-fb6e-4f07c833a3bc-2baca15d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d8c5e28-58ee-4d73-9f25-488fd84db9a7-2baca15f {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_68b779d5-82f6-406a-8fd9-89fc7dbc4af4-2baca160, #w-node-cc193665-7d1a-3f68-52ab-fa8ebfb4ffe7-2baca160, #w-node-cc193665-7d1a-3f68-52ab-fa8ebfb4ffee-2baca160, #w-node-cc193665-7d1a-3f68-52ab-fa8ebfb4fff5-2baca160, #w-node-cc193665-7d1a-3f68-52ab-fa8ebfb4fffc-2baca160 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e160fce2-c074-b7bc-8adf-dc6a382911e2-2baca160 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.5fr .25fr 1.25fr;
}

#w-node-e160fce2-c074-b7bc-8adf-dc6a382911e3-2baca160, #w-node-e160fce2-c074-b7bc-8adf-dc6a382911fe-2baca160, #w-node-f3998099-4194-c528-8848-438afe655ef1-2baca160 {
  grid-column: span 2 / span 2;
}

@media screen and (min-width: 1440px) {
  #w-node-_68b779d5-82f6-406a-8fd9-89fc7dbc4ae2-2baca160 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_68b779d5-82f6-406a-8fd9-89fc7dbc4af4-2baca160 {
    align-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1616b6d0-0619-d227-2001-7774af69ae7e-2baca149 {
    align-self: center;
  }

  #w-node-_0acbcd1d-1c1c-f87f-9c1d-c152346da4f8-2baca14c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_0acbcd1d-1c1c-f87f-9c1d-c152346da4ff-2baca14c {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_97452aed-1c50-ffae-d767-977ce9843baf-2baca14c {
    align-self: center;
  }

  #w-node-ffb4b1e8-adac-0d4a-9bd5-8523d14505f1-2baca14d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ffb4b1e8-adac-0d4a-9bd5-8523d14505f8-2baca14d {
    grid-area: 3 / 2 / 4 / 4;
  }

  #w-node-_4b3b8ff1-23dc-139c-0da6-098f9b239498-2baca14d {
    align-self: center;
  }

  #w-node-ba69c09f-449a-9a16-170c-8980b1d47c39-2baca154 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_3d8c5e28-58ee-4d73-9f25-488fd84db9a7-2baca15f {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_68b779d5-82f6-406a-8fd9-89fc7dbc4af4-2baca160 {
    align-self: end;
  }

  #w-node-e160fce2-c074-b7bc-8adf-dc6a382911e2-2baca160 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-e160fce2-c074-b7bc-8adf-dc6a382911e3-2baca160 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e160fce2-c074-b7bc-8adf-dc6a382911ec-2baca160, #w-node-e160fce2-c074-b7bc-8adf-dc6a382911f5-2baca160 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e160fce2-c074-b7bc-8adf-dc6a382911fe-2baca160 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f3998099-4194-c528-8848-438afe655ef1-2baca160 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6de34421-ac28-0600-18dd-88fb331049df-331049db {
    justify-self: center;
  }

  #w-node-_4d28c50b-1930-f6fe-403c-f37d45d17b94-2baca149 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4d28c50b-1930-f6fe-403c-f37d45d17b96-2baca149 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_060724b0-a823-15f3-0e98-4e53eb4aae87-634f2c73, #w-node-_060724b0-a823-15f3-0e98-4e53eb4aae93-634f2c73, #w-node-_060724b0-a823-15f3-0e98-4e53eb4aae98-634f2c73 {
    justify-self: center;
  }

  #w-node-_5e463661-6d2e-2f75-c911-35a3ddb15cf9-2baca14c {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_0acbcd1d-1c1c-f87f-9c1d-c152346da4f8-2baca14c {
    grid-column-end: 2;
  }

  #w-node-_0acbcd1d-1c1c-f87f-9c1d-c152346da4ff-2baca14c {
    grid-column-end: 3;
  }

  #w-node-_7386c59d-e473-5363-1c45-bcb0837ce73e-2baca14d {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_7386c59d-e473-5363-1c45-bcb0837ce740-2baca14d {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-ffb4b1e8-adac-0d4a-9bd5-8523d14505f1-2baca14d {
    grid-column-end: 2;
  }

  #w-node-ffb4b1e8-adac-0d4a-9bd5-8523d14505f8-2baca14d {
    grid-column-end: 3;
  }

  #w-node-a25fa47f-8a8b-9751-2c34-9cb625b9245f-2baca14e {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-a25fa47f-8a8b-9751-2c34-9cb625b92461-2baca14e {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-ba69c09f-449a-9a16-170c-8980b1d47c39-2baca154 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-ce05c576-7c62-a73f-1d37-ba7f4115ded3-2baca156 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ce05c576-7c62-a73f-1d37-ba7f4115ded5-2baca156 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_68b779d5-82f6-406a-8fd9-89fc7dbc4ae2-2baca160 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_68b779d5-82f6-406a-8fd9-89fc7dbc4af4-2baca160 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-e160fce2-c074-b7bc-8adf-dc6a382911e2-2baca160 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e160fce2-c074-b7bc-8adf-dc6a382911ec-2baca160, #w-node-e160fce2-c074-b7bc-8adf-dc6a382911f5-2baca160, #w-node-f3998099-4194-c528-8848-438afe655ef1-2baca160, #w-node-c4daeeef-e00e-fa85-9c12-66463caf4dc4-2baca160 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4d28c50b-1930-f6fe-403c-f37d45d17b94-2baca149 {
    grid-column: 1 / 2;
  }

  #w-node-_4d28c50b-1930-f6fe-403c-f37d45d17b96-2baca149, #w-node-d0e137dc-1aaf-8c86-5d19-5589c304714b-2baca14c {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_7386c59d-e473-5363-1c45-bcb0837ce73e-2baca14d {
    grid-column: 1 / 2;
  }

  #w-node-_7386c59d-e473-5363-1c45-bcb0837ce740-2baca14d {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-a25fa47f-8a8b-9751-2c34-9cb625b9245f-2baca14e {
    grid-column: 1 / 2;
  }

  #w-node-a25fa47f-8a8b-9751-2c34-9cb625b92461-2baca14e {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ce05c576-7c62-a73f-1d37-ba7f4115ded3-2baca156 {
    grid-column: 1 / 2;
  }

  #w-node-ce05c576-7c62-a73f-1d37-ba7f4115ded5-2baca156 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-c706860d-d724-fa4f-4e58-ef3866dde3c9-2baca157, #w-node-_1cc6275e-15f4-477a-d6ef-f483c14b36a5-2baca157, #w-node-_5c893906-1c72-0bf9-3e46-3666a8b72fa3-2baca157, #w-node-fb6bb5f1-a9bb-d1bd-65b4-d28b35e023a0-2baca157, #w-node-_1a886fa8-feb4-aa76-268d-54deee7f985d-2baca157, #w-node-_0dbe6db6-b830-519f-11fa-1811ca2f9585-2baca157, #w-node-b6253e85-a9c6-1ab8-007f-a4483b44d7d4-2baca157, #w-node-_1f46457b-cf81-9444-a7c1-c07933d7800e-2baca157, #w-node-ebb8c401-e390-572d-fe48-6a4e8dc2c0a4-2baca157, #w-node-_41eaf406-5861-c81c-83af-28e14c89c05b-2baca157, #w-node-_3183a63b-821f-18e9-8428-c854ca490475-2baca157, #w-node-_0b4051ad-c069-7b07-02dc-68ca6ee484e9-2baca157 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_68b779d5-82f6-406a-8fd9-89fc7dbc4ae2-2baca160, #w-node-_68b779d5-82f6-406a-8fd9-89fc7dbc4af4-2baca160 {
    grid-column: span 1 / span 1;
  }

  #w-node-e160fce2-c074-b7bc-8adf-dc6a382911e2-2baca160 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e160fce2-c074-b7bc-8adf-dc6a382911e3-2baca160, #w-node-e160fce2-c074-b7bc-8adf-dc6a382911ec-2baca160, #w-node-e160fce2-c074-b7bc-8adf-dc6a382911f5-2baca160, #w-node-e160fce2-c074-b7bc-8adf-dc6a382911fe-2baca160 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3998099-4194-c528-8848-438afe655ef1-2baca160, #w-node-c4daeeef-e00e-fa85-9c12-66463caf4dc4-2baca160 {
    grid-column: span 1 / span 1;
  }
}


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