.ng-career-hero__heading {
  font-size: calc(var(--text-xxl)*1.1);
  font-weight: 600;
  line-height: 1.1;
  color: var(--white);
}
.ng-career-hero__subtitle {
  font-size: calc(var(--text-xxl)*1.1);
  font-weight: 600;
  line-height: 1.1;
  color: var(--secondary);
}
.ng-career-hero__subtitle:after {
  position: absolute;
  margin-top: var(--space-xs);
  content: "";
  width: 5rem;
  height: 0.6rem;
  display: block;
  background: var(--secondary);
  border-radius: var(--radius-xxl);
}
.ng-career-values-right {
  display: flex !important;
  flex-direction: row-reverse !important;
  flex-wrap: wrap !important;
  align-items: flex-end;
}
.ng-career-values-content {
  display: flex;
  align-items: center;
  padding: var(--space-xs);
  background-color: var(--white);
  box-shadow: 0px 7px 15px var(--shade-light-trans-20);
  width: fit-content;
  border-radius: var(--radius-m);
  margin-right: var(--space-xs);
  margin-bottom: var(--space-xs);
}
.ng-career-values-content__text {
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
.ng-offers-card {
  box-shadow: 0px 7px 35px var(--shade-light-trans-40);
  padding: var(--space-m);
  border-radius: var(--radius-m);
  transition: 0.2s all ease-in-out;
  text-decoration: none;
  color: var(--base) !important;
}
.ng-offers-card h3 {
  font-weight: 700;
}
.ng-offers-card__button {
  cursor: pointer;
  transition: 0.3s all;
}
.ng-offers-card__button:hover {
  box-shadow: 0px 20px 45px var(--secondary-trans-40);
  background: var(--secondary-hover);
  transform: translateY(-4px);
}
.ng-offers-card:hover {
  box-shadow: 0 20px 40px 0 var(--shade-light-trans-40);
  transform: translateY(-5px);
  color: var(--base) !important;
}
.ng-offers-card .ng-offers-card-left__text--bold {
  font-weight: 700;
}
.ng-review-section {
  padding-left: calc((100vw / 2) - 683px) !important;
}
.ng-review-section .ng-review {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: calc(var(--space-xl) * 1);
}
.ng-review-section .ng-review .ng-review-left {
  width: 30%;
}
.ng-review-section .ng-review .splide__track {
  padding: var(--space-s) 0;
}
.ng-review-section .ng-review .ng-review-right {
  width: 70%;
}
.ng-review-section .ng-review .ng-review-right .ng-review-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-m);
  padding: var(--space-m);
  box-shadow: 4px 7px 20px var(--shade-light-trans-40);
  height: auto !important;
  margin-left: var(--space-s);
  color: var(--base);
}
.ng-review-section .ng-review .ng-review-right .ng-review-card:hover {
  color: var(--base) !important;
}
.ng-review-section .ng-review .ng-review-right .ng-review-card__bottom {
  margin-top: var(--space-xs);
}
.ng-review-section .ng-review .ng-review-right .ng-review-card__author {
  font-weight: 600;
}
.ng-review-section .ng-review .ng-review-right .ng-review-card-link {
  margin-top: var(--space-xs);
  transition: 0.2s all ease-in-out;
}
.ng-review-section .ng-review .ng-review-right .ng-review-card-link:hover {
  color: var(--primary) !important;
  z-index: 30;
}
.ng-review-section .ng-review .ng-review-right .ng-review-card-link:hover .ng-review-card-link__icn.brxe-icon {
  color: var(--primary) !important;
  transform: scale(1.2);
}
.ng-review-section .splide__track:after {
  content: "";
  width: 40%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 85%);
  pointer-events: none;
  top: 0;
}
.ng-review-section .splide__track:before {
  content: "";
  width: 4rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -1rem;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 85%);
  z-index: 10;
  pointer-events: none;
}
.splide__arrow--prev {
  left: -5rem !important;
}
.splide__arrow--next {
  right: -2rem;
}
.gslide-inline {
  width: 800px;
  border-radius: var(--radius-m) !important;
  position: relative;
}
.ng-dynamiclightbox-author {
  border-bottom: 2px solid var(--primary-trans-10);
  padding-bottom: var(--space-s);
}
@media (max-width: 1420px) {
  .ng-review-section {
    padding: clamp(7.2rem, calc(4.5889101338vw + 5.7315487572rem), 12rem) clamp(1.2rem, calc(1.7208413002vw + 0.6493307839rem), 3rem) !important;
  }
  .ng-review-section .ng-title::after {
    position: absolute;
    margin-top: var(--space-xs);
    content: "";
    width: 5rem;
    height: 0.6rem;
    display: block;
    background: var(--secondary);
    border-radius: var(--radius-xxl);
    left: calc(50% - 2.5rem) !important;
  }
  .ng-review {
    display: flex;
    flex-direction: column !important;
    align-items: center;
  }
  .ng-review .ng-review-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    flex-direction: column;
    text-align: center;
  }
  .ng-review .ng-review-right {
    width: 100% !important;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  .ng-review .ng-review-right .ng-review-card {
    margin-left: 0 !important;
  }
  .ng-review .splide__track:after {
    content: "";
    width: 5%;
    height: 100%;
    display: block;
    position: absolute;
    right: -1rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 85%);
    top: 0;
    pointer-events: none;
  }
  .ng-review .splide__track:before {
    content: "";
    width: 5%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -1rem;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 85%);
    z-index: 10;
    pointer-events: none;
  }
  .splide__arrow--prev {
    left: -2rem !important;
  }
  .splide__arrow--next {
    right: -2rem !important;
  }
}
@media (max-width: 1350px) {
  .ng-career-hero {
    background-image: url(https://noving.sk/wp-content/uploads/2022/08/mobile-hero-bg.svg) !important;
  }
}
@media (max-width: 1250px) {
  .ng-career-values {
    display: grid !important;
    grid-template-columns: 1fr !important;
    align-items: center;
  }
  .ng-career-values .ng-title::after {
    position: absolute;
    margin-top: var(--space-xs);
    content: "";
    width: 5rem;
    height: 0.6rem;
    display: block;
    background: var(--secondary);
    border-radius: var(--radius-xxl);
    left: calc(50% - 2.5rem) !important;
  }
  .ng-career-values p {
    text-align: center;
  }
  .ng-career-values-right {
    display: flex !important;
    flex-direction: row-reverse !important;
    flex-wrap: wrap !important;
    align-items: center;
    justify-content: center;
    margin-top: var(--space-l) !important;
  }
  .ng-career-values-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 1020px) {
  .ng-offers-card {
    column-gap: var(--space-m) !important;
  }
}
@media (max-width: 768px) {
  .ng-offers-card {
    display: flex;
    flex-direction: column !important;
  }
  .gslide-inline {
    width: 92%;
  }
}
@media (max-width: 487px) {
  .ng-career-hero .ng-primary-btn {
    font-size: var(--text-m);
  }
  .splide__arrow--prev {
    display: none !important;
  }
  .splide__arrow--next {
    display: none !important;
  }
}
#brxe-ssgfeo-track {
  overflow: hidden !important;
}
#brxe-ssgfeo .splide__track {
  overflow: hidden !important;
}

