.single-post .devx-hero-full__content {
  max-width: 100%;
}

.devx-hero-full {
  --hero-bg-color: var(--neutral-50);
  --hero-color: var(--blue-500);
  --hero-color-active: var(--blue-100);
  --hero-header-color: var(--blue-500);
  --hero-subheader-color: var(--blue-300);
  --hero-pagination-color: var(--blue-400);
  --hero-align-content: center;
  --hero-text-align: center;
  --hero-header-font-size: var(--font-size--48);
  --hero-header-arrow-size: var(--icon-size-48);
  --hero-subheader-font-size: var(--font-size--32);
  color: var(--hero-color);
  background-color: var(--hero-bg-color);
  padding-top: var(--spacing--216) !important;
  padding-inline: 0 !important;
  position: relative;
}
.devx-hero-full--theme-dark {
  --hero-bg-color: var(--blue-500);
  --hero-color: var(--neutral-50);
  --hero-header-color: var(--neutral-50);
  --hero-subheader-color: var(--blue-75);
  --hero-pagination-color: var(--blue-75);
}
.devx-hero-full--layout-left {
  --hero-align-content: start;
  --hero-text-align: left;
  --hero-header-font-size: var(--font-size--32);
  --hero-subheader-font-size: var(--font-size--22);
  --hero-header-arrow-size: var(--icon-size-42);
}
@media (max-width: 767.98px) {
  .devx-hero-full {
    padding-top: calc(var(--header-height) + var(--block-spacing-xxs)) !important;
  }
}
.devx-hero-full .devx-wrapper {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: var(--hero-align-content);
  justify-content: var(--hero-align-content);
}
.devx-hero-full__main {
  overflow: hidden;
  position: relative;
  padding: var(--spacing--104) var(--global-inline-padding);
}
@media (max-width: 767.98px) {
  .devx-hero-full__main {
    padding: 0 var(--global-inline-padding) var(--spacing--60) var(--global-inline-padding);
  }
}
.devx-hero-full__texture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  pointer-events: none;
  z-index: 2;
}
.devx-hero-full__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center center;
  pointer-events: none;
  z-index: 1;
}
.devx-hero-full__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}
.devx-hero-full__content {
  text-align: var(--hero-text-align);
  display: flex;
  align-items: var(--hero-align-content);
  justify-content: var(--hero-align-content);
  flex-direction: column;
  gap: var(--spacing--40);
}
@media (min-width: 1024px) {
  .devx-hero-full__content {
    max-width: 75%;
  }
}
.devx-hero-full__headings {
  display: flex;
  align-items: center;
  gap: var(--spacing--26);
}
.devx-hero-full__header, .devx-hero-full__subheader {
  margin: 0;
}
.devx-hero-full__header {
  font-size: var(--hero-header-font-size);
  color: var(--hero-header-color);
}
@media (max-width: 767.98px) {
  .devx-hero-full__header {
    font-size: var(--font-size--32);
  }
}
.devx-hero-full__subheader {
  font-size: var(--hero-subheader-font-size);
  color: var(--hero-subheader-color);
}
@media (max-width: 767.98px) {
  .devx-hero-full__subheader {
    font-size: var(--font-size--22);
  }
}
.devx-hero-full__content:has(.devx-hero-full__header.devx-header-arrow) .devx-hero-full__subheader {
  padding-left: var(--spacing--44);
}
.devx-hero-full__header.devx-header-arrow::before {
  height: var(--hero-header-arrow-size);
  width: var(--hero-header-arrow-size);
}
.devx-hero-full__subheader.devx-header-arrow::before {
  height: var(--icon-size-42);
  width: var(--icon-size-42);
}
.devx-hero-full__label {
  line-height: 1.2;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  gap: var(--spacing--4);
  border: solid 1px var(--cyan-100);
  border-radius: 100px;
  color: var(--cyan-100);
  font-size: var(--font-size--12);
  padding: var(--spacing--8) var(--spacing--16) var(--spacing--8) var(--spacing--8);
}
@media (max-width: 767.98px) {
  .devx-hero-full__label {
    padding: var(--spacing--4) var(--spacing--16) var(--spacing--4) var(--spacing--8);
  }
}
.devx-hero-full__label__icon {
  display: inline-block;
  padding: 1px var(--spacing--4);
}
.devx-hero-full__label__icon img {
  width: var(--icon-size-14);
  height: var(--icon-size-14);
}
.devx-hero-full__text > *:last-child {
  margin: 0;
}
@media (max-width: 767.98px) {
  .devx-hero-full__text {
    max-width: 75%;
  }
}
.devx-hero-full__summary {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.devx-hero-full__summary span {
  flex: 1 1 33.3333333333%;
}
.devx-hero-full__metric {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: var(--spacing--10);
  position: relative;
  padding-top: var(--spacing--60);
}
.devx-hero-full__metric:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: var(--spacing--60);
  background-color: var(--cyan-100);
}
@media (max-width: 767.98px) {
  .devx-hero-full__metric {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-bottom: var(--spacing--20);
  }
}
.devx-hero-full__metric__number {
  font-weight: var(--font-bolder);
  font-size: var(--font-size--48);
  line-height: 1;
}
.devx-hero-full__metric__text {
  font-weight: var(--font-bolder);
  font-size: var(--font-size--22);
}
@media (max-width: 767.98px) {
  .devx-hero-full__metric__text {
    font-size: var(--font-size--16);
    font-weight: var(--font-regular);
  }
}
.devx-hero-full__metric__icon img {
  display: inline;
  width: var(--icon-size-22);
  height: var(--icon-size-22);
}
.devx-hero-full__metric__icon svg {
  display: inline;
  width: var(--icon-size-22);
  height: var(--icon-size-22);
}
.devx-hero-full__metric--theme-dark {
  color: var(--cyan-100);
}
.devx-hero-full__metric--theme-dark .devx-hero-full__metric__icon svg {
  color: var(--cyan-100);
}
.devx-hero-full__absolute {
  position: absolute;
  z-index: 15;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.devx-hero-full__absolute .devx-wrapper {
  height: 100%;
}
@media (max-width: 767.98px) {
  .devx-hero-full__absolute {
    position: relative;
    margin-bottom: var(--spacing--24);
  }
}
.devx-hero-full__call-to-action {
  padding-top: var(--spacing--16);
}
.devx-hero-full__call-to-action .devx-button--cta {
  color: var(--cyan-200);
  font-size: var(--font-size--22);
  white-space: wrap;
}
.devx-hero-full__slider {
  padding-inline: var(--global-inline-padding);
}
.devx-hero-full__images {
  position: relative;
  z-index: 10;
  overflow: visible;
  opacity: 0.25;
}
.devx-hero-full__images .swiper-wrapper {
  position: relative;
  align-items: center;
}
.devx-hero-full__images-swiper-slide {
  height: 28.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
}
@media (max-width: 1023.98px) {
  .devx-hero-full__images-swiper-slide {
    height: 22.5rem;
  }
}
@media (max-width: 767.98px) {
  .devx-hero-full__images-swiper-slide {
    height: 13.4375rem;
  }
}
.devx-hero-full__images-swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate3d(-50%, -50%, 0);
  min-height: 28.75rem;
}
@media (max-width: 1023.98px) {
  .devx-hero-full__images-swiper-slide img {
    min-height: 22.5rem;
  }
}
@media (max-width: 767.98px) {
  .devx-hero-full__images-swiper-slide img {
    min-height: 13.4375rem;
  }
}
.devx-hero-full__images .swiper,
.devx-hero-full__images .swiper-wrapper {
  height: 28.75rem;
}
@media (max-width: 1023.98px) {
  .devx-hero-full__images .swiper,
  .devx-hero-full__images .swiper-wrapper {
    height: 22.5rem;
  }
}
@media (max-width: 767.98px) {
  .devx-hero-full__images .swiper,
  .devx-hero-full__images .swiper-wrapper {
    height: 13.4375rem;
  }
}
.devx-hero-full__images .devx-hero-full__images-image {
  width: 100%;
  height: calc(100% - 6.25rem);
  transition: all 1s var(--transition-ease);
  overflow: hidden;
  position: relative;
}
.devx-hero-full__images .swiper-slide-active .devx-hero-full__images-image {
  height: 100%;
}
.devx-hero-full__images-swiper {
  overflow: visible;
}
.devx-hero-full__breadcrumbs__main {
  padding-inline: var(--global-inline-padding);
}
@media (max-width: 767.98px) {
  .devx-hero-full__breadcrumbs__main {
    display: none;
  }
}
.devx-hero-full__breadcrumbs__content span {
  line-height: var(--spacing--24);
  font-size: var(--font-size--16);
  color: var(--neutral-50);
  font-weight: normal;
}
.devx-hero-full__breadcrumbs__content span span {
  padding: 0 var(--spacing--20);
}
.devx-hero-full__breadcrumbs__content span span a {
  text-decoration: none;
  color: var(--neutral-50) !important;
}
.devx-hero-full__breadcrumbs__content span span a:hover {
  color: var(--blue-100);
}
.devx-hero-full__breadcrumbs__content span span:first-of-type {
  padding-left: 0;
}
.devx-hero-full__breadcrumbs__content span span:first-of-type a {
  color: var(--neutral-50) !important;
  font-size: 0;
}
.devx-hero-full__breadcrumbs__content span span:first-of-type a:before {
  content: "";
  background-color: var(--neutral-50);
  -webkit-mask: url("../../../assets/svg/home-icon.svg") no-repeat;
          mask: url("../../../assets/svg/home-icon.svg") no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  display: inline-flex;
  width: var(--icon-size-16);
  height: var(--icon-size-16);
}
.devx-hero-full__breadcrumbs__content span span:first-of-type a:hover {
  color: var(--blue-100);
}
.devx-hero-full__breadcrumbs__content span span:first-of-type a:hover:before {
  background-color: var(--cyan-200);
}
.devx-hero-full__breadcrumbs__content span span:last-of-type {
  padding-right: 0;
}
.devx-hero-full__image {
  height: 27.5rem;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
}
.devx-hero-full__parallax-image {
  position: relative;
  overflow: hidden;
  background-color: red;
  width: 100vw;
  height: 27.5rem;
}
.devx-hero-full__parallax-image img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 10rem);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  padding: 0;
}
